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
pp_check has the group argument and for most plot type (type argument), there is a grouped version. E.g., the default is dens_overlay and there is dens_overlay_grouped.
Currently, if you run this code, you don't get a grouped plot:
Rather than having separate type arguments for ungrouped and grouped versions, it would be nice if pp_check automatically chooses *_grouped type if the group argument is specified. This would make the first example work by default without having to remember what the correct type is.
pp_check
has the group argument and for most plot type (type
argument), there is a grouped version. E.g., the default isdens_overlay
and there isdens_overlay_grouped
.Currently, if you run this code, you don't get a grouped plot:
you have to manually specify the type:
Rather than having separate
type
arguments for ungrouped and grouped versions, it would be nice if pp_check automatically chooses*_grouped
type if the group argument is specified. This would make the first example work by default without having to remember what the correct type is.E.g., both of these should work:
with pp_check internally switching to type = "error_hist_grouped" in the second case.
Not super important but nicer UI.
The text was updated successfully, but these errors were encountered: