Skip to contents

get_mdls_with_signft_covars() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get models with significant covariates. Function argument outp_smry_ls specifies the where to look for the required object. The function returns Models with significant covariates (a list).

Usage

get_mdls_with_signft_covars(outp_smry_ls, params_ls_ls)

Arguments

outp_smry_ls

Output summary (a list)

params_ls_ls

Parameters (a list of lists)

Value

Models with significant covariates (a list)