December 2016

Correlation Primer with Aster and R

December 20, 2016 | Gregory Kanevsky

Calculating correlations is often starting point before more advanced analytical steps take place. Big data (long data) always presents computational challenges of both scale and distributed nature. In turn they may get aggravated by the presence of large number of features (wide data). But challenges do not stop here as ... [Read more...]

Interactive decision trees with Microsoft R

December 20, 2016 | David Smith

Even though ensembles of trees (random forests and the like) generally have better predictive power and robustness, fitting a single decision tree to data can often be very useful for: understanding the important variables in a data set exploring unusual subsegments of the data (and the explanatory variables that define ... [Read more...]

Web Scraping Exercises

December 20, 2016 | Maria Elisa Bertinat Tulipano

[For this exercise, before proceeding, first read the rvest package help and the selectorgadget help.] Answers to the exercises are available here. Exercise 1 Consider the url ‘http://statbel.fgov.be/en/statistics/figures/economy/indicators/prix_prod_con/’ Extract all the information load on table ‘Third Quarter 2016’. Exercise 2 Consider the ... [Read more...]

sergeant : An R Boot Camp for Apache Drill

December 20, 2016 | hrbrmstr

I recently mentioned that I’ve been working on a development version of an Apache Drill R package called sergeant. Here’s a lifted “TLDR” on Drill: Drill supports a variety of NoSQL databases and file systems, including HBase, MongoDB, MapR-DB, HDFS, MapR-FS, Amazon S3, Azure Blob Storage, Google Cloud ... [Read more...]

Shiny App for MBA Interviews

December 20, 2016 | En El Margen - R-English

A couple of weeks ago I attended some interviews as part of my process for admission into an MBA program. While most candidates would pore over the possible questions and then try to teach them to a third party to help them with a mock interview, I decided to expedite ... [Read more...]

Shiny App for MBA Interviews

December 19, 2016 | En El Margen - R-English

A couple of weeks ago I attended some interviews as part of my process for admission into an MBA program. While most candidates would pore over the possible questions and then try to teach them to a third party to help them with a mock interview, I decided to expedite ... [Read more...]

Mixed Integer Programming in R with the ompr package

December 19, 2016 | David Smith

Numerical optimization is an important tool in the data scientist's toolbox. Many classical statistical problems boil down to finding the highest (or lowest) point on a multi-dimensional surface: the base R function optim provides many techniques for solving such maximum likelihood problems. Counterintuitively, numerical optimizations are easiest (though rarely actually ... [Read more...]

A Simple Example of Using replyr::gapply

December 19, 2016 | Nina Zumel

It’s a common situation to have data from multiple processes in a “long” data format, for example a table with columns measurement and process_that_produced_measurement. It’s also natural to split that data apart to analyze or transform it, per-process — and then to bring the results of ...
[Read more...]

ShinyProxy 0.8.0

December 19, 2016 | Open Analytics

In our last blog post we mentioned the need people felt to integrate Shiny apps in content management systems like Drupal. Release 0.7.8 added one extra feature in this respect so people could also include ShinyProxy hosted Shiny apps in external iframes. It also kicked-off our effort to support service scalability ... [Read more...]

ShinyProxy 0.8.0

December 19, 2016 | tobias

Monday 19 December 2016 - 08:16 ShinyProxy is a novel, open source platform to deploy Shiny apps for the enterprise or larger organizations. In our last blog post we mentioned the need people felt to integrate Shiny apps in content management systems like Drupal. Release 0.7.8 added one extra feature in this respect so ... [Read more...]

Package update: longurl 0.3.0 is hitting CRAN mirrors

December 18, 2016 | hrbrmstr

The longurl package has been updated to version 0.3.0 as a result of a bug report noting that the URL expansion API it was using went pay-for-use. Since this was the second time a short URL expansion service either went belly-up or had breaking changes the package is now completely client-side-based ...
[Read more...]

Building Shiny App exercises part 2

December 18, 2016 | Euthymios Kasvikis

ADD CONTROL WIDGETS In the second part of our series you will see how to add control widgets in your Shiny app. Widget is a web element that your users can interact with. The widgets provided by Shiny are: FUNCTIONS actionButton: Action Button checkboxGroupInput: A group of check boxes checkboxInput: ... [Read more...]

RcppArmadillo 0.7.600.1.0

December 18, 2016 | Thinking inside the box

Earlier this week, Conrad released Armadillo 7.600.1. The corresponding RcppArmadillo release 0.7.600.1.0 is now on CRAN and in Debian. This follows several of rounds testing at our end with a full reverse-dependency of a pre-release version followe... [Read more...]

R graphs and tables in Power BI Desktop

December 18, 2016 | tomaztsql

Power BI Desktop enable users to use R script visual for adding custom visualization generated with R language – regardless of R package used. Before using R script visual, you will need to enable it by setting path to R Engine on your client in the global options. Once this is ...
[Read more...]
1 4 5 6 7 8 18

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)