statistics_get_parameters: Compute IRT statistics

View source: R/statistics_get_parameters.R

statistics_get_parametersR Documentation

Compute IRT statistics

Description

Compute Item Response Theory statistics about documents and items.

Usage

statistics_get_parameters(
  results,
  model_formula = "correct ~ ability",
  minobs = 10
)

Arguments

results

Tibble. observation (e.g. student attempt in test), code (e.g. question) and score (percentage of completion).

model_formula

Character Model used to estimate parameters (converted into a formula in yhe function)

minobs

Integer.

Value

Models and parameters

Author(s)

Nicolas Mangin


NicolasJBM/teachR documentation built on April 12, 2025, 5:27 a.m.