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