spTimer (version 3.3.2)

fitted.spT: Extract model fitted values.

Description

Extract average fitted values and corresponding standard deviations from model.

Usage

# S3 method for spT
fitted(object, ...)

##

Value

Mean

Fitted mean values obtained from the MCMC samples.

SD

Corresponding standard deviations.

Arguments

object

Object of class inheriting from "spT".

...

Other arguments.

See Also

spT.Gibbs.

Examples

Run this code
if (FALSE) {
##

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

##
}

Run the code above in your browser using DataLab