spTimer (version 3.3)

fitted.spT: Extract model fitted values.

Description

Extract average fitted values and corresponding standard deviations from model.

Usage

# S3 method for 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

spT.Gibbs.

Examples

Run this code
# NOT RUN {
##

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

##
# }

Run the code above in your browser using DataCamp Workspace