Authors

Ariba 20

Document Latest

30.08.2024

data('arbuthnot', package='openintro') library(tidyverse) library(openintro) Exercise 1 arbuthnot$girls ## [1] 4683 4457 4102 4590 4839 4820 4928 4605 4457 4952 4784 5332 5200 4910 4617 ## [16] 3997 3919 3395 3536 3181 2746 2722 2840 2908 2959...

3604 sym 3 img

Daniel Lee 20

Code along 1 Latest

04.09.2024

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

1379 sym R (2309 sym/14 pcs) 7 img

Patricio Araneda 20

Tips Latest

07.12.2019

Importación de datos CSV El paquete readr es útil para una gran cantidad de datos. read_csv : para leer archivos con coma (“,”) como separador. read_csv2: para leer archivos con punto y coma (“;”) como separador. read_tsv : para leer...

2656 sym R (4082 sym/28 pcs)

PEDRO MANUEL RODRIGUEZ DELFIN 20

Poblacion y Muestra TAREA 1 Latest

18.02.2022

Objetivo Simular datos de una población y de una muestra describiendo la media poblacional y la media muestral para su adecuada interpretación. Descripción Generar una población de 1000 números con valores entre 250 y 600 Determinar una...

3674 sym R (6047 sym/21 pcs) 3 img

Johnny Latest

25.09.2022

class: center, middle, inverse, title-slide .title[ # My presentation ] .subtitle[ ## An Example ] .author[ ### Yuanqi Zhang ] .institute[ ### West Chester University of Pennsylvania ] .date[ ### 09/20/2022 ] ---...

4672 sym

LC/Qiu lab 20

Sample scRNAseq analysis Latest

14.09.2022

Initialize relevant libraries Import libaries for analysis # setwd("D:/Bioinformatics Projects/sc_exp2") library(Seurat) library(dplyr) library(cowplot) library(ggplot2) library(rstatix) library(SingleCellExperiment)...

4822 sym R (180202 sym/3 pcs) 56 img

R | msperlin 20

Call for papers on data reuse Latest

26.05.2020

Myself and Henrique Martins (PUC Rio) organized a call for papers on data reuse, for publication in RAC – Revista de Administração Contemporanea. The deadline for submission is 10th october 2020, with expected publication date in july 2021. We...

1019 sym

R on Ralf Stubner 20

dqrng v0.2.1 Latest

16.05.2019

I have blogged about dqrng before, but I forgot to write about the v0.2.0 release, even though that brought a lot of changes including the fast sampling methods to CRAN: Add R side support for selecting multiple streams for parallel usage....

1344 sym

Cassie Boylan 20

DATA 606 - Lab 3 Latest

14.09.2020

library(tidyverse) library(openintro) Exercise 1 glimpse(kobe_basket) ## Rows: 133 ## Columns: 6 ## $ vs <fct> ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ... ## $ game <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...

5226 sym R (2223 sym/18 pcs) 2 img

RJM 20

DATA606_HW9_RJM Latest

10.12.2019

Baby weights, Part I. (9.1, p. 350) The Child Health and Development Studies investigate a range of topics. One study considered all pregnancies between 1960 and 1967 among women in the Kaiser Foundation Health Plan in the San Francisco East Bay...

7440 sym R (2204 sym/32 pcs) 1 img