summary.fit_gnss_ts_ngl | R Documentation |
fit_gnss_ts_ngl
Extract estimated parameters from a fit_gnss_ts_ngl
## S3 method for class 'fit_gnss_ts_ngl'
summary(object, scale_parameters = FALSE, ...)
object |
A |
scale_parameters |
A |
... |
Additional parameters. |
x <- download_station_ngl("P820")
fit1 <- gmwmx2(x, n_seasonal = 2, component = "N", stochastic_model = "wn + pl")
summary(fit1)
summary(fit1, scale_parameters = TRUE)
fit2 <- gmwmx2(x, n_seasonal = 2, component = "N", stochastic_model = "wn + fl")
summary(fit2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.