File: rpf.numSpec.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 (20 lines) | stat: -rw-r--r-- 418 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/classes.R
\name{rpf.numSpec}
\alias{rpf.numSpec}
\alias{rpf.numSpec,rpf.base-method}
\alias{rpf_numSpec_wrapper}
\title{Length of the item model vector}
\usage{
rpf.numSpec(m)
}
\arguments{
\item{m}{item model}
}
\description{
Length of the item model vector
}
\examples{
rpf.numSpec(rpf.grm(outcomes=3))
rpf.numSpec(rpf.nrm(outcomes=3))
}