Learn R Programming

SpatioTemporal (version 1.1.2)

print.estimateSTmodel: Print details for estimateSTmodel object

Description

print method for class estimateSTmodel.

Usage

## S3 method for class '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
##load data
  data(est.mesa.model)
  print(est.mesa.model)

Run the code above in your browser using DataLab