Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Created November 10, 2022 13:22
Show Gist options
  • Save MJacobs1985/8e6ca72e9f04fa274312f8f986c23260 to your computer and use it in GitHub Desktop.
Save MJacobs1985/8e6ca72e9f04fa274312f8f986c23260 to your computer and use it in GitHub Desktop.
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