Skip to content

Commit 95d7bf8

Browse files
20241118 - fix typo
1 parent c4320c0 commit 95d7bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09-Item-Response-Theory.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ $$
953953

954954
where $\sigma^2(\theta)$ is the variance of theta, which is fixed to one in most IRT models.\index{item response theory}\index{item response theory!information}\index{reliability}\index{item response theory!theta}
955955

956-
The [`petersenlab`](https://github.com/DevPsyLab/petersenlab) package [@R-petersenlab] contains the `reliabilityiRT()` function that estimates the amount of [reliability](#irtReliability) an item or a measure provides as function of its information and the variance of people's construct levels ($\theta$).\index{petersenlab package}\index{item response theory}\index{item response theory!information}\index{reliability}\index{item response theory!theta}
956+
The [`petersenlab`](https://github.com/DevPsyLab/petersenlab) package [@R-petersenlab] contains the `reliabilityIRT()` function that estimates the amount of [reliability](#irtReliability) an item or a measure provides as function of its information and the variance of people's construct levels ($\theta$).\index{petersenlab package}\index{item response theory}\index{item response theory!information}\index{reliability}\index{item response theory!theta}
957957

958958
```{r, eval = FALSE, class.source = "fold-hide"}
959959
reliabilityIRT <- function(information, varTheta = 1){

0 commit comments

Comments
 (0)