Shige's Research Blog
Monday, July 05, 2010
Handling missing data in R
Some estimation procedures, including MCMCglmm, does not handle missing values directly. Before estimating these models, missing values need to be excluded. From
this post
, the command to do this is:
newdata <- na.omit(mydata)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment