Passive synthesis
Derives a new variable according to a specified function of synthesised data.
syn.passive(data, func)
data |
a data frame with synthesised data. |
func |
a |
Any function of the synthesised data can be specified. Note that several operators such as
+
, -
, *
and ^
have different meanings in formula
syntax. Use
the identity function I()
if they should be interpreted as arithmetic operators,
e.g. "~I(age^2)"
.
A list with two components:
res |
a vector of length |
fit |
a name of the method used for synthesis ( |
Stef van Buuren, Karin Groothuis-Oudshoorn, 2000
Van Buuren, S. and Groothuis-Oudshoorn, K. (2011).
mice
: Multivariate Imputation by Chained Equations
in R
. Journal of Statistical Software,
45(3), 1-67.
https://www.jstatsoft.org/v45/i03/
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.