boxplot - Box plotting in R? -


i have data looks this: data r

i want create side-by-side box plot comparing agecat , ttscore. love have ttscore on y-axis values 0-5 , on x-axis have different values of agecat a, b, c , d each representing age group.

help appreciated, thank you!

try this:

boxplot(ttscore ~ agecat,df) 

assumption: df name of dataset


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -