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.moment}
\alias{rpf.1dim.moment}
\title{Calculate cell central moments}
\usage{
rpf.1dim.moment(spec, params, scores, m)
}
\arguments{
\item{spec}{list of item models}
\item{params}{data frame of item parameters, 1 per row}
\item{scores}{model derived person scores}
\item{m}{which moment}
}
\value{
moment matrix
}
\description{
Popular central moments include 2 (variance) and 4 (kurtosis).
}
|