Description Usage Arguments Details Value Note Author(s) See Also Examples
Creates a model matrix with main effects only
1 2 | makeDefaultMatrix.fnc(model, n = 100, conditioningPred = "",
conditioningValue = NULL, control = NA)
|
model |
A model fit with |
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 |
control |
a two-element list (predictor, value) specifying an additional predictor to be fixed to the given value in a partial effect plot. May be useful for hand-made plots for three-way interactions. |
not intended for independent use
a (model) matrix
not intended for independent use
R. H. Baayen
See Also as plotLMER.fnc
1 | ## Not run: not intended for independent use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.