## File Name: frm_em_linreg_density_extend_args.R
## File Version: 0.051
frm_em_linreg_density_extend_args <- function(args, ind_mm)
{
if (ind_mm$model=='linreg'){
args$X <- ind_mm$R_des$x
args$offset <- ind_mm$R_des$offset
}
return(args)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.