SpatioTemporal (version 1.1.9.1)

print.estimateSTmodel: Print details for estimateSTmodel object

Description

print method for class estimateSTmodel.

Usage

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

Arguments

x

estimateSTmodel object to print information for.

...

Ignored additional arguments.

Value

Nothing

See Also

Other estimateSTmodel methods: coef.estimateSTmodel, estimate.STmodel

Examples

Run this code
# NOT RUN {
  ##load data
  data(est.mesa.model)
  print(est.mesa.model)

# }

Run the code above in your browser using DataCamp Workspace