March 2017

Some Random Weekend Reading

March 24, 2017 | Joseph Rickert

by Joseph Rickert Few of us have enough time to read, and most of us already have depressingly deep stacks of material that we would like to get through. However, sometimes a random encounter with something interesting is all that it takes to regenerate enthusiasm. Just in case you are ... [Read more...]

R Weekly Bulletin Vol – I

March 24, 2017 | R programming

We are starting with R weekly bulletins which will contain some interesting ways and methods to write codes in R and solve bugging problems. We will also cover R functions and shortcut keys for beginners. We understand that there can be more than one way of writing a code in ...
[Read more...]

Neural Networks for Learning Lyrics

March 24, 2017 | jlebeau

I created a Twitter account which was inspired by a couple Twitter accounts that applied a particular type of machine learning technique to learn how two (at the time) presidential hopefuls spoke. I thought, why not see what a model like this could do with lyrics from my favorite rock ...
[Read more...]

Lesser known purrr tricks

March 24, 2017 | Econometrics and Free Software

purrr is a package that extends R’s functional programming capabilities. It brings a lot of new stuff to the table and in this post I show you some of the most useful (at least to me) functions included in purrr. Getting rid of loops with map()
library(purrr)

numbers <- list(11, 12, 13, 14)

map_dbl(numbers, sqrt)
## [1] 3.316625 3.464102 3.605551 3.741657
You ... [Read more...]

Lesser known purrr tricks

March 24, 2017 | Econometrics and Free Software

purrr is a package that extends R’s functional programming capabilities. It brings a lot of new stuff to the table and in this post I show you some of the most useful (at least to me) functions included in purrr. Getting rid of loops with map()
library(purrr)

numbers <- list(11, 12, 13, 14)

map_dbl(numbers, sqrt)
## [1] 3.316625 3.464102 3.605551 3.741657
You ... [Read more...]

Lesser known purrr tricks

March 24, 2017 | Econometrics and Free Software

purrr is package that extends R’s functional programming capabilities. It brings a lot of new stuff to the table and in this post I show you some of the most useful (at least to me) functions included in purrr. Getting rid of loops with map()
library(purrr)

numbers <- list(11, 12, 13, 14)

map_dbl(numbers, sqrt)
## [1] 3.316625 3.464102 3.605551 3.741657
You might ... [Read more...]

Emojis Analysis in R

March 23, 2017 | Jessica Peterka-Bonetta

A while ago I developed and shared an emoji decoder because I was facing problems when retrieving data from Twitter and Instragram. In a nutshell, the issue is that R encodes emojis in a way that makes it a hassle identifying them. This is where t... [Read more...]

RApiDatetime 0.0.1

March 23, 2017 | Thinking inside the box

Very happy to announce a new package of mine is now up on the CRAN repository network: RApiDatetime. It provides six entry points for C-level functions of the R API for Date and Datetime calculations: asPOSIXlt and asPOSIXct convert between long and compact datetime representation, formatPOSIXlt and Rstrptime convert to ... [Read more...]

docstring release coming soon

March 23, 2017 | Point Mass Prior

This was originally posted at Point Mass Prior and features MathML. If you’re viewing the blog elsewhere the math probably won’t show up properly and it would be beneficial to view the post here I official submitted version 1.0.0 of docstring to... [Read more...]

Some Random Weekend Reading

March 23, 2017 | R Views

Few of us have enough time to read, and most of us already have depressingly deep stacks of material that we would like to get through. However, sometimes a random encounter with something interesting is all that it takes to regenerate enthusiasm. Just in case you are not going to ... [Read more...]

Some Random Weekend Reading

March 23, 2017 | R Views

Few of us have enough time to read, and most of us already have depressingly deep stacks of material that we would like to get through. However, sometimes a random encounter with something interesting is all that it takes to regenerate enthusiasm. Just in case you are not going to ... [Read more...]

Mapping Racial Segregation in Chicago

March 23, 2017 | Ignacio Sarmiento Barbieri

This spring break I was reading a couple of papers about segregation in the US (Cutler and Galeser 1997 and Cutler et al 1999). A paragraph on Cutler et al (1999) caught my attention: “Chicago was the most segregated city in 1890, the fourth most segregated city in 1940, the most segregated MSA in 1970, and ...
[Read more...]

QR Decomposition with the Gram-Schmidt Algorithm

March 23, 2017 | Aaron Schlegel

QR decomposition is another technique for decomposing a matrix into a form that is easier to work with in further applications. The QR decomposition technique decomposes a square or rectangular matrix, which we will denote as , into two components, , and . Where is an orthogonal matrix, and is... The post QR ... [Read more...]

Announcing R Tools 1.0 for Visual Studio 2015

March 23, 2017 | Blog Administrator

by Shahrokh Mortazavi, Partner PM, Visual Studio Cloud Platform Tools at Microsoft I’m delighted to announce the general availability of R Tools 1.0 for Visual Studio 2015 (RTVS). This release will be shortly followed by R Tools 1.0 for Visual Studio 2017 in early May. RTVS is a free and open source plug-in ... [Read more...]

Survminer Cheatsheet to Create Easily Survival Plots

March 23, 2017 | Easy Guides

We recently released the survminer verion 0.3, which includes many new features to help in visualizing and sumarizing survival analysis results. In this article, we present a cheatsheet for survminer, created by Przemysław Biecek, and provide an overview of main functions. survminer cheatsheet The cheatsheet can be downloaded from STHDA ... [Read more...]

Make the [R] Kenntnis-Tage 2017 your stage

March 23, 2017 | eoda GmbH

At the [R] Kenntnis-Tage 2017 on November 8 and 9, 2017 you will get the chance to benefit not only from the exchange about the programming language R in a business context and practical tutorials but also from the audience: use the [R] Kenntnis-Tage 2017 as your platform and hand in your topic for the … „...
[Read more...]
1 3 4 5 6 7 19

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)