BookmarkSubscribeRSS Feed
weiyen
Calcite | Level 5
I get this output when i run it last year but now i cannot get this format of output when i try to run it again. Can anyone help?
The SAS System 00:48 Friday, July 30, 2010 1

Obs date model _TYPE_ _DEPVAR_ Intercept mv illiq mom

1 1 MODEL1 PARMS max 0.28246 -0.076443 0.426 -0.03667
2 2 MODEL1 PARMS max 0.16231 -0.012906 -266.474 -0.06106
3 3 MODEL1 PARMS max -0.13230 0.062902 81.890 -0.31068
4 4 MODEL1 PARMS max -0.00561 0.002381 36.895 -0.06728
5 5 MODEL1 PARMS max 0.01698 -0.006250 -50.680 0.06390
6 6 MODEL1 PARMS max 0.03174 -0.001188 -0.930 0.07868
7 7 MODEL1 PARMS max 0.22400 -0.047985 12.932 -0.05592

Obs reversal btm beta iv max _RSQ_ _ADJRSQ_

1 0.50549 -0.13250 -0.10843 3.40795 -1 0.88691 0.49108
2 -0.21603 -0.05817 -0.01815 0.27312 -1 0.94652 0.75935
3 -0.98875 -0.05232 0.09619 0.53259 -1 0.92188 0.64848
4 0.31720 0.01572 -0.05198 0.81171 -1 0.77598 -0.00810
5 0.25275 0.00067 -0.00471 0.30548 -1 0.93657 0.71455
6 0.04594 0.07508 -0.01630 0.05609 -1 0.25710 -2.34304
7 0.37667 0.01541 0.07742 -0.81792 -1 0.61571 -0.72930
1 REPLY 1
ArtC
Rhodochrosite | Level 12
I think that you are asking something like; "I lost my code, how was this generated?"

This looks to me like a listing of a parameter estimate data set. See if you can find code that looks something like the following.
[pre]proc reg data=sashelp.class outest=parms;
model height = weight;
run;
proc print data=parms;
run;[/pre]

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1131 views
  • 0 likes
  • 2 in conversation