ci_from_hessian | R Documentation |
Calculates parameter confidence intervals for a fit returned by calibrate()
.
The fit must provide a valid Hessian matrix.
ci_from_hessian(fit, dof, level = 0.95)
fit |
return value from |
dof |
integer, Degrees of Freedom, commonly the number of independent observations minus the number of fitted parameters |
level |
numeric, desired confidence level, i.e a value between zero and one.
Defaults to 95% ( |
name list of numeric vectors of length two, the elements representing the lower and upper confidence limit, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.