extract_ersim | R Documentation |
ersim_*
and 'ersim_med_qi_*“Extract elements from objects of the classes ersim_*
and 'ersim_med_qi_*“
## S3 method for class 'ersim'
extract_data(x)
## S3 method for class 'ersim_med_qi'
extract_data(x)
## S3 method for class 'ersim'
extract_var_resp(x)
## S3 method for class 'ersim_med_qi'
extract_var_resp(x)
## S3 method for class 'ersim'
extract_var_exposure(x)
## S3 method for class 'ersim_med_qi'
extract_var_exposure(x)
## S3 method for class 'ersim'
extract_var_cov(x)
## S3 method for class 'ersim_med_qi'
extract_var_cov(x)
x |
An object of class |
extract_data()
extracts data used for the model fit.
extract_mod()
extracts the model fit object.
extract_var_resp()
extracts the response variable name
extract_var_exposure()
extracts the exposure metric name
extract_var_cov()
extracts the covariates name
extract_exp_sel_list_model()
extracts the list of fitted models for
each exposure metrics.
extract_exp_sel_comp()
extracts the comparison results of the exposure
metrics.
extract_var_selected()
extracts the selected variables (both exposure
and covariates)in the final model after covariate selection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.