Publications by yvette
abtesting
#install.packages("readr") library(readr) data <- read_csv("abtesting.csv") ## Parsed with column specification: ## cols( ## Ads = col_double(), ## Purchase = col_double() ## ) ls(data) # list the variables in the dataset ## [1] "Ads" "Purchase" head(data) #list the first 6 rows of the dataset ## # A tibble: 6 x 2 ## Ads Purch...
5 sym R (2873 sym/24 pcs)
Document
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. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...
591 sym R (268 sym/2 pcs) 1 img
t test grapejuice
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", date()) ## [1] "Today is Sun Sep 20...
7355 sym R (5434 sym/34 pcs) 5 img
Dodgers Regression
setwd(“C:/Users/yvette federspiel/Documents/Dodgers.csv”) library(readr) read_csv("https://raw.githubusercontent.com/utjimmyx/regression/master/DodgersData.csv") ## Parsed with column specification: ## cols( ## month = col_character(), ## day = col_double(), ## attend = col_double(), ## day_of_week = col_character(), ## oppo...
2743 sym R (7714 sym/23 pcs) 2 img
abtesting with text chunk
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...
6251 sym R (3774 sym/26 pcs)
bivariate yvette
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. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...
591 sym R (262 sym/2 pcs) 1 img
bivariate_yvette
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...
1557 sym R (628 sym/6 pcs) 2 img
Avocadoes 11_24_2020
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 basic project is to explain the pr...
1654 sym R (10065 sym/16 pcs) 2 img
Mapbox
Introduction This tutorial (case study) is built using R and the Mapbox api. In this case study, you will find the trade area available for the CSUB community and identify logistics solutions (e.g.,last-mile delivery solutions) or retail opportunities using Mapbox. You can do more with Mapbox. For instance, Uber is partnering with Mapbox to desig...
7674 sym R (2019 sym/12 pcs)
Synergy MapBox
Introduction This tutorial (case study) is built using R and the Mapbox api. In this case study, you will find the trade area available for the CSUB community and identify logistics solutions (e.g.,last-mile delivery solutions) or retail opportunities using Mapbox. You can do more with Mapbox. For instance, Uber is partnering with Mapbox to desig...
7673 sym R (2005 sym/12 pcs)