Description Usage Arguments Value
Profile a confidence interval for a one-dimensional mean using either REL or EL
1 2 3 4 |
data_mat |
a matrix of the data with observations in rows and variables in columns. |
q |
an integer specifying the number of detected outliers. Default is |
conf_level |
the confidence level. |
test_thresh |
a string specifying the calibration type. Only the chi-squared approximation is currently implemented. |
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. |
left_algorithm |
the algorithm for the left confidence limit. |
right_algorithm |
the algorithm for the right confidence limit. |
... |
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.