confint-class {gmm4}R Documentation

Class "confint"

Description

A class for confidence interval results.

Objects from the Class

Objects can be created by calls of the form new("confint", ...), but it is recommended to use the "confit" method.

Slots

interval:

Object of class "matrix" ~~

type:

Object of class "character" ~~

level:

Object of class "numeric" ~~

theta:

Object of class "numeric" ~~

Methods

print

signature(x = "confint"): ...

show

signature(object = "confint"): ...

Examples

showClass("confint")

[Package gmm4 version 0.2-0 Index]