You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R for Beginners
Hello,
I have a dataset similar to the following:
test result
lab xxx
. ...
. ...
blood xxx
the variable test takes in all 20 values out of which 'lab' and
'blood' are given as examples. xxx are numerical values.
I wish to draw boxplots of the result column by each test. This can be
done with boxplot (result~test). However, this command gives all the
20 plots in a single graph window.
How do I get a separate plot for each test on a new page?