## 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.