Learn R Programming

SpatioTemporal (version 1.1.7)

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, 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 DataLab