Recently Published
Word Prediction
Describes the process of creating a word prediction algorithm.
Word Prediction
A description of some word processing and a shiny application created to perform word prediction.
Exploratory Data Analysis - SwiftKey Data
An exploratory data analysis of data provided by SwiftKey to be used in a word prediction application.
Developing Data Products: Example Using ChickWeights Data
The application displays the ChickWeights data. The user can select 1 thru 4, representing the diet # for each of 4 sets of chicks. Then the user should push the Submit button. After the Submit button is pushed, a plot will be displayed that will show the individual observations for each chick on that diet. In addition a line will show the average weight for all the chicks on that diet for each # of days after birth.
Developing Data Products: Example Using ChickWeights Data
The application displays the ChickWeights data. The user can select 1 thru 4, representing the diet # for each of 4 sets of chicks. Then the user should push the Submit button. After the Submit button is pushed, a plot will be displayed that will show the individual observations for each chick on that diet. In addition a line will show the average weight for all the chicks on that diet for each # of days after birth.
Developing Data Products: Example Using ChickWeights Data
When the shiny application is run from the following URL, an input selector will be displayed.
https://jackiegoor.shinyapps.io/Course9_DevelopingDataProducts
The user can select 1 thru 4, representing the diet # for each of 4 sets of chicks. Then the user should push the Submit button. After the Submit button is pushed, a plot will be displayed that will show the individual observations for each chick on that diet. In addition a line will show the average weight for all the chicks on that diet for each # of days after birth.
Developing Data Products: Example Using ChickWeights Data
When the shiny application is run from the following URL, an input selector will be displayed.
https://jackiegoor.shinyapps.io/Course9_DevelopingDataProducts
The user can select 1 thru 4, representing the diet # for each of 4 sets of chicks. Then the user should push the Submit button. After the Submit button is pushed, a plot will be displayed that will show the individual observations for each chick on that diet. In addition a line will show the average weight for all the chicks on that diet for each # of days after birth.
Developing Data Products: Example Using ChickWeights Data
When the shiny application is run from the following URL, an input selector will be displayed.
https://jackiegoor.shinyapps.io/Course9_DevelopingDataProducts
The user can select 1 thru 4, representing the diet # for each of 4 sets of chicks. Then the user should push the Submit button. After the Submit button is pushed, a plot will be displayed that will show the individual observations for each chick on that diet. In addition a line will show the average weight for all the chicks on that diet for each # of days after birth.
Developing Data Products: Example Using ChickWeights Data
This presentation was created using RStudio Presenter. It demonstrates the use of RStudio Presenter and shiny.
The shiny application that was created will present the ChickWeight data (from the "ggplot2" package) and allow the user to select to view the data for each diet.
Developing Data Products: Example Using ChickWeights Data
This presentation is a simple example using RStudio Presenter and shiny. It uses the ChickWeights data from the ggplot2 package and displays data based on the Diet selected by the user. The readme.txt includes instructions on how to use the shiny app.
Storm Data Exploratory Analysis
Exploratory analysis by event type of storm data from NOAA (repdata-data-StormData.csv)