Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
proc glm data=test;
class pilot_comp ethnicity ell lunch;
model br_diff lw_diff pc_diff ss_diff wa_diff=pilot_comp ethnicity ell
lunch/ss3;
lsmeans pilot_comp/pdiff adjust=tukey stderr;
ods output fitstatistics=fit(keep=dependent rsquare);
ods output overallanova=anova(keep=fvalue probf dependent source
where=(source='Model'));
ods output lsmeans=ls(keep=dependent pilot_comp lsmean stderr);
run;
Any insight?
Douglas
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/