Learn R Programming

momentfit (version 0.5)

gelfit-class: Class "gelfit"

Description

A class to store fitted models obtained using a GEL method.

Arguments

Objects from the Class

Objects can be created by calls of the form new("gelfit", ...). It is created by gelFit.

Slots

theta:

Object of class "numeric" ~~

convergence:

Object of class "numeric" ~~

lambda:

Object of class "numeric" ~~

lconvergence:

Object of class "numeric" ~~

call:

Object of class "callORNULL" ~~

gelType:

Object of class "list" ~~

vcov:

Object of class "list" ~~

model:

Object of class "momentModel" ~~

restrictedLam:

Object of class "integer" ~~

Methods

coef

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

confint

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

getImpProb

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

momFct

signature(eta = "numeric", object = "gelfit"): ...

print

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

residuals

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

show

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

specTest

signature(object = "gelfit", which = "missing"): ...

summary

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

update

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

vcov

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

Examples

Run this code
showClass("gelfit")

Run the code above in your browser using DataLab