|
|
|
@ -153,7 +153,7 @@
|
|
|
|
|
"\n",
|
|
|
|
|
"Now, let's load the diabetes dataset provided in this source URL: <https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html>\n",
|
|
|
|
|
"\n",
|
|
|
|
|
"Also, we'll perform a sanity check on our data using `glimpse()` and dsiplay the first 5 rows using `slice()`.\n",
|
|
|
|
|
"Also, we'll perform a sanity check on our data using `glimpse()` and display the first 5 rows using `slice()`.\n",
|
|
|
|
|
"\n",
|
|
|
|
|
"Before going any further, let's also introduce something you will encounter often in R code 🥁🥁: the pipe operator `%>%`\n",
|
|
|
|
|
"\n",
|
|
|
|
@ -438,4 +438,4 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|