August 2019

Studying Politics on and with Wikipedia

August 25, 2019 | R on Methods Bites

The online encyclopedia Wikipedia, together with its sibling, the collaboratively edited knowledge base Wikidata, provides incredibly rich yet largely untapped sources for political research. In this Methods Bites Tutorial, Denis Cohen and Nick Baumann offer a hands-on recap of Simon Munzert’s (Hertie School of Governance) workshop materials to show ...
[Read more...]

New Version of regtools package

August 25, 2019 | matloff

My updated version of my regtools package, tools for parametric and nonparametric regression, is now on CRAN, https://cran.r-project.org/package=regtools It has a number of new functions and datasets. Type vignette(‘regtools’) for an overview. Advertisements [Read more...]

Dummy Is As Dummy Does

August 24, 2019 | statcompute

In the 1975 edition of “Applied multiple regression/correlation analysis for the behavioral sciences” by Jacob Cohen, an interesting approach of handling missing values in numeric variables was proposed with the purpose to improve the traditional single-value imputation, as described below: – First of all, impute missing values by the value of ... [Read more...]

graphlouts v0.5.0 released

August 24, 2019 | schochastics

A new version of graphlayouts is now available on CRAN. This major update introduces several new layout algorithms and adds additional support for weighted networks. Here is a breakdown of all changes: BREAKING CHANGE: removed qgraph(). Now part of ggraph. POSSIBLE BREAKING CHANGE: layout_with_focus() now also returns the ...
[Read more...]

RcppExamples 0.1.9

August 24, 2019 | Thinking inside the box

A new version of the RcppExamples package is now on CRAN. The RcppExamples package provides a handful of short examples detailing by concrete working examples how to set up basic R data structures in C++. It also provides a simple example for packagi... [Read more...]

Visualizing the relationship between multiple variables

August 24, 2019 | kjytay

Visualizing the relationship between multiple variables can get messy very quickly. This post is about how the ggpairs() function in the GGally package does this task, as well as my own method for visualizing pairwise relationships when all the variables … Continue reading →
[Read more...]

Changing the variable inside an R formula

August 23, 2019 | kjytay

I recently encountered a situation where I wanted to run several linear models, but where the response variables would depend on previous steps in the data analysis pipeline. Let me illustrate using the mtcars dataset: Let’s say I wanted to … Continue reading → [Read more...]

Improvements to RSwitch in v1.3.0

August 23, 2019 | hrbrmstr

It’s only been a couple days since the initial version of my revamped take on RSwitch but there have been numerous improvements since then worth mentioning. For starters, there’s a new app icon that uses the blue and gray from the official (modern) R logo to help visually ...
[Read more...]

Pros and Cons of Top Data Science Online Courses

August 23, 2019 | data technik

There are a variety of data science courses online, but which one is the best? Find out the pros and cons of each! Coursera, EdX, etc These MOOCs have been around for several years now and continue to grow. But are they really the best option for learning online? Pros: ...
[Read more...]

mlr: Machine Learning in R – basics

August 22, 2019 | R on FeelML

How to train and tune machine learning algorithms in a unified way? With mlr R package ???? I am currently keen on automated machine learning, especially hyperparameter optimization. Therefore, recently I mainly explore frameworks for unified model training. In this post, I will show how to train ML algorithms and tune ... [Read more...]

mlr: Machine Learning in R – basics

August 22, 2019 | R on FeelML

How to train and tune machine learning algorithms in a unified way? With mlr R package ???? I am currently keen on automated machine learning, especially hyperparameter optimization. Therefore, recently I mainly focus on frameworks for training models. In this post, I will show how to train ML algorithms and tune ... [Read more...]

A Shiny App for JS Mediation

August 22, 2019 | R Blog on Cillian McHugh

Background This is a brief post about making my first Shiny App (see also). I made this app following a meeting of the Advancing Social Cognition lab (ASC-Lab) where we discussed this paper by Yzerbyt et al. (2018) proposing a new method for mediation analysis. Any attempt to detail the differences ... [Read more...]

Quick Hit: A new 64-bit Swift 5 RSwitch App

August 22, 2019 | hrbrmstr

At the bottom of the R for macOS Developer’s Page there’s mention of an “other binary” called “RSwitch” that is “a small GUI that allows you to switch between R versions quickly (if you have multiple versions of R framework installed).” Said switching requires you to use the “...
[Read more...]
1 2 3 4 5 6 14

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)