Authors

Ernesto Cancho-Rodriguez 19

Clustering_Model_SINADEF Latest

29.12.2020

R Markdown Note: 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. # Los siguientes 2 paquetes son para...

608 sym R (18108 sym/100 pcs) 2 img

Centro de Economía y Política Regional (CEPR) 19

Boletín Laboral CEPR NDE-2019 Latest

09.03.2020

Panorama General El 28 de febrero, el INE lanzó la segunda actualización1 de los datos de Empleo en base al ultimo Censo de Población 2017. Se espera que esta actualización represente de mejor manera el mercado laboral. A pesar de un leve...

8701 sym 3 tbl

fabiomarroni 19

R function to reverse and complement a DNA sequence Latest

13.11.2008

Warning!! This post is intended for documentation only. I would like to remind everyone (me in first place!) that the comp() function of the (seqinr) package can complement a DNA sequence, and rev() function of Rbase can reverse a character...

2453 sym R (877 sym/2 pcs) 4 img

2020_tesis_Rx panorámicas y genero Latest

18.06.2020

#packages library("tidyverse") #cargo el df #los descriptivos (como en articulo original), por genero df3 %>% group_by(Género) %>% summarise(n=n(), Porcentaje = `n`/89*100) `summarise()` ungrouping output (override with `.groups`...

5355 sym R (2879 sym/17 pcs) 8 img

FishyOperations 19

Introducing simmer: Discrete Event Simulation for R Latest

03.09.2014

This post has been transferred from another blog platform and could have dead links / incorrect lay-out. Please note: the syntax described here is no longer up-to-date, please refer to the readme at simmer’s GitHub page. The simmer package...

3545 sym R (1044 sym/8 pcs) 10 img 1 tbl

Ben Frey 19

QaQC Siene Latest

13.05.2021

QA/QC species names Original List of Species Names ## [1] "Pomatomus saltatrix" "Atherinidae Sp." ## [3] "" "Brevoortia tyrannus" ## [5] "Leiostomus xanthurus"...

1590 sym R (7078 sym/18 pcs) 16 img

fumita 19

Document Latest

19.12.2019

https://www.slideshare.net/KojiKosugi/ss-50740386?next_slideshow=1 library(readr) ## Warning: package 'readr' was built under R version 3.6.2 income = read_csv("income.csv") ## Parsed with column specification: ## cols( ## id =...

1630 sym R (68837 sym/120 pcs) 42 img 1 tbl

Gabriel Santos 19

DATA605 Week 11 Discussion Board Latest

01.11.2022

Using R, build a multiple regression model for data that interests you.Conduct residual analysis. Was the linear model appropriate? Why or why not?. Include in this model at least one quadratic term,bone dichotomous term, and one dichotomous...

4128 sym 3 img

Josh Carrell 19

T-Tests Latest

29.11.2019

This document uses the ToothGrowth dataset readily available in R. The dataset contains information on the effect of vitamin C on tooth growth in Guinea Pigs. Terms that are highlighted are defined at the bottom of the document. library(pander)...

2583 sym R (817 sym/9 pcs) 2 img 5 tbl

Gillian Cheng 19

Storm Data Exploratory analysis Latest

19.01.2023

Synopsis This is a project to explore the National Oceanic and Atmospheric Administration (NOAA) Storm Database, and through some exploratory analysis on the health consequences and economical loss caused by severe weather events. Data from...

2378 sym R (4833 sym/13 pcs) 2 img