February 2018

SurveyGizmo, R, and MySQL on Amazon AWS

February 27, 2018 | Jonathan

Those who have been in any sort of sociological research field should very familiar with the available survey platforms out on the web now (e.g., SurveyMonkey, SurveyGizmo, or LimeSurvey). Getting your results usually involves a multi-step generate/export/import cycle. Is there a better way? I asked the question ... [Read more...]

R Tip: Use drop = FALSE with data.frames

February 27, 2018 | John Mount

Another R tip. Get in the habit of using drop = FALSE when indexing (using [ , ] on) data.frames. Prince Rupert’s drops (img: Wikimedia Commons) In R, single column data.frames are often converted to vectors when manipulated. For example: d x #__ 1 1 #__ 2 2 #__ … Continue reading R Tip: Use drop = FALSE with data....
[Read more...]

Non Metric Space (Approximate) Library in R

February 26, 2018 | mlampros

The nmslibR package is a wrapper of NMSLIB, which according to the authors “… is a similarity search library and a toolkit for evaluation of similarity search methods. The goal of the project is to create an effective and comprehensive to... [Read more...]

Flowcharts of functions

February 26, 2018 | Jakob Gepp

When you work on bigger R projects there comes a point when you may lose the overview of how your functions are connected. Or even worse: you get a large project and have to figure out what is actually happening! A possible remedy to this problem are flowcharts. If you ...
[Read more...]

Gartner’s 2018 Take on Data Science Tools

February 26, 2018 | Bob Muenchen

I’ve just updated The Popularity of Data Science Software to reflect my take on Gartner’s 2018 report, Magic Quadrant for Data Science and Machine Learning Platforms. To save you the trouble of digging though all 40+ pages of my report, … Continue reading →
[Read more...]

Creating corporate colour palettes for ggplot2

February 26, 2018 | Simon Jackson

@drsimonj here to share how I create and reuse corporate color palettes for ggplot2. You’ve started work as a data scientist at “drsimonj Inc” (congratulations, by the way) and PR have asked that all your Figures use the corporate colours. They send you the image below (coincidentally the Metro ...
[Read more...]

DALEX: how would you explain this prediction?

February 26, 2018 | smarterpoland

Last week I wrote about single variable explainers implemented in the DALEX package. They are useful to plot relation between a model output and a single variable. But sometimes we are more focused on a single model prediction. If our model predicts possible drug response for a patient, we really ... [Read more...]

R Blogdown Setup in GitHub (2)

February 25, 2018 | mareviv

An updated tutorial to set up a blogdown blog    Git & GitHub repos RStudio and blogdown setup Customising paths and styles Modify config.toml file Custom css Custom javascript Site build with blogdown Deploying the site Updating the local git repository Pushing to GitHub Add R code A new … Sigue leyendo →
[Read more...]

topic models for synchronic & diachronic corpus exploration

February 25, 2018 | Jason Timm

Synchronic application Diachronic application Topic clusters quick summary References This post outlines a fairly simple workflow from annotated corpus to topic model, with a focus on the exploratory utility of topic models. We first consider some text structures relevant to topic modeling in R, and then demonstrate some approaches to ...
[Read more...]

MLE in R

February 25, 2018 | statcompute

When I learned and experimented a new model, I always like to start with its likelihood function in order to gain a better understanding about the statistical nature. That’s why I extensively used the SAS/NLMIXED procedure that gives me more flexibility. Today, I spent a couple hours playing ... [Read more...]

Wanted: cdata Test Pilots

February 25, 2018 | John Mount

I need a few volunteers to please “test pilot” the development version of the R package cdata, please. Jacqueline Cochran: at the time of her death, no other pilot held more speed, distance, or altitude records in aviation history than Cochran. Our cdata package has an upcoming new feature called “...
[Read more...]
1 2 3 4 12

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)