Publications by Your Name here

Code Along 5 Ch5

13.11.2024

Import data flights ## # A tibble: 336,776 × 19 ## year month day dep_time sched_dep_time dep_delay arr_time sched_arr_time ## <int> <int> <int> <int> <int> <dbl> <int> <int> ## 1 2013 1 1 517 515 2 830 819 ## 2 2013 1 1 533 529 ...

512 sym Python (20200 sym/51 pcs) 1 img

Apply 5 test run

13.11.2024

Import data Apply the following dplyr verbs to your data rank, discipline, yrs.since.phd, yrs.service, sex, salary Filter rows Arrange rows Select columns Add columns Summarize by groups...

211 sym

Code Along 5 ch4

30.10.2024

Coding basics R as a calculator 1000 / 10 ## [1] 100 x <- 1000 / 10 # x assignment symbol What’s in a name? Calling functions Use of TAB seq(from = 1, to = 10, by = 1) ## [1] 1 2 3 4 5 6 7 8 9 10 continuation character, + #seq(from = 1, to 10) Printing to screen y <- seq(from = 1, to = 10) y ## [1] 1 2 3 4 5 6 7 8 9 1...

170 sym Python (193 sym/8 pcs)

Apply 4

30.10.2024

...

4 sym 2 img

midterm shalaby

05.10.2024

Instructions Below is your midterm take home exam for DSCI 101 - Fall 2024. By taking this exam you are not working with any other student in the class or other resources outside of this class. You may consult your class notes or the help buttons in R. If you are found to be working with someone else (classmate, tutor… etc.) an automatic 0 wi...

6015 sym R (1927 sym/18 pcs) 1 tbl

midterm shalaby

05.10.2024

Instructions Below is your midterm take home exam for DSCI 101 - Fall 2024. By taking this exam you are not working with any other student in the class or other resources outside of this class. You may consult your class notes or the help buttons in R. If you are found to be working with someone else (classmate, tutor… etc.) an automatic 0 wi...

6015 sym R (1927 sym/18 pcs) 1 tbl

Apply 3

02.10.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 be generated that includes both content as well as the output of any embedded R code chunks within...

598 sym 1 img

Test Publishing

25.09.2024

Do you work here. library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 �...

25 sym R (1648 sym/4 pcs)

primerrmarkdown

20.09.2024

#Introduccion #Descriptivas #Imagenes...

48 sym

Document

09.09.2024

Answers to exercises Exercise 1 What command would you use to extract just the counts of girls baptized? Try it! #type your code in here plot(x = arbuthnot$year, y= arbuthnot$girls) Exercise 2 Is there an apparent trend in the number of girls baptized over the years? How would you describe it? Type your answer below. there is a spike in baptism...

426 sym 2 img