| extract_one_param | R Documentation |
Internal helper to extract estimate, standard error, and confidence interval bounds from a single column of a mirt coefficient matrix.
extract_one_param(mat, col_name)
mat |
A coefficient matrix from |
col_name |
Character string: the column name to extract (e.g., "a1", "d", "d2"). |
A list with elements:
The parameter estimate (from "par" row).
The standard error derived from CI width, or NA if CI rows absent.
Lower CI bound (from "CI_2.5" row), or NA if absent.
Upper CI bound (from "CI_97.5" row), or NA if absent.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.