print.gnsstsmodel | R Documentation |
gnsstsmodel
object.Print method for a gnsstsmodel
object.
## S3 method for class 'gnsstsmodel'
print(x, ...)
x |
A |
... |
Additional graphical parameters. |
No return value. Print a gnsstsmodel
object.
## Not run:
data(cola)
fit_gmwmx = estimate_gmwmx(x = cola,
theta_0 = c(0.1,0.1,0.1,0.1),
n_seasonal = 1,
model_string = "wn+matern")
print(fit_gmwmx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.