Description Usage Arguments Value See Also
View source: R/functions_preprocessing.R
In the modeling stage, data points can be weighted differently. This function assigns default weights to records based on the presence/absence of a mean estimate. Records with known estimates are assigned a weight of 1. Unknown estimates are assigned a variable weight (see below).
1 | setDefaultModelingWeights(ors.data, unknown.weight = 0.5)
|
ors.data |
Data augmented with relevant predictors (output of
|
unknown.weight |
Modeling weight to assign to unknown estimates; default is 0.5 |
Data augmented with relevant predictors and default modeling weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.