Closed mworni closed 12 years ago
some thoughts:
i will get back into the data analysis later tonight
On Tue, Jun 12, 2012 at 5:03 PM, mworni < reply@reply.github.com
wrote:
sd(AGE, na.rm = FALSE) #na.rm=FALSE removes the missing from SD calculation [1] 14.91773 sd(AGE_DON, na.rm = FALSE) #na.rm=FALSE removes the missing from SD calculation [1] NA
Reply to this email directly or view it on GitHub: https://github.com/rpietro/airwayDehiscence/issues/7
Ricardo, It works! Now I will do for all "NA" Thanks!
Actually, it just works if we use "TRUE" instead "FALSE".
excellent, then the issue was really missing data. copying Mathias and Tony as they were having the same problem
On Tue, Jun 12, 2012 at 7:36 PM, katiasilva < reply@reply.github.com
wrote:
Actually, it just works if we use "TRUE" instead "FALSE".
Reply to this email directly or view it on GitHub: https://github.com/rpietro/airwayDehiscence/issues/7#issuecomment-6287142