fitted.spT: Extract model fitted values.

View source: R/useful_commands.R

fitted.spTR 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

spT.Gibbs.

Examples

## Not run: 
##

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

##

## End(Not run)

spTimer documentation built on Oct. 26, 2022, 5:06 p.m.