mice.impute.phpp: Imputation by GLM and phylogenetic information

Description Usage Arguments Value Note Author(s) References

Description

Imputes univariate continuous missing data using the generalized least square approach.

Usage

1
mice.impute.phpp(y, ry, x, psi, k = 2, ...)

Arguments

y

Incomplete data vector of length n

ry

Vector of missing data pattern (FALSE=missing, TRUE=observed)

x

Matrix (n x p) of complete covariates.

psi

Covariance matrix containing phylogenetic information.

...

Other named arguments.

psiinv

Inverse of psi.

Value

A vector of length nmis with imputations.

Note

mice.impute.phnorm is based on the mice.impute.norm method from mice package and the GLM approach by Garland and Ives (2000).

Author(s)

Patrik Drhlik, Simon P. Blomberg, 2016

References

Van Buuren, S., Groothuis-Oudshoorn, K. (2011). mice: Multivariate Imputation by Chained Equations in R. Journal of Statistical Software, 45(3), 1-67. http://www.jstatsoft.org/v45/i03/


pdrhlik/phylomice documentation built on May 24, 2019, 11:45 p.m.