Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~74 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Help_me?

Using SAS 9.2, i ran data analysis using the following proc mixed statement for data with three conditions and three time points - baseline, post-training and follow-up: proc mixed data=long; class TIME cond agency ID; model score = time cond cond*time / ddfm = satterth solution cl; repeated / sub …

0
74