summaryKclass-class: Class '"summaryKclass"'

summaryKclass-classR Documentation

Class "summaryKclass"

Description

The class that stores the summary statistics of model fitted by K-Class estimators.

Objects from the Class

Objects can be created by calls of the form new("summaryKclass", ...). It is the summary statistics of models estimated by kclassfit.

Slots

kappa:

Object of class "numeric" ~~

method:

Object of class "character" ~~

origModel:

Object of class "linearModel" ~~

coef:

Object of class "matrix" ~~

specTest:

Object of class "specTest" ~~

strength:

Object of class "list" ~~

model:

Object of class "momentModel" ~~

sandwich:

Object of class "logical" ~~

type:

Object of class "character" ~~

convergence:

Object of class "numericORNULL" ~~

convIter:

Object of class "numericORNULL" ~~

wSpec:

Object of class "list" ~~

niter:

Object of class "integer" ~~

df.adj:

Object of class "logical" ~~

breadOnly:

Object of class "logical" ~~

Extends

Class "summaryGmm", directly.

Methods

print

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

show

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

Examples

showClass("summaryKclass")

momentfit documentation built on June 26, 2024, 3 p.m.