Suppose you ran a PROC GLMSELECT step that saved the context and results of the statistical analysis in an item store named homestore. Which of the following programs scores new observations in a data set named new and saves the predictions in a data set

Answers

Answer: A. proc plm restore=homestore; score data=new out=new_out;run; This is the correct program to score new observations in a data set named new and save the predictions in a data set named new_out using the previously saved context and results of the statistical analysis.

Answered by jesus51

We have mentors from

Contact support