May 2017

datasauRus now on CRAN

May 9, 2017 | Steph

datasauRus is a package storing the datasets from the paper Same Stats, Different Graphs: Generating Datasets with Varied Appearance and Identical Statistics through Simulated Annealing. It’s a useful package for: Having a dinosaur dataset Showing a dinosaur related variant of The post datasauRus now on CRAN appeared first on ...
[Read more...]

Reports or Newspapers – The Two Sides of Healthcare Priorities

May 9, 2017 | Salvino

  Both the World Health Organization‘s statistical profile of Qatar and the much more detailed Annual Health Report of the Department of Epidemiology and Medical Statistics of the Sate of Qatar show beyond the shadow of a doubt that cardiovascular diseases, diabetes, hypertension, obesity and other metabolic/noncommunicable diseases are ... [Read more...]

Studying CRAN package names

May 9, 2017 | R and Finance

- Setting a name for a CRAN package is an intimate process. Out of an infinite range of possibilities, an idea comes for a package and you spend at least a couple of days writing up and testing your code before submitting to CRAN... [Read more...]

Machine Learning Pipelines for R

May 8, 2017 | alexioannides

Building machine learning and statistical models often requires pre- and post-transformation of the input and/or response variables, prior to training (or fitting) the models. For example, a model may require training on the logarithm of the response and input variables. As a consequence, fitting and then generating predictions from ...
[Read more...]

From Points to (Messy) Lines

May 8, 2017 | Tony Hirst

A week or so ago, I came up with a new chart type – race concordance charts – for looking at a motor circuit race from the on-track perspective of a particular driver. Here are a couple of examples from the 2017 F1 Grand Prix: The gap is the time to the car ...
[Read more...]

Installing Packages without Internet

May 8, 2017 | Mango Blogger

Graham Parsons At Mango we’re often giving R training in locations where a reliable WiFi connection is not always guaranteed, so if we need trainees to download packages from CRAN it can be a show-stopper. Here are a couple of … Continue reading → [Read more...]

Graphical Presentation of Missing Data; VIM Package

May 8, 2017 | Klodian Dhana

Missing data is a problem that challenge data analysis methodologically and computationally in medical research. Patients of the clinical trials and cohort studies may drop out of the study, and therefore, generate missing data. The missing data could be at random when participants who drop out of study are not ...
[Read more...]

Installing packages without the internet

May 8, 2017 | Blog

Graham Parsons At Mango we’re often giving R training in locations where a reliable WiFi connection is not always guaranteed, so if we need trainees to download packages from CRAN it can be a show-stopper. Here are a couple of code snippets that are useful to download packages from ... [Read more...]

ggplot2 style plotting in Python

May 8, 2017 | S. Richter-Walsh

R is my language of choice for data science but a good data scientist should have some knowledge of all of the great tools available to them. Recently, I have been gleefully using Python for machine learning problems (specifically pandas and the wonderful scikit-learn). However, for all its greatness, I ...
[Read more...]

R Quick Tip: parameter re-use within rmarkdown YAML

May 8, 2017 | Steph

Ever wondered how to make an rmarkdown title dynamic? Maybe, wanted to use a parameter in multiple locations? Maybe wanted to pass through a publication date? Advanced use of YAML headers can help! Normally, when we write rmarkdown, we might The post R Quick Tip: parameter re-use within rmarkdown YAML ... [Read more...]

GSoC 2017 : Integrating biodiversity data curation functionality

May 7, 2017 | vijaybarve

By Thiloshon Nagarajah URL of project idea page: https://github.com/rstats-gsoc/gsoc2017/wiki/Integrating-biodiversity-data-curation-functionality Introduction The importance of data in the biodiversity research has been repeatedly stressed in the recent times and various organizations have come together and followed each other to provide data for advancing biodiversity research. But, ...
[Read more...]

Shiny Application Layouts Exercises (Part-5)

May 7, 2017 | Euthymios Kasvikis

Shiny Application Layouts-Vertical Layout In the fifth part of our series we will apply the kmeans() function to the iris dataset to create a shiny application. The difference is that now we will display its result vertically. This part can be useful for you in two ways. First of all, ... [Read more...]

Know your data structures!

May 7, 2017 | Verena

Just a few days ago I stated the following on Twitter: Just reduced the runtime of an algorithm from 9 hours to 3 min. by using a different data structure… Know you data structures ? #rstats — Verena Haunschmid (@ExpectAPatronum) May 1, 2017 Since my tweet has been liked and shared a lot, I thought … Continue ...
[Read more...]
1 11 12 13 14 15 18

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)