Learn R Programming

parameters (version 0.1.0)

standard_error: Extract standard errors

Description

This function attempts to return standard errors of a model's parameters.

Usage

standard_error(model, ...)

Arguments

model

A model.

...

Arguments passed to or from other methods.

Value

A data.frame.

Examples

Run this code
# 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