Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dusadrian committed Oct 1, 2023
1 parent 67d08af commit 317002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/a_Declared_solution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ because activating the argument `na.rm` will return the correct result.
Explaining the importance of the class method requires a discussion about the
base R decision to have this argument deactivated by default. This is most
likely to alert users about possible problems in the data since a default value
of `TRUE` {.R} would obscure such problems; the mean is calculated irrespective
of `TRUE` would obscure such problems; the mean is calculated irrespective
of potentially problematic `NA` values.

This is where differentiating between empty and declared missing values proves
Expand Down

0 comments on commit 317002a

Please sign in to comment.