confint-class: Class '"confint"'

confint-classR 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

print

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

show

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

Examples

showClass("confint")

momentfit documentation built on Sept. 20, 2023, 3:01 a.m.