Description Usage Arguments Methods (by generic) See Also
Methods for kmModel objects.
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, ...)
|
object,x |
[ |
weights |
[ |
... |
Further arguments. |
coef: Coefficient values of a fitted km model, see coef,km-method.
deviance: The value of the deviance (log-likelihood times -2) extracted from object.
estfun: The empirical estimating (or score) function, i.e., the derivatives of the log-likelihood with respect
to the parameters, evaluated at the training data.
logLik: Value of the concentrated log-likelihood at its optimum.
model.matrix: See model.matrix.
plot: Diagnostic plots, see plot,km-method.
print: The main features of the fitted Kriging model. See show,km-method.
residuals: The de-correlated residuals. Extractor function for slot z of km.
reweight: The re-weighted fitted kmModel object.
coef,km-method, deviance, estfun, logLik,
model.matrix, plot,km-method, show,km-method,
residuals, reweight, km.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.