Learn R Programming

mice (version 2.14)

mice.internal: Internal mice functions

Description

Internal functions for package mice.

Usage

is.passive(string)
.norm.draw(y, ry, x, ridge = 0.00001, ...)
.norm.fix(y, ry, x, ridge = 0.00001, ...)
padModel(data, method, predictorMatrix, visitSequence, post, 
 nmis, nvar)
.pmm.match(z, yhat = yhat, y = y, donors=3, ...)
sampler(p, data, m, imp, r, visitSequence, fromto, printFlag,...)
squeeze(x, bounds = c(min(x[r]), max(x[r])), r = rep(TRUE, 
 length(x)), ...)
augment(y, ry, x, maxcat=50, ...)
check.df(x, y, ry, ...)
remove.lindep(x, y, ry, eps = 0.0001, maxcor = 0.99, allow.na=FALSE,...) 
find.collinear(x, threshold=0.999, ...)
updateLog(out=NULL, meth=NULL, frame=2)
expandvcov(q, u)
mice.df(m, lambda, dfcom, method)
df.residual.mira(object, ...)
df.residual.lme(object, ...)
df.residual.mer(object, ...)
df.residual.default(object, q=1.3, ...)
rm.whitespace(string, side = "both")

Arguments

method
visitSequence
data
nmis
nvar
donors
The number of potential donors used in predictive mean matching. The defaults is 3. Other popular values include 1, 5 and 10.
predictorMatrix
x
y
ry
string
ridge
The ridge parameter to be used in .norm.draw(). Set ridge=0.0001, ridge=0.001 or even ridge=0.01 to solve singularity problems.
z
yhat
p
m
imp
r
post
fromto
printFlag
...
bounds
nam
eps
maxcor
allow.na
threshold
out
frame
meth
gamma
dfcom
object
q
u
string
The string from which leading or trailing spaces should be removed.
side
Character vector: "both", "left" or "right".