Description Usage Arguments Value Examples
Sip a brew
1 2 3 4 5 6 7 8 9 |
brew |
an |
from |
column name for sipping. Valid options are training and testing. Inputs can be quoted (e.g. 'training') or unquoted (e.g. training). |
data_complete |
a data frame containing the 'true' values that were 'missing'. |
fun_ctns_error |
a function that will evaluate errors for
continuous variables. Continuous variables have type |
fun_intg_error |
a function that will evaluate errors for
integer valued variables. Default is to use R-squared
(see |
fun_bnry_error |
a function that will evaluate errors for
binary variables (i.e., factors with 2 levels). Default
is to use kappa agreement (see |
fun_catg_error |
a function that will evaluate errors for
categorical variables (i.e., factors with >2 levels). Default
is to use kappa agreement (see |
an ipa_brew
object with a new column added to the wort
.
The new column contains a list of tibble::tibble()
s with columns
variable
, type
, and score
. The score
column comprises
output from the error
functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.