Homework 1: Blog Post

My 1st attempt at a blog post.

Megan Georges
09-25-2021

Hello, my name is Megan Georges.

I will be practicing some R coding with the PlantGrowth dataset.


Here are the first ten rows of the PlantGrowth dataset.

   weight group
1    4.17  ctrl
2    5.58  ctrl
3    5.18  ctrl
4    6.11  ctrl
5    4.50  ctrl
6    4.61  ctrl
7    5.17  ctrl
8    4.53  ctrl
9    5.33  ctrl
10   5.14  ctrl

The PlantGrowth dataset has 30 rows and 2 columns.


Here are the summary statistics:

     weight       group   
 Min.   :3.590   ctrl:10  
 1st Qu.:4.550   trt1:10  
 Median :5.155   trt2:10  
 Mean   :5.073            
 3rd Qu.:5.530            
 Max.   :6.310            

Here is a plot:


The End!

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Georges (2021, Sept. 25). DACSS 601 Fall 2021: Homework 1: Blog Post. Retrieved from https://mrolfe.github.io/DACSS601Fall21/posts/2021-09-25-hw1-blog-georges/

BibTeX citation

@misc{georges2021homework,
  author = {Georges, Megan},
  title = {DACSS 601 Fall 2021: Homework 1: Blog Post},
  url = {https://mrolfe.github.io/DACSS601Fall21/posts/2021-09-25-hw1-blog-georges/},
  year = {2021}
}