Authors

vadim sokolov 18

Transit-TNC analysis Latest

26.02.2021

Accessability Maps df = bus.ca %>% group_by(caid) %>% summarise(bus = mean(bus)); df$bus = df$bus/sum(df$bus) m = map = makemap(df,"bus"); m df = tnc.ca %>% group_by(pickupca) %>% summarise(tnc = mean(tnc)); df$tnc = df$tnc/sum(df$tnc) m = map =...

2745 sym R (3169 sym/21 pcs) 8 img

ht_wrangling Latest

16.12.2019

Updated: 19 December, 2019 1 Introduction This document evaluates willow height measurement data from project inception through 2019. Data include those archived on the “Digital Collections of Colorado” (DCC) library site and more recent...

3641 sym R (73816 sym/156 pcs) 61 img 8 tbl

Edwin Grappin 18

Who is the most complete athlete? – An insight with the Mahalanobis distance (sport & data analysis) Latest

21.09.2012

The Olympic Games have finished a couple of days ago. Two entire weeks of complete devotion for sport. Unfortunately I hadn’t got any ticket but I didn’t fail to watch many games on TV and internet. I was looking at decathlon men competition...

5175 sym 4 img 2 tbl

Felipe Yamamoto Tenedine 18

Dr. Semmelweis and the Discovery of Handwashing Latest

20.11.2022

Meet Dr. Ignaz Semmelweis A Hungarian physician born in 1818 and active at the Vienna General Hospital. If Dr. Semmelweis looks troubled it’s probably because he’s thinking about childbed fever: A deadly disease affecting women that just...

4485 sym R (1763 sym/9 pcs) 3 img

Pandemia do Covid-19 no Rio de Janeiro - Impactos Latest

14.01.2021

A pesquisa A Organização Mundial da Saúde (OMS) declarou, em 30 de janeiro de 2020, que o surto da doença causada pelo novo coronavírus (COVID-19) constituia uma Emergência de Saúde Pública de Importância Internacional – o mais alto...

3741 sym 4 img 44 tbl

Firza Izzatul Mila, Prof. Dr. Suhartono, M.Kom 18

Macam-Macam Operator Aritmatika pada R Latest

28.09.2021

Lembaga : UIN Maulana Malik Ibrahim, Teknik Informatika Operator Aritmatika Pada operator aritmatika digunakan untuk melakukan operasi dasar perhitungan seperti penjumlahan, pengurangan, perkalian dan sebagainya. Pada bahasa pemrogram R, untuk...

680 sym R (42 sym/7 pcs) 1 tbl

Muhammad Nachnoer Novatron Fitra Arss 18

Engine SQL dan Paket dplyr di R Latest

19.12.2021

Menu Bagian I: Akses dan Wrangling Database di R dengan Engine SQL Bagian II: Akses dan Wrangling Database di R dengan dplyr Bagian III: Akses dan Wrangling Dataset di R dengan dplyr A. Akses dan Wrangling Database di R dengan Engine SQL...

1986 sym R (8565 sym/45 pcs) 1 img 2 tbl

Felipe Melo 18

WIVI - PCA Latest

16.04.2020

Scritp for PCA WIVI Creating data and checking inconsistencies PCA —- Hereafter I use this tutorial http://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/112-pca-principal-component-analysis-essentials/ We...

1386 sym R (16927 sym/34 pcs) 12 img 1 tbl

Frederico Mestre 18

New MetaLandSim version (1.0.4) just out! Latest

17.06.2018

The version that was only available through GitHub is now also on CRAN. This new version corrects some minor bugs in the code. Available here. Related To leave a comment for the author, please follow the link and comment on their blog: R Code...

547 sym

G-Tch 18

R et Twitter Latest

22.04.2013

On va dans ce post, illustrer une utilisation simple des packages twitteR, StreamR, tm qui permettent faire du textmining. En réalité, les deux premiers permettent de récuperer les tweets et de faire des comptages simples et complexes et le...

3785 sym R (9740 sym/21 pcs) 26 img 1 tbl