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.
To run the application, follow these steps:
-
Ensure you have R and RStudio installed on your machine.
-
Open the R script file (
ui.R
) in RStudio. -
Install the required R packages if not already installed:
install.packages(c("readr", "shiny", "shinyjs", "shinyMatrix", "shinythemes"))
- freeCodeCamp.org. (2021). R Shiny for Data Science Tutorial – Build Interactive Data-Driven Web Apps [YouTube Video]. In YouTube. https://www.youtube.com/watch?v=9uFQECk30kA
- R4DS Online Learning Community. (2023). ShinyUI: JavaScript for Shiny (shinyui01 10) [YouTube Video]. In YouTube. https://www.youtube.com/watch?v=5_IVbyf2x00
- Statistical Learning Group. (2020). R Shiny Basics and User Interface [YouTube Video]. In YouTube. https://www.youtube.com/watch?v=6mJaw5pLtso