Prints estimates, standard errors, 100(1 - α)% CIs, test
statistics, and p-values to the console given a vector of estimates and their
covariance matrix. May also specify a function to transform the estimates and
95% CIs. Uses make_coef_mat()
for underlying calculations.
1 | print_ests(theta_hat, V_theta_hat, trans, title = "Parameter Estimates", ...)
|
theta_hat |
A named vector of parameter estimates. |
V_theta_hat |
The covariance matrix of the parameter estimates in
|
trans |
A function accepting a single argument (e.g., |
title |
A string header to print before the estimates or |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.