ran scripts to check

This commit is contained in:
Tanushree Tunstall 2020-10-29 13:20:51 +00:00
parent 1e6e9eaef1
commit e1f97df805
3 changed files with 2 additions and 4 deletions

View file

@ -61,7 +61,7 @@ my_adjust_method = "BH"
lf_t1 = lf[lf$timepoint == "t1",]
sum(is.na(lf_t1$value))
#foo = lf_t1[which(is.na(lf_t1$value)),]
foo = lf_t1[which(is.na(lf_t1$value)),]
#ci = which(is.na(lf_t1$value))
#lf_t1_comp = lf_t1[-ci,]