visualize()
method = "both"
visualize() to specify which variable to plot instead of only working with stat columnparams being set in hypothesize with specify() %>% calculate() shortcut"both"
Response: and Explanatory:
infer class being set in multiple spots?specify() %>% calculate() works for stat = "z" and stat = "t"
z_test(), mean_stat(), diff_in_mean_stat(), etc.?t_test() also include a logical conf_int argument?stat is calculated appropriately if generate() is not called
order of the arguments into the standardized statistics should be checked againset_params() to be after specify()
visualize() tests to include calculate() step for method = "theoretical"
add_obs_stat toggle into visualize() and p-value calculation?generate()
stat in theoretical visualize()
specify()
resources.md with links to slides/talks/workshops given about infer
vdiffr) to visualize() testscalculate() should be where the set_params() function is called instead of in specify()
"simulate" for type in generate()