fitted.spT: Extract model fitted values.

Description Usage Arguments Value See Also Examples

View source: R/useful_commands.R

Description

Extract average fitted values and corresponding standard deviations from model.

Usage

1
2
3
4
## 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

1
2
3
4
5
6
7
8
## Not run: 
##

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

##

## End(Not run)

jmarca/spTimer documentation built on May 19, 2019, 1:51 p.m.