if (FALSE) {
# Example usage with an LR object
dat = eRm::sim.rasch(1000,10)
mod = eRm::RM(dat)
obj <- eRm::LRtest(mod) # Create an LR object
get_eRm_arg(obj, "df") # Extract degrees of freedom
get_eRm_arg(obj, "local_dev") # Extract local deviations
get_eRm_arg(obj, "n_info") # Extract informative sample size
}
Run the code above in your browser using DataLab