March 2017

February ’17 Tips and Tricks

March 2, 2017 | R Views

If you spend time with an excellent programmer, one thing that immediately jumps out is how quickly she can write code. It often appears to be magic, the number of keystrokes simply can’t equal the number of characters on the screen. The secret: it doesn’t! Most programmers use ...
[Read more...]

Self-Service Adobe Analytics Data Feeds!

March 2, 2017 | randyzwitch.com

I’ve written several posts about the Adobe Analytics Analytics (née Clickstream) Data Feed (links: 1,2,3) over the past several years. The Analytics Data Feed is an invaluable tool for moving beyond aggregate-level reporting information about your c... [Read more...]

Analysis of IPL T20 matches with yorkr templates

March 2, 2017 | Tinniam V Ganesh

Introduction In this post I create RMarkdown templates for end-to-end analysis of IPL T20 matches, that are available on Cricsheet based on my R package yorkr.  With these templates you can convert all IPL data which is in yaml format to R dataframes. Further I create data and the necessary ... [Read more...]

Scholarships encourage diversity at useR!2017

March 1, 2017 | David Smith

While representation of women and minorities at last year's useR! conference was the highest it's ever been, there is always room for more diversity. To encourage more underrepresented individuals to attend, the useR! committee has taken several steps, including asking attendees to adhere to a supportive code of conduct and ... [Read more...]

Learning a classifier from census data

March 1, 2017 | Ashish Dutt

Introduction While reading the local daily, “The Star”, my attention was caught by headlines discussing an ongoing political or social discussion on the country’s financial state. Often, it is interesting to know the underlying cause of a certai...
[Read more...]

Euler Problem 14: Longest Collatz Sequence

March 1, 2017 | Peter Prevos

Euler Problem 14 looks at the Collatz Conjecture. These playful sequences, named after German mathematician Lothar Collatz (1910–1990), cause mathematicians a lot of headaches. This video introduces the problem much better than I can describe it. Euler Problem 14 Definition The following iterative … Continue reading → The post Euler Problem 14: Longest Collatz Sequence appeared ... [Read more...]

wrapr: for sweet R code

March 1, 2017 | John Mount

This article is on writing sweet R code using the wrapr package. The problem Consider the following R puzzle. You are given: a data.frame, the name of a column that you wish to find missing values (NA) in, and the name of a column to land the result. For ...
[Read more...]

Match function in R

March 1, 2017 | g4greetz

The match() function returns a vector of the position of first occurrence of the vector1 in vector2. If the element of the vector1 does not exist in vector2, NA is returned. [Read more...]

The R Formula Method: The Bad Parts

March 1, 2017 | Joseph Rickert

R’s model formula infrastructure was discussed in my previous post. Despite the elegance and convenience of the formula method, there are some aspects that are limiting. Limitations to Extensibility The model formula interface does have some limitations: It can be kludgy with many operations on many variables (e.g., ... [Read more...]
1 16 17 18 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)