Last chance! 50% off unlimited learning
Sale ends in
object
, at the distances defined
by distance
.## S3 method for class 'corExp':
Variogram(object, distance, sig2, length.out, \dots)
variog
and dist
representing,
respectively, the semi-variogram values and the corresponding
distances. The returned value inherits from class Variogram
.corExp
, plot.Variogram
stopifnot(require("stats", quietly = TRUE))
cs1 <- corExp(3, form = ~ Time | Rat)
cs1 <- Initialize(cs1, BodyWeight)
Variogram(cs1)[1:10,]
Run the code above in your browser using DataLab