getmean | R Documentation |
Estimate the row mean from a mtsdi
object regarding a fixed number of imputed values
getmean(object, weighted=TRUE, mincol=1, maxconsec=3)
object |
imputation object |
weighted |
If |
mincol |
integer for the minimun number of valid values by row |
maxconsec |
integer for the maximum number of consecutive missing values in a column |
It is useful just in case one wants row mean estimated. If log tranformation was used, mean is adjusted accordingly.
A vector of of rows mean with length n
, where n
is the number of observations.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
mnimput
, getmean
, edaprep
data(miss)
f <- ~c31+c32+c33+c34+c35
i <- mnimput(f,miss,eps=1e-3,ts=TRUE, method="spline",sp.control=list(df=c(7,7,7,7,7)))
m <- getmean(i,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.