File: rpf.mcm.Rd

package info (click to toggle)
r-cran-rpf 1.0.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,472 kB
  • sloc: cpp: 5,370; sh: 114; ansic: 41; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 774 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mcm.R
\name{rpf.mcm}
\alias{rpf.mcm}
\title{Create a multiple-choice response model}
\usage{
rpf.mcm(outcomes = 2, numChoices = 5, factors = 1)
}
\arguments{
\item{outcomes}{the number of possible outcomes}

\item{numChoices}{the number of choices available}

\item{factors}{the number of factors}
}
\value{
an item model
}
\description{
\lifecycle{experimental}
}
\details{
This function instantiates a multiple-choice response
model.
}
\seealso{
Other response model: 
\code{\link{rpf.drm}()},
\code{\link{rpf.gpcmp}()},
\code{\link{rpf.grmp}()},
\code{\link{rpf.grm}()},
\code{\link{rpf.lmp}()},
\code{\link{rpf.nrm}()}
}
\author{
Jonathan Weeks <weeksjp@gmail.com>
}
\concept{response model}