Authors
Week 2 Data Dive Latest
04.09.2023
Importing libraries to run. library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.2.3 ## Warning: package 'ggplot2' was built under R version 4.2.3 ## Warning: package 'tibble' was built under R version 4.2.3 ## Warning:...
6047 sym R (378717 sym/73 pcs) 6 img
Document Latest
05.09.2023
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...
1979 sym R (4053 sym/18 pcs) 4 img
Week_2 Latest
05.09.2023
#read csv file garment_prod <-read.csv("/Users/lakshmimounikab/Desktop/Stats with R/R practice/garment_prod.csv") R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For...
3279 sym R (3704 sym/17 pcs) 5 img
TestSubmission Latest
05.09.2023
Data and R Topics covered in these notes: Data Frames Summarizing Data The Tidyverse Basic Visualization Note: I do not give comprehensive definitions for many of the functions use in this notebook (or the ones to follow). If the use of a...
20539 sym R (12483 sym/51 pcs) 11 img 1 tbl
Lynette Solis A01562389 14
Actividad 3 1 Latest
07.09.2023
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...
7685 sym R (11933 sym/65 pcs) 7 img
Yinda Chen 14
HW1 Latest
10.09.2023
read.csv("C:/R/train.csv") Q1a: PassengerId: quantitative&Ordinal Age: quantitative&Interval Q1b: mydata <- read.csv('C:/R/train.csv') missing_values <- colSums(is.na(mydata)) print(missing_values) ## PassengerId Survived Pclass...
475 sym R (1108 sym/11 pcs) 1 img
Mingzhuo Tian 14
Weekly assignment Latest
12.09.2023
Week 2 Assignment load tidyverse package for the first time, install tidyverse library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔...
116 sym R (4720 sym/25 pcs) 5 img
Davian Rosales, mktg4000, taught by zhenning Jimmy xu, follow me on Twitter: 14
avocados Latest
13.09.2023
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...
1662 sym R (2215 sym/8 pcs) 3 img