We noted you are experiencing viewing problems
-
Check with your IT department that JWPlatform, JWPlayer and Amazon AWS & CloudFront are not being blocked by your network. The relevant domains are *.jwplatform.com, *.jwpsrv.com, *.jwpcdn.com, jwpltx.com, jwpsrv.a.ssl.fastly.net, *.amazonaws.com and *.cloudfront.net. The relevant ports are 80 and 443.
-
Check the following talk links to see which ones work correctly:
Auto Mode
HTTP Progressive Download Send us your results from the above test links at access@hstalks.com and we will contact you with further advice on troubleshooting your viewing problems. -
No luck yet? More tips for troubleshooting viewing issues
-
Contact HST Support access@hstalks.com
-
Please review our troubleshooting guide for tips and advice on resolving your viewing problems.
-
For additional help, please don't hesitate to contact HST support access@hstalks.com
We hope you have enjoyed this limited-length demo
This is a limited length demo talk; you may
login or
review methods of
obtaining more access.
Printable Handouts
Navigable Slide Index
- Introduction
- Density plot
- The facet approach
- Density plot with 4 breakout groups
- Dot plot
- Dot Plot broken out by groups
- Histogram
- Faceted histogram
- Line chart
- Pirate plot
- Quantile-Quantile (QQ) plot
- Quantile-Quantile plot and outliers
- Scatter plot
- Scatter plot with positive correlation
- Scatter plot matrix
- Multivariate scatter plot matrix
- Violin plot
- Violin plot with embedded box plot
- Faceted violin plot
- Concluding remarks
Topics Covered
- Graphics for numeric data
- The facet approach
- Breakout groups
- Adding annotations to graph
- Positive and negative correlation
Talk Citation
MacFarland, T.W. (2025, June 30). Graphics in biostatistics: prepared using the R language 2 [Video file]. In The Biomedical & Life Sciences Collection, Henry Stewart Talks. Retrieved July 2, 2025, from https://doi.org/10.69645/AMWQ7867.Export Citation (RIS)
Publication History
- Published on June 30, 2025
Financial Disclosures
- There are no commercial/ financial matters to disclose.
Graphics in biostatistics: prepared using the R language 2
Published on June 30, 2025
23 min
A selection of talks on Methods
Transcript
Please wait while the transcript is being prepared...
0:03
I constantly use the
term data distribution.
Here is a density plot
of weight in pounds.
Immediately if you're acquainted
with graphics in biostatistics,
notice that I'm using density
plot and not histogram.
Density plots are good for
representing proportion.
Histograms are common
for actual counts.
This is a density plot,
because look at the
scale on the y-axis
to the left.
Notice we're not
showing whole numbers.
This is density distribution,
and the weight in pounds
shows up on the x-axis.
If you're acquainted with the
concept of normal distribution
and what we call the
bell-shaped curve,
then just by looking at this
and I'm going to use some
value laden terms here,
I would say that
this distribution
approximates normal
distribution.
But, I would not say
with any confidence
that it represents true
normal distribution,
a perfect bell-shaped curve.
It would be the rare phenomenon
in biostatistics that does.
But this gives you certainly
a good sense of
data distribution.
For the next slide
before I show it,
let me mention the term facet,
F-A-C-E-T.
We're looking at density
plot of weight in pounds.
1:27
Not a histogram.
It's a density plot.
But I'm breaking
it out by gender.
By inserting just
one line of syntax
in the programming associated
with density plot,
I'm able to present
it this way showing
breakout between
female and male.
They're both on the same scale
so I can make a good comparison
from 100-250 pounds
and the density
distribution values
are on the left, the y-axis.
You have a good sense of
data distribution and values
using this density plot broken
out by the two genders.
A facet F-A-C-E-T approach is
often good for three, four,
maybe up to five
breakouts in a group.
Beyond that it gets a
little hard to know
where to begin and where to end
to discriminate between
one and the other.
Certainly for two, three
and four it's fine.