Learn R Programming

foieGras (version 0.7-6)

print.ssm: print foieGras fit object summary information

Description

print foieGras fit object summary information

Usage

# S3 method for ssm
print(x, ...)

Arguments

x

a foieGras ssm fit object

...

unused. For compatibility with the generic method.

Examples

Run this code
# NOT RUN {
## 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]]

# }

Run the code above in your browser using DataLab