Categorical variables in dat
which also occur in E
are checked against the datamodel for
those variables. Numerical variables are checked against edits in E
that contain only a single
variable (e.g. \(x > 0\)). Values violating such edits as well as empty values are set to adapt.
checkDatamodel(E, dat, weight = rep(1, ncol(dat)), ...)
An object of class errorLocation
.
an object of class editset
, editarray
, or editmatrix
a data.frame
vector of weigths for every variable of dat
or an array of weight of the same dimensions as dat
.
arguments to be passed to or from other methods
errorLocation
, localizeErrors
.