Tuesday 7 February 2017

Missing values in R (Missing values treatment )

you can also go this link

https://www.blogger.com/blogger.g?blogID=3973483800164253588#editor/target=post;postID=6457933726508849760;onPublishedMenu=allposts;onClosedMenu=allposts;postNum=1;src=postname

http://rcodee.blogspot.sg/2017/02/multiple-imputation-in-r.html

>install.packages("mice")


> library(mice)
new data set
> set.seed(144)

> imputed = complete(mice(sample))

No comments:

Post a Comment