#' --- #' title: Exercise n. #' subtitle: #' author: name.surname #' date: #' output: #' html_document: #' toc: true #' --- ------------------ #' # How to load data available in R library(MASS) data("Pima.tr") #' ## Structure of data str(Pima.tr) #' The Pima.tr data have 200 observations and 8 variables