Children Height Prediction App

Mariana Martins

The objective

  1. Write a shiny application with associated supporting documentation. The documentation should be thought of as whatever a user will need to get started using your application.

  2. Deploy the application on Rstudio’s shiny server

  3. Share the application link by pasting it into the provided text box

  4. Share your server.R and ui.R code on github

The app

Using the data provided by Galton Families dataset, we fit a linear model to predict a child’s height based on the gender and parent’s average height.

Having the mother, the father and the gender of their child we can see a prediction of the children height.

How to use the app

The application is running on:

ui.R, and Server.R Code in my github repository:

R Code