fitted.spT {spTimer} | R Documentation |
Extract model fitted values.
Description
Extract average fitted values and corresponding standard deviations from model.
Usage
## S3 method for class 'spT'
fitted(object, ...)
##
Arguments
object |
Object of class inheriting from "spT". |
... |
Other arguments. |
Value
Mean |
Fitted mean values obtained from the MCMC samples. |
SD |
Corresponding standard deviations. |
See Also
Examples
## Not run:
##
fitted(out) # where out is the output from spT class
##
## End(Not run)
[Package spTimer version 3.3.2 Index]