June 2018

Package Dev Workflow: Starting a New Package

June 19, 2018 | Ye Olde R Blog Grogram

Purpose A basic workflow to set up an R package Disclaimer Instructions here will rarely be explicit. These workflows are essentially notes for experienced users to help remind them of the minimal steps to complete the task at hand. Prerequisites Strongish familiarity with RStudio, R packages, and R projects R ...
[Read more...]

Reading and analysing log files in the RRD database format

June 19, 2018 | R Views

I have frequent conversations with R champions and Systems Administrators responsible for R, in which they ask how they can measure and analyze the usage of their servers. Among the many solutions to this problem, one of the my favourites is to use an RRD database and RRDtool. From Wikipedia: ...
[Read more...]

a chain of collapses

June 19, 2018 | xi'an

A quick riddler resolution during a committee meeting (!) of a short riddle: 36 houses stand in a row and collapse at times t=1,2,..,36. In addition, once a house collapses, the neighbours if still standing collapse at the next time unit. What are the shortest and longest lifespans of this row? Since ...
[Read more...]

Searching For Unicorns (And Other NBA Myths)

June 19, 2018 | Sam Marks

A visual exploration of the 2017-2018 NBA landscape The modern NBA landscape is rapidly changing. Steph Curry has redefined the lead guard prototype with jaw-dropping shooting range coupled with unprecedented scoring efficiency for a guard. The likes of Marc Gasol, Al Horford and Kristaps Porzingis are paving the way for ...
[Read more...]

Dear data scientists, how to ease your job

June 19, 2018 | eoda GmbH

You have got the best job of the 21st century. Like a treasure hunter, looking for a data treasure chest while sailing through data lakes. In many companies you are a digital maker – armed with skills that turn you to a modern-day polymath and a toolset which is so holistic ...
[Read more...]

Using R to Find Microcap Cryptocurrencies

June 19, 2018 | prettylittlenumbers

I have been interested in blockchain technologies and cryptocurrencies for a while now. While doing research I’ve stumbled upon some interesting techniques for picking hidden gems. Many of these techniques required a fair bit of legwork, so in an effort to make things quicker and more efficient I came ... [Read more...]

Subsetting Phylogenetic Trees

June 18, 2018 | Rstats on goonR blog

Introduction In the past few months, I have been introduced to and started working with phylogenetic trees. The trees I have been working with contain the entire tree of life for bacteria. Needless to say, they are huge. At first, I was told that I could download a program that ...
[Read more...]

blogdown Part I: Launching a New Site

June 18, 2018 | Ye Olde R Blog Grogram

Purpose A basic workflow to set up an R blog using blogdown. Create using the Hugo theme Tranquilpeak (v0.4.3). Host static website on Netlify Source files stored on github Configured so that RSS feed can be shared with R-bloggers Disclaimer Instructions here will rarely be explicit. These workflows are essentially ... [Read more...]

Copy/paste t-tests Directly to Manuscripts

June 18, 2018 | Dominique Makowski

Do a t-test APA formatted output Flexibility Dataframe of Values Contribute Credits Previous blogposts One of the most time-consuming part of data analysis in psychology is the copy-pasting of specific values of some R output to a manuscript or a report. This task is frustrating, prone to errors, and increases ...
[Read more...]

R vs Python: Image Classification with Keras

June 18, 2018 | Dmitry Kisler

Even though the libraries for R from Python, or Python from R code execution existed since years and despite of a recent announcement of Ursa Labs foundation by Wes McKinney who is aiming to join forces with RStudio foundation, Hadley Wickham in particularly, (find more here) to improve data scientists ...
[Read more...]

Linear Regression, with Map-Reduce

June 18, 2018 | arthur charpentier

Sometimes, with big data, matrices are too big to handle, and it is possible to use tricks to numerically still do the map. Map-Reduce is one of those. With several cores, it is possible to split the problem, to map on each machine, and then to agregate it back at ... [Read more...]

Effectively scaling Shiny in enterprise

June 18, 2018 | Mango Solutions

James Blair, RStudio Scalability is a hot word these days, and for good reason. As data continues to grow in volume and importance, the ability to reliably access and reason about that data increases in importance. Enterprises expect data analysis and reporting solutions that are robust and allow several hundred, ...
[Read more...]

Not only LIME

June 18, 2018 | smarterpoland

I’ve heard about a number of consulting companies, that decided to use simple linear model instead of a black box model with higher performance, because ,,client wants to understand factors that drive the prediction’’. And usually the discussion goes as following: ,,We have tried LIME for our black-box model, ... [Read more...]

bounceR 0.1.2: Automated Feature Selection

June 18, 2018 | Lukas Strömsdörfer

New Features As promised, we kept on working on our bounceR package. For once, we changed the interface: users now do not have to choose a number of tuning parameters, that – thanks to my somewhat cryptic documentation – sound more complicated than they are. Inspired by H2o.ai feature to ...
[Read more...]

Collatz Sequence – part 6

June 17, 2018 | Neonira

Proof of Collatz sequence convergence. Some reminders first Remember Collatz sequence definition Let’s divide the Collatz sequence into two independent suites, for analysis convenience. First suite ω is for numbers: ωn + 1 = 3 ωn + 1 Second suite η is for numbers: ηn + 1 = ηn / 2 Resolution for numbers from 2 to 11 resolution graph First, let’s proceed ...
[Read more...]
1 4 5 6 7 8 15

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)