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