Open rudeboybert opened 4 years ago
In Section 9.6.1, the discussion about the warning message to check that conditions have been met for the theoretical method {infer} might be rewritten for clarity. The warning message is generated by a visualize() command with method = "both". However, the discussion about the warning message follows a get_p_value() command using a simulation-based null distribution (null_distribution_movies_t), where this warning doesn't apply (right?). It might be clearer to discuss the warning message before getting the p-value. Or get_p_value might be run instead with a null distribution generated using assume(distribution = "t"), where the warning message would then apply.
To be done for online edition of v2.1 or later
index.Rmd
into_output.yml
forbs4_book
andpdf_book
when not applicable to bothGeneral
index.Rmd
v2
branch####
headers are unnumberedmoderndive
to not come from GitHublatex/before_body.tex
.v2
branch that will get created.moderndive::get_regression_summaries()
wrapper tobroom::augment()
to get at these values easily. Can reuse fc4621d. Also per Will’s suggestion, add visualizations illustrating the breakdown of variances that go into R^2.fit()
function|>
instead of%>%
group_by()
in text and fixindex.Rmd
to removeoptions(dplyr.summarise.inform = FALSE)
relocate()
to end of Chapter 3moderndive
packagemoderndive
on CRANnycflights23
anyflights
package to create annycflights23
package to replacenycflights13
data.early_january_weather
andalaska_flights
data frames inmoderndive
package to use '23 datanycflights23
is an updated version ofnycflights13
using theanyflights
package@avaldivi6