confint.mle | R Documentation |
Function to compute the confidence intervals of 'mle' objects.
## S3 method for class 'mle'
confint(object, parm = NULL, level = 0.95, use_t_dist = FALSE, ...)
object |
the 'mle' object to compute the confidence intervals for |
parm |
the parameters to compute the confidence intervals for (not used) |
level |
confidence level, defaults to 0.95 (alpha=.05) |
use_t_dist |
logical, whether to use the t-distribution to compute the confidence intervals. |
... |
additional arguments to pass |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.