here is a sample of a master project I have been working on:
* add in random effects for region /msa;proc mixed data = nation.master;
where exclude = 0 ;
class quintile race6 rsmsa;
model benefit = quintile race6 years years(race6) years(quintile)/
solution;
random int years / subject = rsmsa ;
lsmeans race6 quintile;
weight exweight;
title "
Race and year ANCOVA w/ random ";
run;
it is a program that uses randomness in attempt to create kojak PHD ....
1 comment:
Im feelin this! ANCOVA
Post a Comment