View source: R/data_management.R
missing_covariates | R Documentation |
This function checks for and replaces missing covariate entries in
choice_data
.
missing_covariates(
choice_data,
impute = "complete_cases",
col_ignore = character()
)
choice_data |
A |
impute |
A character that specifies how to handle missing covariate entries in
|
col_ignore |
A character vector of columns that are ignored (none per default). |
The input choice_data
, in which missing covariates are addressed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.