GaltonFamilies Analysis Report

Galton Families Analysis Report enabled developing data products using shiny apps Embedded using RMarkDown.

Use the Pageup and Pagedown keys to travere between slides.

Application Overview

Slide with Complete Reporting Appliaction

Click the Below Link for the Application.

https://joejokelly.shinyapps.io/backup/

Click the link below for compiled project files on gitub repo.

https://github.com/Joejokelly/GaltonFamiies-ShinyProject

Data Used

The data used for this application is diamonds data set, which is part of ggplot2 package. Containing information about 53940 diamonds with 10 variables.

## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
##   family father mother midparentHeight children childNum gender childHeight
## 1    001   78.5   67.0           75.43        4        1   male        73.2
## 2    001   78.5   67.0           75.43        4        2 female        69.2
## 3    001   78.5   67.0           75.43        4        3 female        69.0
## 4    001   78.5   67.0           75.43        4        4 female        69.0
## 5    002   75.5   66.5           73.66        4        1   male        73.5
## 6    002   75.5   66.5           73.66        4        2   male        72.5