splitAndImpute {rv} | R Documentation |
splitAndImpute
splits the given vector based on the names
of the components, and imputes the variables into given templates.
splitAndImpute(x, templates)
x |
a vector with the name attributes set |
templates |
a named list of templates (arrays) |
A convenience function: combination of
splitbyname
and imputeIntoTemplate
.
See splitbyname
and imputeIntoTemplate
for details.
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
#