Learn R Programming

spMC (version 0.2.2)

print.tpfit: 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

Value

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

Rdversion

1.1

See Also

tpfit

Examples

Run this code
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)

Run the code above in your browser using DataLab