R/rasch_mml2_modify_list_element.R

Defines functions rasch_mml2_modify_list_element

## File Name: rasch_mml2_modify_list_element.R
## File Version: 0.03

rasch_mml2_modify_list_element <- function( x, entry, value )
{
    x[[ entry ]] <- value
    return( x )
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on May 29, 2024, 8:43 a.m.