makeDefaultMatrix.fnc {languageR} | R Documentation |
Creates a model matrix with main effects only
makeDefaultMatrix.fnc(model, n = 100, conditioningPred = "", conditioningValue = NULL)
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 |
not intended for independent use
a (model) matrix
not intended for independent use
R. H. Baayen
~put references to the literature/web site here ~
See Also as plotLMER.fnc
## Not run: not intended for independent use