getMCMCintervals.fnc {languageR}R Documentation

calculate HPD prediction intervals

Description

calculate HPD 95% prediction intervals

Usage

getMCMCintervals.fnc(fixf, mcmcMatrix, m)

Arguments

fixf

vector of fixed effects coefficients (fixef(model.lmer))

mcmcMatrix

MCMC matrix obtained with mcmcsamp or pvals.fnc

m

model matrix

Details

not intended for independent use

Value

A matrix with columns '"lower"' and '"upper"' and rows corresponding to the values of the predictor to be plotted on the X-axis.

Note

not intended for independent use

Author(s)

R. H. Baayen

References

languageR

See Also

See Also as plotLMER.fnc

Examples

  ## Not run: not intended for independent use

[Package languageR version 1.5.0 Index]