print.ssm: print 'foieGras' fit object summary information

Description Usage Arguments Examples

View source: R/print.ssm.R

Description

print foieGras fit object summary information

Usage

1
2
## S3 method for class 'ssm'
print(x, ...)

Arguments

x

a foieGras ssm fit object

...

unused. For compatibility with the generic method.

Examples

1
2
3
4
5
6
## see summary fit output
## generate a fG_ssm fit object (call is for speed only)
xs <- fit_ssm(sese2, spdf=FALSE, model = "rw", time.step=72, 
control = ssm_control(se = FALSE, verbose = 0))

xs$ssm[[1]]

foieGras documentation built on April 27, 2021, 1:05 a.m.