makeDefaultMatrix.fnc {languageR}R Documentation

Create model matrix with main effects only

Description

Creates a model matrix with main effects only

Usage

makeDefaultMatrix.fnc(model, n = 100, conditioningPred = "", conditioningValue = NULL)

Arguments

model A model fit with lmer
n integer specifying number of points to be plotted on X-axis
conditioningPred name of predictor entering into interaction
conditioningValue vector of values (numeric or factor level names) to be shown for interaction

Details

not intended for independent use

Value

a (model) matrix

Note

not intended for independent use

Author(s)

R. H. Baayen

References

~put references to the literature/web site here ~

See Also

See Also as plotLMER.fnc

Examples

  ## Not run: not intended for independent use

[Package languageR version 0.953 Index]