R/plot.lsdm.R

Defines functions plot.lsdm

Documented in plot.lsdm

## File Name: plot.lsdm.R
## File Version: 0.02


plot.lsdm <- function(x, ...)
{
    graphics::matplot( x=x$theta, y=t(x$attr.curves), xlab=expression(theta),
        ylab="Attribute response curve", ylim=c(0,1), ... )
}
alexanderrobitzsch/sirt documentation built on March 18, 2024, 1:29 p.m.