gelfit-class: Class '"gelfit"'

gelfit-classR Documentation

Class "gelfit"

Description

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

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

showClass("gelfit")

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