All functions

dk_sim()

dk_sim simulation function based on a 1992 paper by Derksen and Keselman

get_coefs()

Get coeficient names from a list of fitted models.

get_cv_glmnet()

Wrapper around cv.glmnet

get_families()

Get a list of the distribution families used from a list of fitted model objects

get_fit_models()

Fits list of models to provided data

get_fivenum_coef()

Gets fivenum() summary for coefficients retained by various models

get_fivenum_mse()

Get fivenum summary of mean squared error from results list

get_glmnet_coef()

Get coeficients without intercept from glmnet model

get_links()

Get a list of the link functions used from a list of fitted model objects

get_mses()

Get Mean Squared Errors for a list of models using test data.

get_predictors()

get_predictors returns matrix of predictor variable data elements

get_targets()

get_targets returns matrix of target data elements

make_dataset()

Forms data set used for simulation

make_results()

Makes a result list object with all simulation results included.

sim_object_to_df()

sim_object_to_df creates a dataframe from the simulation object created by dk_sim

stepwiser

Simulation software loosely based on [@derksen_keselman1992]