missing_covariates {RprobitB} | R Documentation |
Handle missing covariates
Description
This function checks for and replaces missing covariate entries in
choice_data
.
Usage
missing_covariates(
choice_data,
impute = "complete_cases",
col_ignore = character()
)
Arguments
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). |
Value
The input choice_data
, in which missing covariates are addressed.
[Package RprobitB version 1.1.4 Index]