Shiny Application and Reproducible Pitch

Course Project - Developing Data Products

Sufyan Mughal

Overview

  1. This application predicts the Diamond price based on the characteristics provided by the user and interfaced as a Shiny web application.

  2. The application takes the following input:

  • Carat
  • Cut
  • Color
  • Clarity

Process

  • The application fits a multivariate linear model based on the Input provided by the user and predicts a diamond price using the 'diamonds' dataset.

application

ui.R

userInterface

server.R

applicationLogin

Source(s)

The Application live demo can be found here at Shinyapps.io

Github repository

Thank you.

Dated: 13-January-2019