Course Project:

Brain/Body Ratio Calculator

Jussi Leinonen

Introduction

Link to the application: https://jocha.shinyapps.io/CourseProject/.

  • Calculates user's brain/body ratio
  • Only your body weight and head diameter is needed!

Animals dataset (MASS -library) is used for comparison

'data.frame':   28 obs. of  2 variables:
 $ body : num  1.35 465 36.33 27.66 1.04 ...
 $ brain: num  8.1 423 119.5 115 5.5 ...
                    body brain
Mountain beaver     1.35   8.1
Cow               465.00 423.0
Grey wolf          36.33 119.5
Goat               27.66 115.0
Guinea pig          1.04   5.5
Dipliodocus     11700.00  50.0

Distribution of Animals -data

plot of chunk unnamed-chunk-2

Summary