I think it had something to do with the number of variables I was running. When I reduced the size of the dataset, it worked fine with fewer variables. Thanks for your willingness to help.
... View more
Part of my PROC UNIVARIATE readout is giving values in the form of "11E-1" or "6.2587E+8." How do I adjust the readout to provide actual numeric values? Thank you. (SAS 9.4)
... View more
Would the estimates produced by the following GENMOD code be interpreted in the same manner as OLS regression estimates? Thank you. Proc genmod data=xyz plots=all; class a; Model b=c d e f/d=normal; Repeated subject=a/corrw type=exch; run;
... View more