.CIWald | R Documentation |
Generates Wald Confidence Intervals
.CIWald( est, se, theta = 0, alpha = c(0.05, 0.01, 0.001), z = FALSE, df, test = FALSE )
est |
Numeric vector. Estimates. |
se |
Numeric vector. Standard errors of estimates. |
theta |
Numeric vector. Parameter values when the null hypothesis is true. |
alpha |
Numeric vector. Significance level/s. |
z |
Logical.
If |
df |
Numeric.
Degrees of freedom if |
test |
Logical.
If |
Returns a numeric matrix with the following variables:
Estimates
Standard errors
Test statistics
p value
Confidence intervals
Note that if test = TRUE
, the ci
columns are omitted.
Ivan Jacob Agaloos Pesigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.