print.tpfit: Printing Model Parameters for One-dimensional Continuous Lag...

View source: R/print.tpfit.R

print.tpfitR Documentation

Printing Model Parameters for One-dimensional Continuous Lag Spatial MC

Description

The function prints parameter estimation results given by tpfit.

Usage

## S3 method for class 'tpfit'
print(x, ...)

Arguments

x

an object of the class tpfit, typically with the output of the function tpfit.

...

further arguments passed to or from other methods.

Value

Estimation results are printed on the screen or other output devices. No values are returned.

Author(s)

Luca Sartore drwolf85@gmail.com

See Also

tpfit

Examples


data(ACM)

# Estimate the parameters of a 
# one-dimensional MC model
MoPa <- tpfit(ACM$MAT5, ACM[, 1:3], c(0, 0, 1))

# Print results
print(MoPa)

spMC documentation built on May 3, 2023, 9:13 a.m.