Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RMmodelExt-class

Class CLASS_FIT


Description

Extension of class RMmodel which additionally contains the likelihood of the data w.r.t. the covariance model represented by the CLASS_CLIST part, the estimated trend of the data if it is a constant trend, and the residuals of the data w.r.t. the model. Objects of this class only occur as slots in the output of "RFfit".

Creating Objects

Objects are only meant to be created by the function RFfit.

Slots

model,formel:

See RMmodel.

variab:

vector of estimated variables. Variables are used in the internal representation and can be a subset of the parameters.

param:

vector of estimated parameters

covariate:

to do

globalvariance:

to do

hessian:

to do

likelihood:

numeric; the likelihood of the data w.r.t. the covariance model

AIC:

the AIC value for the ml estimation

AICc:

the corrected AIC value for the ml estimation

BIC:

the BIC value for the ml estimation

residuals:

array or of class RFsp; residuals of the data w.r.t. the trend model

Extends

Class CLASS_CLIST, directly.

Methods

[

signature(x = CLASS_FIT): enables accessing the slots via the "["-operator, e.g. x["likelihood"]

[<-

signature(x = CLASS_FIT): enables replacing the slots via the "["-operator

show

signature(x = "RFfit"): returns the structure of x

print

signature(x = "RFfit"): identical with show-method

anova

performs a likelihood ratio test base on a chisq approximation

summary

gives a summary

Author(s)

See Also

Examples

# see RFfit

RandomFields

Simulation and Analysis of Random Fields

v3.3.10
GPL (>= 3)
Authors
Martin Schlather [aut, cre], Alexander Malinowski [aut], Marco Oesting [aut], Daphne Boecker [aut], Kirstin Strokorb [aut], Sebastian Engelke [aut], Johannes Martini [aut], Felix Ballani [aut], Olga Moreva [aut], Jonas Auel[ctr], Peter Menck [ctr], Sebastian Gross [ctr], Ulrike Ober [ctb], Paulo Ribeiro [ctb], Brian D. Ripley [ctb], Richard Singleton [ctb], Ben Pfaff [ctb], R Core Team [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.