Skip to content

srikarth/DataAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

DataAnalysis

example of reactive data visualization server done in R

Server calulates forecast for a stock price and displays this to user.

DEMO

demoImage2

HOWTO

R 3.1.2+ required

go to the R console:

install.packages('quantmod')
install.packages('shiny')
install.packages('forecast')
library('shiny')

and in the R console:

library('quantmod')
library('shiny')
runApp('forecastOfStock')

About

Data Analysis and Decision Making Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages