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
It seems an update to Infer package makes the following code obsolete. If so, the tutorial is much worth an update.
gender_discrimination_perm |>
visualise(obs_stat = diff_orig, direction = "greater")
In Rstudio (linux), the following comes up:
"WARNING message: The arguments c("obs_stat", "direction") are deprecated in visualize() and will be ignored. They should now be passed to one of shade_p_value() or shade_confidence_interval(). "
Reproducible Example
gender_discrimination_perm |>
visualise(obs_stat = diff_orig, direction = "greater")
Expected Behavior
Not sure what output would be.
Session Info
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Any lessons and exercises using the infer package (including 04-02-lesson.Rmd) will presumably need a fairly substantial re-write, if they are introducing the old approach to coding for the visualize() package.
Contact Details
No response
Bug
It seems an update to Infer package makes the following code obsolete. If so, the tutorial is much worth an update.
gender_discrimination_perm |>
visualise(obs_stat = diff_orig, direction = "greater")
In Rstudio (linux), the following comes up:
"WARNING message: The arguments
c("obs_stat", "direction")
are deprecated invisualize()
and will be ignored. They should now be passed to one ofshade_p_value()
orshade_confidence_interval()
. "Reproducible Example
gender_discrimination_perm |>
visualise(obs_stat = diff_orig, direction = "greater")
Expected Behavior
Not sure what output would be.
Session Info
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: