Displaying 1 result from an estimated 1 matches for "normal21".
Did you mean:
normal1
2013 Jan 06
4
random effects model
...amp;
> BP.subnew$Obese==1]<-"ObeseOverweight14"
> BP.subnew$Categ[BP.subnew$Overweight==0 & BP.subnew$Obese==0
> &BP.subnew$time==14]<-"Normal14"
> BP.subnew$Categ[BP.subnew$Overweight==0 & BP.subnew$Obese==0
> &BP.subnew$time==21]<-"Normal21"
>
> BP.subnew$Categ<-factor(BP.subnew$Categ)
> BP.subnew$time<-factor(BP.subnew$time)
> BP.subnew
> # CODEA hibp21 time Obese Overweight Categ
> #541.1 541 0 14 0 0 Normal14
> #543.1 543 0 14 1 0...