Learn R Programming

spTimer (version 2.0-0)

fitted.spT: 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

  • MeanFitted mean values obtained from the MCMC samples.
  • SDCorresponding standard deviations.

See Also

spT.Gibbs.

Examples

Run this code
##

fitted(out) # where out is the output from spT class

##

Run the code above in your browser using DataLab