I am not sure if I post it in a right newsgroup. If not, please ignore it.

My question is that when I used the following SAS codes to do regression
analysis, I wanted to get std error for the prediction. But what I got is
std error mean predict. Could someone tell me why or SAS just doesn't give
std error for the prediction in the output.

proc reg data=test;
model y=x /p cli;
run;


Thanks.
Z.



.
.
=================================================================
Instructions for joining and leaving this list, remarks about the
problem of INAPPROPRIATE MESSAGES, and archives are available at:
.                  http://jse.stat.ncsu.edu/                    .
=================================================================

Reply via email to