R/sirt_pem_include_ll_args.R

Defines functions sirt_pem_include_ll_args

## File Name: sirt_pem_include_ll_args.R
## File Version: 0.06

sirt_pem_include_ll_args <- function(ll_args, pem_parm, pem_pars, pem_parameter_index)
{
    for (pp in pem_pars){
        ll_args[[ pp ]] <- sirt_pem_extract_parameters( parm=pem_parm, parmgroup=pp,
                                    pem_parameter_index=pem_parameter_index )
    }
    return(ll_args)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.