confint-class {gmm4} | R Documentation |
"confint"
A class for confidence interval results.
Objects can be created by calls of the form new("confint", ...)
,
but it is recommended to use the "confit"
method.
interval
:Object of class "matrix"
~~
type
:Object of class "character"
~~
level
:Object of class "numeric"
~~
theta
:Object of class "numeric"
~~
signature(x = "confint")
: ...
signature(object = "confint")
: ...
showClass("confint")