Learn R Programming

momentfit (version 0.5)

mconfint-class: Class "mconfint"

Description

A class to store confidence region.

Arguments

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"): ...

print

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

show

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

Examples

Run this code
showClass("mconfint")

Run the code above in your browser using DataLab