Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to connect items/subjects in ggwithinstats #584

Closed
danielemarinazzo opened this issue Apr 28, 2021 · 1 comment
Closed

how to connect items/subjects in ggwithinstats #584

danielemarinazzo opened this issue Apr 28, 2021 · 1 comment
Labels
question ❓ Further information is requested

Comments

@danielemarinazzo
Copy link

Hi

going through the example and the vignette I don't seem to find how to connect the same subjects across measures (like in the third example of the vignette and in the second example of the readme).

thanks!

@IndrajeetPatil IndrajeetPatil added the question ❓ Further information is requested label Apr 28, 2021
@IndrajeetPatil
Copy link
Owner

Unfortunately, you don't have much control over this.

If there are two groups, the repeated observations will be connected with each other.

library(ggstatsplot)
ggwithinstats(VR_dilemma, modality, score)

If there are more than two groups, they won't be (because the plot then gets too cluttered to be useful).

ggwithinstats(WRS2::WineTasting, Wine, Taste)

Created on 2021-04-28 by the reprex package (v2.0.0)

In future, you might also be able to select a specific variable by which you can connect the observations to each other:
#483

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants