File: rpf.dTheta.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 (24 lines) | stat: -rw-r--r-- 689 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/classes.R
\name{rpf.dTheta}
\alias{rpf.dTheta}
\alias{_rpf_dTheta}
\alias{rpf.dTheta,rpf.base,numeric,numeric,numeric-method}
\alias{rpf.dTheta,rpf.base,numeric,matrix,numeric-method}
\title{Item derivatives with respect to the location in the latent space}
\usage{
rpf.dTheta(m, param, where, dir)
}
\arguments{
\item{m}{item model}

\item{param}{item parameters}

\item{where}{location in the latent distribution}

\item{dir}{if more than 1 factor, a basis vector}
}
\description{
Evaluate the partial derivatives of the response probability with
respect to ability. See \link{rpf.info} for an application.
}