lme4 (version 1.0-5)

fortify: add information to data based on a fitted model

Description

add information to data based on a fitted model

Usage

fortify(model, data, ...)

## S3 method for class 'lmerMod': fortify(model, data = getData(model), ...)

Arguments

model
fitted model
data
original data set, if needed
...
additional arguments

Details

fortify is a function defined in the ggplot2 package, q.v. for more details; the S3 generic is just defined here to avoid inducing an additional Imports: dependency. This is currently an experimental feature.