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
grouped_ggbetweenstats(
data=sample_data,
x=time,
y=value,
group=group, # {{!! I miss this one !!}}grouping.var=type,
title.prefix="Type",
type="np",
pairwise.comparisons=TRUE, # between groups/value_id each timepairwise.annotation="p.value",
message=FALSE,
title.text="Differences in values by month (against groups) each type."
)
How could we do it?
I do not know if there is a workaround to achieve the expected result.
If I have to throw an idea, the only one I have in mind is not reliable (because it brakes to many things inside the package conventions):
Include the option grouping.var in ggbetweenstats() for groups (with comparisons made between groups) rename grouped_ggbetweenstats(), to facet_ggbetweenstats() including the option facet.var.
Note
I am not able to achieve it neither if I do not have "types": suppose there is a single type (ie no facet), how can I show the variation of groups comparison along time? If this is possible (and I have missed it), next, I have no problem to produce a distinct plot each type.
Describe the solution you'd like
Suppose you have data like the following one
I really love to obtain an enriched
{ggstatsplot}
for something like this:My first (not working) attempt was
How could we do it?
I do not know if there is a workaround to achieve the expected result.
If I have to throw an idea, the only one I have in mind is not reliable (because it brakes to many things inside the package conventions):
Include the option
grouping.var
inggbetweenstats()
for groups (with comparisons made between groups) renamegrouped_ggbetweenstats()
, tofacet_ggbetweenstats()
including the optionfacet.var
.Note
I am not able to achieve it neither if I do not have "types": suppose there is a single type (ie no facet), how can I show the variation of
group
s comparison alongtime
? If this is possible (and I have missed it), next, I have no problem to produce a distinct plot eachtype
.The text was updated successfully, but these errors were encountered: