search for: overweight14

Displaying 2 results from an estimated 2 matches for "overweight14".

Did you mean: overweight
2013 Jan 06
4
random effects model
...If I take a small subset from your whole dataset, and go through your > codes: > BP_2b<-read.csv("BP_2b.csv",sep="\t") > BP.sub<-BP_2b[410:418,c(1,8:11,13)] #deleted the columns that are not > needed > BP.stacknormal<- subset(BP.subnew,Obese14==0 & Overweight14==0) > BP.stackObese <- subset(BP.subnew,Obese14==1) > BP.stackOverweight <- subset(BP.subnew,Overweight14==1) > BP.stacknormal$Categ<-"Normal14" > BP.stackObese$Categ<-"Obese14" > BP.stackOverweight$Categ <- "Overweight14" > BP.newObe...
2012 Dec 28
3
help with reshaping wide to long format
...ssionAt1410 = c(NA, 0L, NA, 0L, > 0L, 0L, NA, 0L, NA, NA, 0L, 0L, NA), CBCLInternalisingAt1410 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, 0L, NA, NA, 0L, 0L, NA), Obese14 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, NA, NA, NA, 0L, 0L, NA), Obese21 = c(NA, > 0L, NA, 1L, 0L, 0L, NA, 0L, NA, NA, 0L, 0L, NA), Overweight14 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, NA, NA, NA, 0L, 0L, NA), Overweight21 = c(NA, > 1L, NA, 1L, 0L, 0L, NA, 0L, NA, NA, 1L, 0L, NA), hibp14 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, NA, NA, NA, 1L, 1L, NA), hibp21 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, 0L, NA, NA, 1L, NA, NA)), .Names = c("CODEA&...