Skip to content

QSPS: Quadratic Spline and Polynomial Solver - R Shiny App

Notifications You must be signed in to change notification settings

bernardjezua/QSPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QSPS: Quadratic Spline and Polynomial 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

About

QSPS: Quadratic Spline and Polynomial Solver - R Shiny App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages