Description Usage Arguments Examples
Test the coverage for different prediction methods using leave-one-out cross-validation
1 2 3 4 5 6 7 8 9 |
formula |
standard R formula, 'response ~ trial' |
data |
a data frame |
method |
either 'tdist', 'ntrial', 'jags', ‘boot’ or ‘im’ |
level |
prediction level |
iter |
number of iterations |
quiet |
logical. FALSE by default |
... |
additional arguments to be passed to the functions |
1 2 | data(soyrs)
t.tdist <- cv_pred_int(lrr ~ Trial_ID, data = soyrs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.