From a33bfd783abdca43ed56ae671f313ef39727f76a Mon Sep 17 00:00:00 2001 From: Sean Kross Date: Wed, 18 Feb 2015 11:11:26 -0500 Subject: [PATCH] Update lesson.yaml --- Data_Analysis/Central_Tendency/lesson.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data_Analysis/Central_Tendency/lesson.yaml b/Data_Analysis/Central_Tendency/lesson.yaml index d4c3ab01..444e68cc 100644 --- a/Data_Analysis/Central_Tendency/lesson.yaml +++ b/Data_Analysis/Central_Tendency/lesson.yaml @@ -168,7 +168,7 @@ - Class: text Output: Finally, we may be most interested in finding the value that shows up the - most in our dataset. In other words, what the most common value in our dataset? + most in our dataset. In other words, what is the most common value in our dataset? This is called the MODE and it is found by counting the number of times that each value appears in the dataset and selecting the most frequent value.