Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: SAS to Stata


From   "Raphael Fraser" <[email protected]>
To   [email protected]
Subject   st: SAS to Stata
Date   Wed, 20 Aug 2008 14:44:56 -0500

Can anyone convert this SAS code to Stata?

PROC MIXED NOCLPRINT=10 ORDER=data;
	CLASS id group time;
	MODEL y = group time group*time / SOLUTION CHISQ;
	REPEATED time / TYPE = un SUBJECT = id R;
run;

Raphael
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index