Skip to content

Commit e6b7a4a

Browse files
author
StephenElston
committed
minor edits
1 parent 33f5661 commit e6b7a4a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Module04/04-02-Statistics Fundamentals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@
11741174
"cell_type": "markdown",
11751175
"metadata": {},
11761176
"source": [
1177-
"### Summarizing Data Distribution in Python\n",
1177+
"### Summarizing Data Distribution in R\n",
11781178
"We've seen how to obtain individual statistics in R, but you can also use the ***summary*** function to retrieve summary statistics for all numeric columns in a data frame. These summary statistics include many of the statistics we've examined so far (though it's worth noting that the *median* is not included):"
11791179
]
11801180
},

Module04/04-03-Comparing Data.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,13 @@
10551055
"\n",
10561056
"\\begin{equation}f(x) = (1424.50\\times62) - 7822.24 \\approx 80,497 \\end{equation}\n"
10571057
]
1058+
},
1059+
{
1060+
"cell_type": "code",
1061+
"execution_count": null,
1062+
"metadata": {},
1063+
"outputs": [],
1064+
"source": []
10581065
}
10591066
],
10601067
"metadata": {

0 commit comments

Comments
 (0)