BookmarkSubscribeRSS Feed
Ken_oy
Fluorite | Level 6
I have data as below:
5 categories: Delay0, 2, 4, 8 and 16.

There are 6 patients in each category.
In each category:
Patient1 to 4, were measured from day1 to day7;
Patient5 was measured from day1 to day6;
Patient6 was measured from day1 to day4;

I try to use SAS code as follow:
Proc mixed;
class delay day subject;
model value=delay day delay*day / s;
repeated day/ type=ar(1);
run;


When I run the code above there is no error or warning, but I am not so sure it is right.
Will Proc mix consider patient5 and patient6 as missing value? Thanks. Message was edited by: Ken_oy
2 REPLIES 2
Peter_C
Rhodochrosite | Level 12
that's interesting!

First time I've seen image coming through the Forums!

The quoted original follows after [ pre ]:[pre]
>
> href="http://s987.photobucket.com/albums/ae359/kenouya
> ng/SAS/?action=view&current=IMAG0019.jpg...


sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 817 views
  • 0 likes
  • 2 in conversation