Created
November 10, 2022 13:22
-
-
Save MJacobs1985/8e6ca72e9f04fa274312f8f986c23260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ggplot(total,aes(x = Relief,y = Severity)) + geom_miss_point() + facet_wrap(~timef) + theme_bw() # not sure this helps, a lof missings deletes already | |
ggplot(total,aes(x = Age_at_consultation,y = Overall_QOL)) + geom_miss_point() + facet_wrap(~Disease_stage_at_consultation)+theme_bw() | |
ggplot(total,aes(x = Severity,y = Overall_QOL)) + geom_miss_point() + theme_bw() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment