Hi all,
I have complete linear correlation, my issue is that I would like to change the labeling from ml$Age and ml$ART_experience. To just "Age (Years)" and "Art Scores" I have attached my coding below so you can follow my coding process.
Any help would be greatly appreciated
Below is coding for Linear correlation:
ggplot() + geom_point( aes(ml$Age, ml$ART_experience)) + geom_smooth( method = "lm", aes(ml$Age, ml$ART_experience))