Authors

Christian Piereth 7

Code Along 1 Latest

08.09.2024

Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code 1x2 ## Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data Visualization...

1380 sym R (1728 sym/10 pcs) 7 img

Angela Mejía 7

Comandos básicos Latest

09.09.2024

x <- 3 y <- 2 # resta -, Multiplicación *. División / division_entera <- x %/% y division_entera ## [1] 1 redondear_arriba <- ceiling(x/y) redondear_arriba ## [1] 2 redondear_abajo <- floor(x/y) redondear_abajo ## [1] 1 residuo <- x %% y...

656 sym 2 img

LuthfianoAlzaky 7

Latihan Praktikum PML Pertemuan 5 Latest

10.09.2024

PML P5 PML P5 Nomor 1 a b c d Nomor 2 a b c d Nomor 3 a b c d Nomor 4 a b c d Nomor 5 a b c d Nomor 6 a b c d e Nomor 7 a b c d e Nomor 8 a b c d e Nomor 9 a b c d e Nomor 10 a b c d e LuthfianoAlzaky 2024-09-10 Nomor 1 a...

698 sym

Zujel Enrique Romero Pérez 7

Taller 3 - Series de Tiempo Latest

11.09.2024

Serie de Tiempo Económica Para el desarrollo de la actividad utilizaremos la serie económica “Reservas Internacionales Brutas - Banco de La República” la cual fue utilizada en la primera y segunda actividad. Serie de tiempo ## Jan...

2941 sym Python (13001 sym/92 pcs) 19 img

Air Quality Latest

11.09.2024

Air Quality Homework Author Ryan Seabold Air Quality Assignment Rockville, MD AQI (AirNow.gov) Load Tidyverse library(tidyverse) ── Attaching core tidyverse packages...

644 sym 1 img

Air Quality Homework Assignment Latest

11.09.2024

Airquality Homewrok Assignment Author H Le Airquality Assignment Load the library tidyvers library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0...

162 sym 1 img

Air Quality HW assignment Latest

11.09.2024

air quality HW assgn. Author Walter Hinkley Air Quality Assignment EPA Quality load the library tidyvers library(tidyverse) ── Attaching core tidyverse packages ────────────────────────...

180 sym 1 img

Chance Jones 7

"Relationship Between Ozone & Temperature" week 3 Latest

12.09.2024

italic this phrase is in italics hey I’m bold and awesome bold package_name # this appears in monospaced font nrow(iris) # this will show a number after knitting superscript2 subscript2 show a URL as a hyperlink http://whatacoolexample.com show...

2669 sym R (3115 sym/19 pcs) 3 img

Mona's Lab1 Latest

13.09.2024

Lab 1 Author Mona Abdelkader 1 Overview To complete this lab, you will need: access to the shared posit.cloud space for this course (link in Brightspace) a quarto.pub account (free) GitHub Copilot account approved and enabled in posit.cloud We...

3753 sym R (5623 sym/10 pcs) 6 img 1 tbl

Kyra Ligas 7

DATA 3210 - Assignment 2 Latest

13.09.2024

Question 1 library(readr) HR_comma_sep <- read_csv("Downloads/HR_comma_sep.csv") ## Rows: 14999 Columns: 10 ## ── Column specification...

607 sym R (475 sym/2 pcs)