powered by
This function attempts to return standard errors of a model's parameters.
standard_error(model, ...)
A model.
Arguments passed to or from other methods.
A data.frame.
# NOT RUN { model <- lme4::lmer(Petal.Length ~ Sepal.Length + (1 | Species), data = iris) standard_error(model) # }
Run the code above in your browser using DataLab