April 2017

March Monthly Round Up

April 4, 2017 | Gabriel de Selding

March has been a busy month here at DataCamp! We've released 7 courses, 4 DataChats, and 8 articles. Luckily, this round-up post will cover the highlights, in case you missed them. Data Manipulation: Tidy Your Data! We were very excited to relea... [Read more...]

Le Monde puzzle [#1002]

April 3, 2017 | xi'an

For once and only because it is part of this competition, a geometric Le Monde mathematical puzzle: Given both diagonals of lengths p=105 and q=116, what is the parallelogram with the largest area? and when the perimeter is furthermore constrained to be L=290? This made me jump right away to ...
[Read more...]

The Most Popular Languages for Data Scientists/Engineers

April 3, 2017 | David Smith

The results of the 2017 StackOverflow Survey of nearly 65,000 developers were published recently, and includes lots of interesting insights about their work, lives and preferences. The results include a cross-tabulation of the most popular languages amongst the "Data Scientist/Engineer" subset, and the results were ... well, surprising: When thinking about data ... [Read more...]

simmer 3.6.1

April 3, 2017 | Iñaki Úcar

A new patch release of simmer, the Discrete-Event Simulator for R, is on CRAN. Three months have passed since the last release. The last year was a period of intense development (one release per month). Now, the package has reached some level of maturity, so we intend to extend the ...
[Read more...]

Speeding up the Bradley Terry Model in R

April 3, 2017 | dmathlete

I am currently developing my first R package which confronted me a lot with the question: “How can I speed up my code?”. I did some “research” and read a lot of general articles about speeding up code, but also a few posts specifically about speeding up R code. While ... [Read more...]

RApiDatetime 0.0.3

April 2, 2017 | Thinking inside the box

A brown bag bug fix release 0.0.3 of RApiDatetime is now on CRAN. RApiDatetime provides six entry points for C-level functions of the R API for Date and Datetime calculations. The functions asPOSIXlt and asPOSIXct convert between long and compact dat... [Read more...]

Key Phrase Extraction from Tweets

April 2, 2017 | Anup Nair

In a previous post of mine published at DataScience+, I analyzed the text of the first presidential debate using relatively simple string manipulation functions to answer some high level questions from the available text. In this post, we leverage a few other NLP techniques to analyze another text corpus – A ... [Read more...]

Simple Offline Airport Wi-Fi Tracker in R

April 2, 2017 | hrbrmstr

@visualisingdata rebroadcast this tweet today: Wireless Passwords From Airports And Lounges Around The World https://t.co/OV0WJfwj8E— deb verhoeven (@bestqualitycrab) April 2, 2017 The Google Maps interface is a bit meh and the “formatted” data is also a bit meh but the data is useful when travelling (NOTE: always ... [Read more...]

Using R: Don’t save your workspace

April 2, 2017 | mrtnj

To everyone learning R: Don’t save your workspace. When you exit an R session, you’re faced with the question of whether or not to save your workspace. You should almost never answer yes. Saving your workspace creates an image of your current variables and functions, and saves them ... [Read more...]

R Function Call with Ellipsis Trap/Pitfall

April 2, 2017 | Jayanta Choudhuri

Objective if this post: alerting all users to double check case and spelling of all function parameters I am newbie in R and was trying RSNNS mlp function and wasted a lot of time due to some typos. RSNNS mlp function silently ignores misspelled keywords Example: I intentionally misspelled size ... [Read more...]

Superclassing to R⁶

April 1, 2017 | hrbrmstr

To avoid “branding” confusion with R⁴ I’m superclassing it to R⁶ and encouraging others in the R community to don the moniker and do their own small, focused posts on topics that would help the R community learn things. Feel free to use R⁶ (I’ll figure out an ... [Read more...]

Building Shiny App Exercises (part-9)

April 1, 2017 | Euthymios Kasvikis

Shiny Dashboard Overview In this part we will “dig deeper” to discover the amazing capabilities that a Shiny Dasboard provides. Read the examples below to understand the logic of what we are going to do and then test yous skills with the exercise set we prepared for you. Lets begin! ... [Read more...]
1 14 15 16

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)