File: fromFactorThreshold.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 (28 lines) | stat: -rw-r--r-- 850 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{fromFactorThreshold}
\alias{fromFactorThreshold}
\title{Convert factor thresholds to response function intercepts}
\usage{
fromFactorThreshold(threshold, loading, ogive = rpf.ogive)
}
\arguments{
\item{threshold}{a matrix with items in the columns and thresholds in the rows}

\item{loading}{a matrix with items in the rows and factors in the columns}

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