confint-class {momentfit} | R Documentation |
Class "confint"
Description
A class to store a confidence interval result.
Objects from the Class
Objects can be created by calls of the form new("confint", ...)
.
It is generated by the "confint"
method (see
confint-methods
).
Slots
interval
:Object of class
"matrix"
~~type
:Object of class
"character"
~~level
:Object of class
"numeric"
~~theta
:Object of class
"numeric"
~~
Methods
signature(x = "confint")
: ...- show
signature(object = "confint")
: ...
Examples
showClass("confint")
[Package momentfit version 0.5 Index]