Publications by Bailey A.

Bivariate

05.02.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. Note: this analysis was performed using the open source software R and Rstudio. Objective The objective of this tutorial is to explain how bivaria...

2179 sym R (631 sym/6 pcs) 2 img

Predictive Model for Los Angeles Dodgers Promotion and Attendance

28.02.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. Introduction It is tough to make good predictions. The numerous factors or variables, independent and dependent, involved in many sporting events ...

4376 sym R (7691 sym/28 pcs) 2 img

T-test

19.02.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. #Warm-up activity for fun - can you replace my name with yours using the following functions? paste("Today is Feb 18", date()) ## [1] "Today is Feb...

9048 sym R (4452 sym/28 pcs) 5 img 1 tbl

AB Testing

07.03.2021

What is A/B testing? Why do we do it? Design-led companies (Apple, Google, Airbnb, etc.) frequently apply design thinking to design new products (Naiman 2020). A/B testing (also known as split testing or bucket testing) is “a method of comparing two versions of a webpage or app against each other to determine which one performs better.” (Opti...

9305 sym R (4063 sym/26 pcs)

Exam Part 2

24.03.2021

#setwd("C:/Users/zxu3/Documents/R/ab_testing1") #Please install the following package if the package "readr" is not installed. #install.packages("readr") library(readr) data <- read_csv("ab_testing1.csv") ## ## ── Column specification ────────────────────────────────────...

807 sym R (1617 sym/12 pcs)

Group Assignment 2

01.05.2021

Learning objectives By the end of this lab session, you should be able to: 1. Understand how cloud computing works (currently in beta release at the time I am writing this tutorial). 2. Understand how to import your own data to the cloud environment 3. Create descriptive stats to help understand the frequency distributions of your data 4. Underst...

6718 sym R (3160 sym/20 pcs) 1 img