1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/diagnose.R
\docType{methods}
\name{rpf.1dim.residual}
\alias{rpf.1dim.residual}
\title{Calculate residuals}
\usage{
rpf.1dim.residual(spec, params, responses, scores)
}
\arguments{
\item{spec}{list of item models}
\item{params}{data frame of item parameters, 1 per row}
\item{responses}{persons in rows and items in columns}
\item{scores}{model derived person scores}
}
\value{
residuals
}
\description{
Calculate residuals
}
|