forest: Forest Plot

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/plots.r

Description

Plots the forest of different sets of parameters of a fitted Rasch (regression) model.

Usage

1
  forest(mod, level = 0.05, main_dif = NULL, main_disc = NULL, main_reg = NULL)

Arguments

mod

Fitted Rasch (regression) model.

level

The confidence level required.

main_dif

Main title for difficulty paremeters plot.

main_disc

Main title for discrimination parameters plot.

main_reg

Main title for regression parameters plot.

Details

Confidence intervals are calculated assuming asymptotic normality, and uses suitable coef and vcov methods.

Author(s)

Fernando Massa, fmassa@iesta.edu.uy

References

\insertRef

lewis2001raschreg

See Also

plot.rasch, info, pim, itemfit

Examples

1
2
3
4
n <- 100
X <- sim_rasch(n)
mod <- rasch(X)
forest(mod)

nando11235813/raschreg documentation built on Oct. 2, 2021, 3:11 p.m.