Displaying 1 result from an estimated 1 matches for "mzcct".
2010 Mar 24
2
Exclude data using logical
...t know what I'm doing wrong, as I get results that
obviously aren't correct.
Many thanks,
Paul
twin.wide$a<-twin.wide$RCCT<600 & twin.wide$RCCT>480
twin.wide$b<-twin.wide$LCCT<600 & twin.wide$LCCT>480
selVarsCCT <- with(twin.wide,c('a','b'))
MZCCT <- subset(twin.wide,Zygosity=='MZ',selVarsCCT)
DZCCT <- subset(twin.wide,Zygosity=='DZ',selVarsCCT)
--
View this message in context: http://n4.nabble.com/Exclude-data-using-logical-tp1689992p1689992.html
Sent from the R help mailing list archive at Nabble.com.