1
vote
1answer
54 views
Review of PROC NLP code?
Could anyone help to review the code below?
The output seems incorrect.
proc nlp data=nls.ht tech=nmsimp vardef=n covariance=h pcov phes;
max loglik;
parms x1=0.00000502 …
1
vote
3answers
256 views
Statistics not printing for ODS Proc Freq output
What is wrong with this code? When I run it, I get the PROC FREQ tables just fine in the SAS output window, but the spreadsheet shows just the table stubs, with no statistics in t …