File: rpf.1dim.moment.Rd

package info (click to toggle)
r-cran-rpf 1.0.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: cpp: 5,364; sh: 114; ansic: 41; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (3)
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).
}