File: toFactorThreshold.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 (28 lines) | stat: -rw-r--r-- 849 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{toFactorThreshold}
\alias{toFactorThreshold}
\title{Convert response function intercepts to factor thresholds}
\usage{
toFactorThreshold(intercept, slope, ogive = rpf.ogive)
}
\arguments{
\item{intercept}{a matrix with items in the columns and intercepts in the rows}

\item{slope}{a matrix with items in the columns and slopes in the rows}

\item{ogive}{the ogive constant (default \link{rpf.ogive})}
}
\value{
a factor threshold matrix with items in the columns and factor thresholds in the rows
}
\description{
Convert response function intercepts to factor thresholds
}
\seealso{
Other factor model equivalence: 
\code{\link{fromFactorLoading}()},
\code{\link{fromFactorThreshold}()},
\code{\link{toFactorLoading}()}
}
\concept{factor model equivalence}