knitr::opts_chunk$set(echo = TRUE)
Note: The description has been taken from SAS.
Data about children.
library("rio") #body <- import("https://shinyapps.hu-berlin.de/u/stat/data/sas_body.xls") #head(body)
The data set contains data of 237 children between 11 and 20 years.
Variable | Meaning -------------|----------------------------------------------------------------------------------------- Sex | sex of child Age | age (in month) Height | height (in inches, 1 inch = 0.0254 m) Weight | weight (in pounds, 1 pound = 0.4536 kg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.