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), ... )
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on Aug. 11, 2023, 5:07 p.m.