print.multi_tpfit {spMC} | R Documentation |
Printing Model Parameters for Multidimensional Continuous Lag Spatial MC
Description
The function prints parameter estimation results given by multi_tpfit
.
Usage
## S3 method for class 'multi_tpfit'
print(x, ...)
Arguments
x |
an object of the class |
... |
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
Examples
data(ACM)
# Estimate the parameters of a
# multidimensional MC models
MoPa <- multi_tpfit(ACM$MAT5, ACM[, 1:3])
# Print results
print(MoPa)
[Package spMC version 0.3.15 Index]