launchApp: Launch Shiny Application for FSSA Demonstration

View source: R/launchApp.R

launchAppR Documentation

Launch Shiny Application for FSSA Demonstration

Description

This function launches a Shiny app to facilitate the understanding of univariate or multivariate Functional Singular Spectrum Analysis (fssa). The app enables users to perform univariate or multivariate FSSA on various data types, including simulated and real data provided by the server. Users can also upload their own data. The app supports simultaneous comparisons of different methods, such as multivariate vs. univariate FSSA, and allows users to select the number and types of basis elements used for estimating Functional Time Series (funts) objects. It offers plotting capabilities for both funts and fssa.

Usage

launchApp(type = "ufssa")

Arguments

type

Type of FSSA with options of type = "ufssa" or type = "mfssa".

Value

A shiny application object.

Examples

## Not run: 
launchApp()

## End(Not run)


Rfssa documentation built on Oct. 27, 2023, 1:08 a.m.