Walks user through outliers processing on a given, preprocessed data package and generates report.
This is a Shiny app that takes input data from the global environment (either matrix or dataframe), and gives a step by step approach to outlier processing specifically: 1. Ordination Analysis 2. (Generalized) Minimum Covariance Determinant (G)MCD Analysis 3. CorrMax This app is able to generate a report with the information up until the current step for each step
The server logic is organized as follows: - Reactive Vals and Reactives: the step#done() reactiveVals are necessary for bookmark restoration - Observers - Render Outputs - App State Trigger Funcs
1 | runApp()
|
Logan Lim Jeremy Tanuan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.