Description Usage Arguments Value Author(s) See Also Examples
Evaluates confidence interval using
zero_hit()
,
theta_hit()
,
len()
,
and
shape()
.
1 |
ci |
Vector. Confidence intervals sorted from smallest to largest. The length should be even. The first and the last element correspond to the widest confidence interval. The second and the second to the last element correspond to the second widest confidence interval. And so on and so forth. |
thetahat |
Numeric. Parameter estimate ≤ft( \hat{ θ } \right) . |
theta |
Numeric. Population parameter ≤ft( θ \right) . |
label |
Vector.
Vector used to label results.
If not provided defaults to |
Returns a vector with the following elements:
Logical. Tests if confidence interval contains zero.
Logical. Tests if confidence interval contains theta.
Length of confidence interval.
Shape of confidence interval.
Ivan Jacob Agaloos Pesigan
Other confidence interval evaluation functions:
len()
,
shape()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.