Description Creating Objects Slots Extends Methods Author(s) See Also Examples
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".
Objects are only meant to be created by the function
RFfit
.
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
Class CLASS_CLIST
, directly.
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
signature(x = "RFfit")
: returns the structure
of x
signature(x = "RFfit")
: identical with
show
-method
performs a likelihood ratio test base on a chisq approximation
gives a summary
Alexander Malinowski; \martin
1 | # see RFfit
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.