addMCMCci.fnc {languageR} | R Documentation |
Adds MCMC confidence intervals to the plot data frames for plotLMER.fnc()
.
addMCMCci.fnc(mcmcM, model, m, fun, pred, predname = NA, factor = FALSE)
mcmcM |
An MCMC matrix as obtained with mcmcsamp() or
pvals.fnc()$mcmc |
model |
A (generalized) linear mixed effects model obtained with
lmer() |
m |
A design matrix constructed by plotLMER.fnc() |
fun |
A function for transforming the dependent variable |
pred |
The predictor to be plotted |
predname |
The name of the predictor |
factor |
Boolean for whether predictor is factor |
Not intended for independent use.
A data frame with components
x |
values for horizontal axis |
lower |
lower bound 95% prediction interval |
upper |
upper bound of 95% prediction interval |
Under development
R. H. Baayen
~put references to the literature/web site here ~
See Also as plotLMER.fnc
## Not run: not intended for independent use. ## End(Not run)