renamed res_ij to resi

This commit is contained in:
2025-05-28 16:01:58 +02:00
parent 3d537eccd8
commit 3da6ad689c
6 changed files with 10 additions and 10 deletions

24
man/resi.Rd Normal file
View File

@ -0,0 +1,24 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/resi.R
\name{resi}
\alias{resi}
\title{Compute rasch person-item residuals}
\usage{
resi(thetahat_i, delta_hat_j, res, beta = 0)
}
\arguments{
\item{thetahat_i}{Person parameter estimate for person i}
\item{delta_hat_j}{Item threshold parameter estimates for item j}
\item{res}{Response of person i to item j}
\item{beta}{Estimated latent mean difference between groups, can be ignored}
}
\value{
A single scalar equal to the residual for person i on item j
}
\description{
This function computes person-item residuals for rasch family adjacent-categories models
like the Rasch model or the PCM
}