Displaying 1 result from an estimated 1 matches for "rand_mati".
Did you mean:
rand_mat
2007 Jan 26
0
R crash with modified lmer code
...de) is:
lmer1 <- function (formula, data, family = gaussian, method = c("REML",
"ML", "PQL", "Laplace", "AGQ"), control = list(), start = NULL,
subset, weights, na.action, offset, contrasts = NULL, model = TRUE,
matDimI = matDim, rand_matI = rand_mat, ...)
{
method <- match.arg(method)
formula <- as.formula(formula)
if (length(formula) < 3)
stop("formula must be a two-sided formula")
cv <- do.call("lmerControl", control)
mc <- match.call()
fr <- lmerFrames(mc, f...