Description Usage Arguments Value Examples
Produces summary confidence intervals from CalcGTheoryCI function.
1 |
.result |
A matrix returned from CalcGTheoryCI. |
ConfLevel |
The confidence level. Should be between 0 and 1, Defaults to .8. |
rounding |
The number of rounding digits. Defaults to 4 |
A list of matrices.
1 2 3 4 5 6 7 | ## Not run:
data("Brennan.3.1")
set.seed(123)
test_boot <- CalcGTheoryCI(Data = Brennan.3.1, B = 1000, type = "pi")
sumTest <- summaryCI(test_boot, 0.80, 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.