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: FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You probably have an open `(` somewhere in your code. Double check it with a fi
35
35
36
36
####6) My code seems to work but my answers don't match the sample output.
37
37
38
-
Are you taking the mean of the mean value for each file? That doesn't work mathematically. You need to combine all of the relevant data into a single data frame or vector and take the mean of *that*.
38
+
Are you calculating the mean value for each file and then taking the mean of those means? That doesn't work mathematically. You need to combine all of the relevant data into a single data frame or vector and take the mean of *that*.
0 commit comments