Description Usage Arguments Value
Make coefficient matrix containing estimates, standard errors, 100(1 - α)% CIs, Z statistics, and p-values given an input vector of parameter estimates and their standard errors.
1 2 3 4 5 6 7 8 9 | make_coef_mat(
theta_hat,
V_theta_hat,
trans,
alpha = 0.05,
SEs = TRUE,
CIs = TRUE,
tests = TRUE
)
|
theta_hat |
A named numeric vector of parameter estimates. |
V_theta_hat |
A numeric |
trans |
A function accepting a single argument (e.g., |
alpha |
The alpha level for the confidence intervals; default 0.05. |
SEs |
|
CIs |
|
tests |
|
A matrix
with row names given by the names of theta_hat
containing the requested columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.