View source: R/useful_commands.R
fitted.spT | R Documentation |
Extract average fitted values and corresponding standard deviations from model.
## S3 method for class 'spT'
fitted(object, ...)
##
object |
Object of class inheriting from "spT". |
... |
Other arguments. |
Mean |
Fitted mean values obtained from the MCMC samples. |
SD |
Corresponding standard deviations. |
spT.Gibbs
.
## Not run:
##
fitted(out) # where out is the output from spT class
##
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.