Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.38 KB

QSPS: Quick Statistical Problem Solver

Introduction

This R project, developed by RebberChicken, consists of a Shiny web application that serves as the UI code for the final project. The application includes functionalities for Quadratic Spline Interpolation (QSI), Polynomial Regression (PR), and the Simplex Method (incomplete functionality) for solving a diet problem.

How to Use

To run the application, follow these steps:

  1. Ensure you have R and RStudio installed on your machine.

  2. Open the R script file (ui.R) in RStudio.

  3. Install the required R packages if not already installed:

    install.packages(c("readr", "shiny", "shinyjs", "shinyMatrix", "shinythemes"))
    

References

Screenshots

image image