08/30/2024

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

  • Galton Families data set use to predict the childrens height, both son and daughter
  • on the basis of the parents height

Slide with Complete Reporting Appliaction

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