Skip to content

Commit 3735dd9

Browse files
committed
Update FAQ.md
1 parent d38a07a commit 3735dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You probably have an open `(` somewhere in your code. Double check it with a fi
3535

3636
####6) My code seems to work but my answers don't match the sample output.
3737

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*.
3939

4040
a <- c(1:5)
4141
b <- c(1:10)

0 commit comments

Comments
 (0)