launchApp | R Documentation |
This function launches an app that can be used to help an individual better understand univariate or multivariate functional
singular spectrum analysis (fssa
). The app allows the user to run univariate or multivariate functional singular spectrum analysis (depending on
the entered type of parameter)
on a variety of data types including simulated and real data available through the server. The app also has functionality
that allows the user to upload their own data. The app allows the user to compare different methods simultaneously such as
multivariate singular spectrum analysis versus univariate functional singular spectrum analysis. It also allows the user to choose
the number and types of basis elements used to estimate functional time series (fts
) objects. The app supports fts
plots and fssa
plots.
launchApp(type = "ufssa")
type |
Type of FSSA with options of |
A shiny application object.
## Not run: launchApp() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.