methods: Methods for 'kmModel' Objects

Description Usage Arguments Methods (by generic) See Also

Description

Methods for kmModel objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## S3 method for class 'kmModel'
coef(object, ...)

## S3 method for class 'kmModel'
deviance(object, ...)

## S3 method for class 'kmModel'
estfun(x, ...)

## S3 method for class 'kmModel'
logLik(object, ...)

## S3 method for class 'kmModel'
model.matrix(object, ...)

## S3 method for class 'kmModel'
plot(x, ...)

## S3 method for class 'kmModel'
print(x, ...)

## S3 method for class 'kmModel'
residuals(object, ...)

## S3 method for class 'kmModel'
reweight(object, weights, ...)

Arguments

object,x

[kmModel]
The fitted Kriging model.

weights

[numeric]
A vector of observation weights.

...

Further arguments.

Methods (by generic)

See Also

coef,km-method, deviance, estfun, logLik, model.matrix, plot,km-method, show,km-method, residuals, reweight, km.


schiffner/mobKriging documentation built on May 29, 2019, 3:39 p.m.