NRSG 741 - Homework 01 - Getting started with RMarkdown
- Change the title of the report
- Change the author of the report to your name
- Add an additional sentence or two in the
"Specific statistics within text"
section that embeds the numeric result for the median height, standard deviation of the heights plus the minimum and maximum heights.- HINT: the functions you will need are
median()
,sd()
,min()
andmax()
.
- HINT: the functions you will need are
- Add a section that also displays a histogram of the number of rings for the abalones. Add a few sentences about this distribution - what do you observe?
- Add a section with another scatterplot of the
wholeWeight
(plotted on the y-axis) against theshuckedWeight
(plotted on the x-axis). Color the points bysex
. Add a sentence or two on what you see? Does anything seem off or unusual? knit
your report to HTML or DOC format and then save as a PDF to turn in on Canvas.- Optional - you may also
knit
directly to PDF if you wish to install an optionallatex
package such asMikTex
orMacTex
or install thetinytex
R
package. Learn more at https://yihui.name/tinytex/.
- Optional - you may also
NOTE: You should have 8 sections in your final updated report for Homework 01.