honest_split | R Documentation |
Creates honest sample split by randomly selecting prespecified share of observations to belong to honest sample and to training sample
honest_split(data, honesty.fraction, orf)
data |
dataframe or matrix of features and outcomes to be split honestly |
honesty.fraction |
share of sample to belong to honesty sample |
orf |
logical, if honest split should be done for orf or not |
named list of honest and training sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.