Skip to content

Commit 63ca103

Browse files
20260208 - fix typo
1 parent 38b1eb5 commit 63ca103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/itemInformationGRM.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ calc_grm_probs <- function(a, b_thresholds, theta) {
101101
#' @export
102102
# Calculate item information
103103
itemInformationGRM <- function(a, b_thresholds, theta) {
104-
if (!is.list(b_thresholds)) b_thresholds_ <- list(b_thresholds)
104+
if (!is.list(b_thresholds)) b_thresholds <- list(b_thresholds)
105105

106106
info_list <- vector("list", length(a))
107107

0 commit comments

Comments
 (0)