In this vignette we will expand what we have learned in theIntroduction to ggquickeda vignette.
This first section will illustrate how to use more than one yvariable and how to generate a Median and a Ribbon showing a 95%Prediction interval (default) over the x variable (Time).
Using the built-in demo dataset:
We can see that Dose does not change over time and that the highestAge category is only present in the second and third weight categories(older subjects have higher weights).
In the following part we will generate a descriptive stats table thatreflect the plot that we just did and then add Race.
Remove all y variable(s) and any column splits keeping Age as xvariable gives a barplot since Age has been categorized.
Remove Age from Recode into Quantile Categories so it goes back to anumeric variable and the generated distribution will be a density plotinstead of a barplot. Reapply the ID inOne Row byID(s) as the data manipulation steps are sequential andchanging something in the first tab will reset the steps in thesubsequent ones.
Play with the options in theHistograms/Density/Barto see how they affect the generated plots.