Description Usage Arguments Value
Profile a CEL confidence interval for one component of the coefficient vector.
1 2 3 4 5 |
fix_index |
a vector indicating the indices to be tested. |
X |
a design matrix with observations in rows and variables in columns. |
y |
a vector of the responses. Default is |
family |
either the GLM family or |
conf_level |
the confidence level. |
test_thresh |
either a string specifying the chi-square approximation or a double (such as a statistic calculated from the bootstrap). |
upper_break |
the initial guess for the upper limit for root finding. Default uses a value based on the magnitude of the MLE. |
lower_break |
the initial guess for the lower limit for root finding. |
upper_divide |
divide the MLE by this much for |
upper_increase |
increase the initial guess for the upper limit by this amount. |
algorithm |
a string indicating the algorithm to be used. |
... |
additional arguments passed to |
verbose |
a boolean to allow console output. |
A list with confidence interval attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.