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: source/classification1.Rmd
+17-29Lines changed: 17 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1305,14 +1305,14 @@ For example, survey participants from a marginalized group of people may be less
1305
1305
fear that answering honestly will come with negative consequences. In that case, if we were to simply throw away data with missing entries,
1306
1306
we would bias the conclusions of the survey by inadvertently removing many members of that group of respondents.
1307
1307
So ignoring this issue in real problems can easily lead to misleading analyses, with detrimental impacts.
1308
-
In this book, we will only give you techniques for dealing with missing entries in situations
1309
-
where missing entries are just "randomly missing", i.e.,
1310
-
where *the fact that entries are missing isn't related to anything else about the observation*.
1308
+
In this book, we will cover only those techniques for dealing with missing entries in situations
1309
+
where missing entries are just "randomly missing", i.e., where the fact that certain entries are missing *isn't related to anything else* about the observation.
1311
1310
1312
-
As an example, let's load and examine a modified version of the tumor image data
1313
-
that has missing entries:
1311
+
Let's load and examine a modified subset of the tumor image data
0 commit comments