You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: short_courses/r_functions.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -362,9 +362,9 @@
362
362
"- Calculate averages (mean) of different columns in the dataset for each of the BMI categories (e.g. average incidence of diabetes in each of the BMI categories).\n",
363
363
"\n",
364
364
"The code below calculates the averages for each BMI category of three different columns:\n",
365
-
"- `Total_body_fat_pct`: `Total_body_fat_pct`: total body fat percentage\n",
366
-
"- `Diabetes`: `Diabetes`: whether the subject has diabetes (`1`) or not (`0`)\n",
367
-
"- `Total_cholesterol`: `Total_cholesterol`: total cholesterol in blood (mg/dL)\n",
365
+
"- `Total_body_fat_pct`: total body fat percentage\n",
366
+
"- `Diabetes`: whether the subject has diabetes (`1`) or not (`0`)\n",
367
+
"- `Total_cholesterol`: total cholesterol in blood (mg/dL)\n",
368
368
"\n",
369
369
"Later, we will see a way we can write functions to simplify the code."
0 commit comments