Learn R Programming

RandomFields (version 3.1.12)

RFfit-class: Class RFfit

Description

Class for RandomField's representation of model estimation results

Usage

## S3 method for class 'RFfit':
residuals(object, ..., method="ml", full=FALSE)
## S3 method for class 'RFfit':
summary(object, ..., method="ml")
## S3 method for class 'RFfit,missing':
plot(x, y, ...) 

## S3 method for class 'RFfit': contour(x, ...) ## S3 method for class 'RFempVariog': contour(x, ...)

RFhessian(model)

Arguments

object
see the generic function;
...
  • plot: arguments to be passed to methods; mainly graphical arguments, or further models in case of class'RMmodel', see Details.
  • summary: see the generic function
method
character; only for class(x)=="RFfit"; a vector of slot names for which the fitted covariance or variogram model is to be plotted; should be a subset of slotNames(x) for which the corresponding slots are of class
full
logical. if TRUE submodels are reported as well (if available).
x
object of class RFsp or RFempVario or RFfit or
y
unused
model
class(x)=="RF_fit" or class(x)=="RFfit", obtained from RFfit

Creating Objects

Objects are created by the function RFfit

Further 'methods'

AICc.RFfit(object, ..., method="ml", full=FALSE)] AICc.RF_fit(object, ..., method="ml", full=TRUE)

Details

for the definition of plot see RFplotEmpVariogram.

References

AICc:
  • Hurvich, C.M. and Tsai, C.-L. (1989) Regression and Time Series Model Selection in Small SamplesBiometrika,76, 297-307.

See Also

RFfit, RFempiricalvariogram, RMmodel-class, RMmodelFit-class plot-method

Examples

Run this code
# see RFfit
FinalizeExample()

Run the code above in your browser using DataLab