2023-08-21

Introduction

Overview

  • The application is written in Shiny.
  • There are two files in this project: a ui.R and a server.R that works in tandem for the app to work.

The app’s objectives is to be able to interface with a user in order to do some calculations based on a very specific use-case.

In my app, the use-case is to be able to quickly create a linear model that would be useful for a variety of things.

How to Use

The app uses the default mtcars dataset. Future implementations can make use of personal data for analysis.

  • Select the dropdown icon.
  • Select your X and Y variables for analysis.
  • The plot changes according to your choices.
  • The line represents the model’s output and best linear fit.
  • Additionally, intercepts and slopes were outputted for further analysis.

Thank you!