Learn R Programming

influence.ME (version 0.9-10)

se.fixef: Standard errors of fixed estimates

Description

Returns the standard errors of the fixed estimates in a mixed effects model.

Usage

se.fixef(model)

Value

A vector with the standard errors of the fixed parameters of the model.

Arguments

model

Mixed effects regression model of class 'mer'

Author

Rense Nieuwenhuis, Ben Pelzer, Manfred te Grotenhuis

Examples

Run this code
if (FALSE) {
data(school23)
model <- lmer(math ~  homework + structure + (1 | school.ID), data=school23)
summary(model)
se.fixef(model)
}

Run the code above in your browser using DataLab