Chapter 21 Inferential analysis
Learning objectives:
- Use
broom::tidy()
to interpret the results of hypothesis tests. - Use the
{infer}
package to test hypotheses. - Use
rsample::reg_intervals
to compute bootstrap confidence intervals. - Use
dplyr::mutate()
andpurrr::map()
to analyze parameter importance.