conf_interv | R Documentation |
This code is adapted from the mev
package.
conf_interv(
object,
level = 0.95,
prob = c((1 - level)/2, 1 - (1 - level)/2),
print = FALSE,
...
)
object |
a list containing information about the profile likelihood in the same format as the |
level |
probability level of the confidence interval |
prob |
vector of length 2 containing the bounds, by default double-sided |
print |
logical indicating whether the intervals are printed to the console |
... |
additional arguments passed to the function |
a table with confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.