Arbitrary

My life in DACSS and with MAX :)

Abhinav Kumar
08-11-2021
# Analysis of Iris

library(datasets)

summary(iris)
  Sepal.Length    Sepal.Width     Petal.Length    Petal.Width   
 Min.   :4.300   Min.   :2.000   Min.   :1.000   Min.   :0.100  
 1st Qu.:5.100   1st Qu.:2.800   1st Qu.:1.600   1st Qu.:0.300  
 Median :5.800   Median :3.000   Median :4.350   Median :1.300  
 Mean   :5.843   Mean   :3.057   Mean   :3.758   Mean   :1.199  
 3rd Qu.:6.400   3rd Qu.:3.300   3rd Qu.:5.100   3rd Qu.:1.800  
 Max.   :7.900   Max.   :4.400   Max.   :6.900   Max.   :2.500  
       Species  
 setosa    :50  
 versicolor:50  
 virginica :50  
                
                
                
plot(iris)

Distill is a publication format for scientific and technical writing, native to the web.

Learn more about using Distill at https://rstudio.github.io/distill.

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

Kumar (2021, Aug. 11). DACSS 601 August 2021: Arbitrary. Retrieved from https://mrolfe.github.io/DACSS601August2021/posts/2021-08-11-iris/

BibTeX citation

@misc{kumar2021arbitrary,
  author = {Kumar, Abhinav},
  title = {DACSS 601 August 2021: Arbitrary},
  url = {https://mrolfe.github.io/DACSS601August2021/posts/2021-08-11-iris/},
  year = {2021}
}