Authors
Sashank 15
INFO H-510 Week 2 Latest
22.01.2024
INFO-H510 Week 2 Data Dive This dataset holds crucial information regarding bank customer churn, offering insights into the dynamics of customer retention and attrition within the banking industry. The project’s objective is to analyze this data,...
3332 sym R (4781 sym/25 pcs) 3 img
Document Latest
23.01.2024
--- title: "data dive week 2" output: html_document --- Load your dataset data <- read.csv("C:\\Users\\SHREYA\\OneDrive\\Documents\\Gitstuff\\modified_dataset.csv") Numeric Summary for Column 1 summary_col1 <- summary(data$cocoa_percent)...
5048 sym R (4877 sym/20 pcs) 3 img
Kareena del Rosario 15
Introduction to R Latest
24.01.2024
The RMarkdown file can be downloaded here: http://github.com/kareena-delrosario/regression_rcode Our introduction to R will be divided into 3 different subsections (orienting yourself to R, data manipulation, data visualization) Overview of Section...
1896 sym Python (6968 sym/43 pcs) 2 img
How to use Rmarkdown Latest
31.01.2024
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...
597 sym R (102 sym/1 pcs) 1 img
AJ Strauman-Scott 15
Data 607 Lab 1-1 Latest
01.02.2024
First, import libraries to use in the session. Usually this code would be hidden library('tidyverse') ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔...
521 sym R (1371 sym/6 pcs)
Kaylie Evans 15
DATA607 Assignment 01 Latest
02.02.2024
Introduction The article According To Super Bowl Ads, Americans Love America, Animals And Sex [https://projects.fivethirtyeight.com/super-bowl-ads/] references a data set that was manually collected by the website that published it. The data...
2294 sym R (4582 sym/15 pcs) 7 img
Hassan Ngala - 122912 15
Document Latest
04.02.2024
Q1: Single Parameter Poisson Consider the count of airline crashes per year over a 10-year period from 1976 to 1985: \(y = (24, 25, 31, 31, 22, 21, 26, 20, 16, 22)\). (a) Show that the Gamma distribution is the conjugate prior Solution To prove...
5319 sym 2 img 1 tbl
Assignement1 SPS 607 Latest
04.02.2024
This Data is about MLB predictions The probability of each team making the playoffs. library(RCurl) ## Warning: package 'RCurl' was built under R version 3.6.3 library(readr) ## Warning: package 'readr' was built under R version 3.6.3...
182 sym R (37374 sym/24 pcs)
My First Quarto Document Latest
07.02.2024
My First Quarto Document Hello World Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Running Code When you click the Render button a document...
508 sym
Data Visualization Latest
12.02.2024
Data Visualization HW Author Rachel Zhang Data Analysis Boot Camp: Data Visualization 1.5.1.2 Homework problem 1: Recreate the chart above options(repos = c(CRAN = "https://cran.rstudio.com/")) #remotes::install_github("dreamRs/esquisse")...
878 sym Python (15437 sym/54 pcs) 9 img