Authors
Charles T. Bond 6
Konza_synoptic_ITS1_bioinformatics_pipeline_CTB_09-15-2023 Latest
18.09.2023
Setup It loads the package before it begins or else it gets the error again library(dada2) packageVersion("dada2") ## [1] '1.26.0' library(ShortRead) packageVersion("ShortRead") ## [1] '1.56.1' library(Biostrings) packageVersion("Biostrings") ## [1]...
4923 sym R (73703 sym/100 pcs) 6 img
Classwork Day 1 Latest
18.09.2023
##Classwork Day 1 mydata <- data.frame("ID" = c(1, 2, 3), "Age" = c(24, 28, 30), "Gender" = c("M", "F", "F")) #Manually inserting data I would like to create a new dataset, including only ID and AGE...
455 sym R (1986 sym/18 pcs)
Will Seward 6
Homework 2 Latest
18.09.2023
Task 1: A student was interested in whether there was a positive relationship between the time spent doing an essay and the mark received. He got 45 of his friends and timed how long they spent writing an essay (hours) and the percentage they got...
5917 sym R (3453 sym/14 pcs) 2 img
RUBEN VARGAS 6
Mi primer RPubs Latest
24.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...
598 sym 1 img
Víctor Escandón 6
Actividad 2 | Econometría I Latest
24.09.2023
Ejercicio 1 Griliches (1977) es una investigación muy influyente intenta determinar los “Retornos a la educación” en EE.UU. Es decir, cuánto contribuye un año más de educación formal al sueldo en dólares. Usó las siguientes variables:...
10223 sym Python (7334 sym/24 pcs) 8 img 1 tbl
Nik Kovač 6
R Take-Home Exam Latest
24.09.2023
R TAKE-HOME EXAM Nik Kovač Task 1: Post-Coma Recovery of IQ #install.packages("carData") #installing missing package library(carData) #Activating package mydata <- force(Wong) #Creating data frame The data set, called Wong was taken from the...
11671 sym R (16133 sym/73 pcs) 7 img
Khongorzul 6
Document Latest
24.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...
591 sym 1 img
Luka Henigman 6
R take-home exam Latest
24.09.2023
Task 1 Source: I have selected a data set that is integrated in R. The data set “Salaries” is from the “carData” package. There is no information about the source of this data. #data() #data(package = .packages(all.available = TRUE))...
11129 sym R (16776 sym/82 pcs) 9 img
Batbileg 6
Homework_09/25/2023 Latest
25.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...
591 sym 1 img