Publications by Kelly Teitel
My Fourth Quarto Document for Stat 301 HW L03
My Fourth Quarto Document Author kelly Teitel Harvard Histogram...
86 sym 1 img
Assignment 8
1 Introduction The Iris data set contains three plant species (setosa, virginica, versicolor) and four features measured for each sample. The analysis and graphics below will calculate the basic statistical features of each trait for each species. Next, the code below will determine if Sepal Width is a good predictor of Sepal Length across all sp...
1978 sym R (3344 sym/8 pcs) 1 img 2 tbl
Netlfix
1 Investigating The Breakdown of Netflix Media 2 Introduction Netflix is streaming service and production company that offers a library of films and television series. As of December 31, 2021, Netflix had over 221.8 million subscribers worldwide. With such a large diversity of users, Netflix is expanding its content to include media from all dif...
2293 sym R (2735 sym/7 pcs) 3 img 2 tbl
CS07_kellyteitel
1 Introduction IKEA is looking to open a new store in Boston, MA. In order to find a suitable locations for the new store, we must consider collected data sets from online GIS resources. We must ensure the locations satisfy the following criteria: (1) The store is located in census tracts with appropriate median income (25,000-80,000) and househo...
2810 sym R (3534 sym/13 pcs) 1 img
CS06_kellyteitel
1 Investigating The Breakdown of Netflix Media 2 Introduction Netflix is streaming service and production company that offers a library of films and television series. As of December 31, 2021, Netflix had over 221.8 million subscribers worldwide. With such a large diversity of users, Netflix is expanding its content to include media from all dif...
2293 sym R (2735 sym/7 pcs) 3 img 2 tbl
Practice R Markdown Publish
library(ggplot2) library(knitr) ggplot(mpg, aes (cty, displ)) + geom_point () + geom_smooth(type = lm, se = F) + theme_classic() ## Warning: Ignoring unknown parameters: type ## `geom_smooth()` using method = 'loess' and formula 'y ~ x' m <- lm(cty ~ displ, data= mpg) d <- coef( summary(m)) knitr::kable(d, align = "cccc", caption = "Fi...
600 sym R (698 sym/7 pcs) 2 img 1 tbl
Kelly_Teitel_FinalProject_Markdown.pdf
1 Introduction Climate change can affect the intensity and frequency of precipitation. Increasing fluctuations in precipitation can be problematic for economic stability and growth, as precipitation has an impact on many economic indicators such as agricultural yields or GDP. Climate change’s impacts on precipitation will likely be more drastic...
7044 sym R (11686 sym/20 pcs) 5 img 1 tbl