October 2017

An Updated History of R

October 20, 2017 | David Smith

Here's a refresher on the history of the R project: 1992: R development begins as a research project in Auckland, NZ by Robert Gentleman and Ross Ihaka 1993: First binary versions of R published at Statlib [see update, below] 1995: R first distributed as open-source software, under GPL2 license 1997: R core group formed 1997: ... [Read more...]

Practical Machine Learning with R and Python – Part 3

October 20, 2017 | Tinniam V Ganesh

In this post ‘Practical Machine Learning with R and Python – Part 3’,  I discuss ‘Feature Selection’ methods. This post is a continuation of my 2 earlier posts Practical Machine Learning with R and Python – Part 1 Practical Machine Learning with R and Python – Part 2 While applying Machine Learning techniques, the data … Continue reading ...
[Read more...]

Qualitative Research in R

October 20, 2017 | Bidyut Ghosh

In the last two posts, I’ve focused purely on statistical topics – one-way ANOVA and dealing with multicollinearity in R. In this post, I’ll deviate from the pure statistical topics and will try to highlight some aspects of qualitative research. More specifically, I’ll show you the procedure of ...
[Read more...]

Highlight the Pipe. Highlight.js

October 19, 2017 | QuestionFlow

Practical advices about customizing code highlighting on web pages with highlight.js. Prologue While creating this site I had to encounter the topic of highlighting code on web pages. I decided to do that with the help of highlight.js functionality. After picking a style with R in mind, I ... [Read more...]

The R manuals in bookdown format

October 19, 2017 | David Smith

While there are hundreds of excellent books and websites devoted to R, the canonical source of truth regarding the R system remains the R manuals. You can find the manuals at your local CRAN mirror and on your laptop as part of the R distribution (try Help __ Manuals in RGui, ... [Read more...]

County-Level Choropleth in Plotly and R

October 19, 2017 | Branden Dunbar

At Plotly, we are commonly asked about thematic maps — especially county-level choropleth maps. This style of map provides a visual illustration of variation across a geographic area. Some pertinent uses are population density, economic measurements, crime statistics, and election results. With Plotly, there are multiple ways to bring county-level choropleths ... [Read more...]

First steps with MRF smooths

October 19, 2017 | Gavin L. Simpson

One of the specialist smoother types in the mgcv package is the Markov Random Field (MRF) smooth. This smoother essentially allows you to model spatial data with an intrinsic Gaussian Markov random field (GMRF). GRMFs are often used for spatial data measured over discrete spatial regions. MRFs are quite flexible ...
[Read more...]

First steps with MRF smooths

October 19, 2017 | Gavin L. Simpson

One of the specialist smoother types in the mgcv package is the Markov Random Field (MFR) smooth. This smoother essentially allows you to model spatial data with an intrinsic Gaussian Markov random field (GMRF). GRMFs are often used for spatial data measured over discrete spatial regions. MRFs are quite flexible ... [Read more...]

RLumModel 0.2.2 released!

October 18, 2017 | Johannes Friedrich's R Blog

Now with new vignettes ... - A new update of the R-package RLumModel was released on 13th October 2017. The update includes some new vignettes and all vignettes are now written in HTML. An overview over all changes can be found at the NEWS.... [Read more...]

Is it faster to take a bike or taxi in NYC?

October 18, 2017 | David Smith

Taxis are plentiful and convenient in New York City, but the city is also served by a wide network of commuter bicycles (Citi Bikes). If you need to get from, say, the West Village to the Garment District, are you better off time-wise hailing a cab, or heading over to ... [Read more...]

Writing Julia functions in R with examples

October 17, 2017 | insightr

By Gabriel Vasconcelos The Julia programming language is growing fast and its efficiency and speed is now well-known. Even-though I think R is the best language for Data Science, sometimes we just need more. Modelling is an important part of … Continue reading → [Read more...]

Database Queries With R

October 17, 2017 | R Views

There are many ways to query data with R. This post shows you three of the most common ways: Using DBI Using dplyr syntax Using R Notebooks Background Several recent package improvements make it easier for you to use databases with R. The query examples below demonstrate some of the ...
[Read more...]

splitting a field by annealing

October 17, 2017 | xi'an

A recent riddle [from The Riddle] that I pondered about during a [long!] drive to Luxembourg last weekend was about splitting a square field into three lots of identical surface for a minimal length of separating wire… While this led me to conclude that the best solution was a T ...
[Read more...]

Bio7 2.6 for MacOSX Released

October 17, 2017 | R – Bio7 Website

19.10.2017 I released a new version of Bio7 for MacOSX. (Screenshots: Bio7 with Dark theme enabled. Scrollbars are set to “When scrolling” in the preferences.) For an overview of the new features please consult the release notes of Windows and Linux here: Installation: Download and extract the installation file from http://... [Read more...]
1 4 5 6 7 8 15

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)