Description Usage Arguments Value Examples
Prediction for Random-effects Model using Subsampling
1 | pred_int_jb(formula, data, level = 0.95, iter = 10, R = 50, var.names = NULL)
|
formula |
standard formula with response ~ trial |
data |
should be an object of class "data.frame" |
level |
coverage level with default 0.95 |
iter |
number of iterations for the bootstrap level 1 |
R |
number of iterations for the bootstrap level 2 |
var.names |
variable names to be passed to the 'data.frame' methods |
a list with 'pdi' prediction intervals, 'cf' correction factor and 'coverage' empirical coverage
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.