Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
markutrgv
Calcite | Level 5

I am trying to download inverse mills ratios from PROC QULIM, but can't seem to get the output statement right.  Below is the code I have written in order to simply look at the various new data that QULIM is supposed to generate.  Anyone know what I'm doing wrong?

proc qlim;
model lf = fceoedu;
endogenous lf ~ discrete;
output out=entrfndr2;
data entrfndr3; set work.entrfndr2;
proc print;
var ipofirms mills;

1 REPLY 1
StatDave
SAS Super FREQ

Use the MARGINAL option in the OUTPUT statement. See the example in this note.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 494 views
  • 1 like
  • 2 in conversation