Prepare list of arguments for model_imp()
prep_arglist(analysis_type, family = NULL, formals = formals(),
call = match.call(), sframe = sys.frame(sys.nframe()))A list of arguments prepared for model_imp(), including the
analysis type, family, formulas, and other relevant parameters.
Type of analysis to be performed (from *_imp())
family object or character string specifying the error
distribution and link function.
List of formal arguments for the function.
The matched call as returned by match.call().
An environment (typically from sys.frame(sys.nframe()))