| rlmer_ransac | R Documentation |
Fit rlmer with a RANSAC-derived initial estimator.
rlmer_ransac(formula, data, K = 200L, sub_frac = 0.5, seed = NULL, ...)
formula, data |
passed to |
K, sub_frac, seed |
passed to |
... |
other arguments to |
Convenience wrapper that calls ransac_lme4 to obtain
a starting value and then passes it to rlmer's
init argument.
rlmerMod object.
fit <- rlmer_ransac(Reaction ~ Days + (Days | Subject),
data = sleepstudy, K = 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.