theta_ci {simts} | R Documentation |
Generate the Confidence Interval for Theta Estimates
Description
Create an Asymptotic CI for the Theta Estimates.
Usage
theta_ci(theta, A, v_hat, omega, alpha)
Arguments
theta |
A vec containing the estimates
|
A |
A mat that is the first derivative matrix.
|
v_hat |
A mat that is the bootstrapped V matrix
|
omega |
A mat that is the inverse of the diagonal V matrix.
|
alpha |
A double that contains the confidence level.
|
Value
A mat
that has the first column
[Package
simts version 0.2.2
Index]