Authors

Open-license global health datasets Latest

13.03.2022

Introduction: The Global Burden of Disease Let’s take a quick look at the diseases with the highest global DALY burden, based on IHME estimates, to help target our search. The goal is to try to find relevant datasets for some of these...

25991 sym 21 img 1 tbl

Tomas A. Maccor 15

Reproducible Research & Exploratory Analysis of personal workout monitoring data Latest

08.01.2020

Loading and preprocessing the data unzip(zipfile = "./activity.zip") activity_dataset <- read.csv("activity.csv", sep =",") library(tidyverse) ## -- Attaching packages ------------------------------------------------------------ tidyverse 1.2.1...

1066 sym R (4727 sym/32 pcs) 4 img

Timothée 15

Getting data from an image (introductory post) Latest

05.03.2010

Hi there! This blog will be dedicated to data visualization in R. Why? Two reasons. First, when it comes to statistics, I am always starting by some exploratory analyses, mostly with plots. And when I handle large quantities of data, it’s nice...

3813 sym R (1775 sym/11 pcs) 12 img

Descriptive Latest

18.03.2020

Basic Data Information library(tidyverse) library(lubridate) neda_nine <- read_rds(here::here( "data", "NEDA_week_nineteen.rds" )) %>% mutate(data_year = 2019) %>% select(-media) %>% filter(created_at_tweet %within%...

8752 sym R (5154 sym/14 pcs) 2 img 3 tbl

tobias 15

OpenAnalytics at UseR!2011 Latest

11.08.2011

Thursday 11 August 2011 – 22:36 OpenAnalytics is happy to sponsor UseR!2011 and will present recent work that has been released under open source license in three presentations: R and GPU Computing, which accompanies the first public release of...

989 sym

Calculate and visualize correlation Latest

28.02.2020

Trong quá trình phân tích dữ liệu thực tế, chúng ta sẽ thường phải phân tích mối quan hệ giữa các biến liên tục (numeric variables). Để làm được điều đó, chúng ta có thể sử dụng hệ số...

1470 sym R (1564 sym/5 pcs) 3 img 1 tbl

Timothy White 15

Hyndman, "Forecasting Principles and Practice" - CHAPTER 3 Latest

26.03.2022

Unless otherwise noted, all R code can be found at the end Question 1 A plot of GDP per capita by country is shown below (top plot). As is apparent, it is difficult to decipher patterns from the data with all countries included. In order to...

10197 sym R (15390 sym/4 pcs) 40 img

Vanessa Castilla Padilla 15

Ejercicio 1 Latest

21.01.2022

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...

593 sym R (268 sym/2 pcs) 1 img

Jorge Luiz Maia Varella Junior 15

Document Latest

29.03.2023

Meu primeiro texto para internet. Hino do Flamengo Uma vez Flamengo, sempre Flamengo Flamengo sempre eu hei de ser É o meu maior prazer vê-lo brilhar Seja na terra, seja no mar Vencer, vencer, vencer Uma vez Flamengo, Flamengo até morrer Na...

1044 sym 2 img

Test Latest

11.11.2022

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