missing_covariates {RprobitB} | 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.