View source: R/checkDatamodel.R
| checkDatamodel | R Documentation |
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)), ...)
E |
an object of class |
dat |
a |
weight |
vector of weigths for every variable of |
... |
arguments to be passed to or from other methods |
An object of class errorLocation.
errorLocation, localizeErrors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.