December 2015

Regression Diagnostic Plots using R and Plotly

December 25, 2015 | Riddhiman

Plotly is a platform for making, editing, and sharing customizable and interactive graphs. Embedding Plotly graphs in a R-Markdown document is very easy. Here, we will genarate a R-Markdown document with embedded Plotly charts to visualize regression diagnostic plots similar to the ones generated by using plot() on a fitted ... [Read more...]

Data Science with R

December 24, 2015 | suresh kumar Gorakala

As R programming language becoming popular more and more among data science group, industries, researchers, companies embracing R, going forward I will be writing posts on learning Data science using R. The tutorial course will include topics on data types of R, handling data using R, probability theory, Machine Learning, ... [Read more...]

Looking forward to 2016

December 24, 2015 | Joseph Rickert

by Joseph Rickert The following map of all of the R user groups listed in Microsoft's Local R User Group Directory is good way to visualize the R world as we rocket into 2016. As a member of the useR!2016 planning committee, foremost in my mind right now is that in ... [Read more...]

simmer v3.1.1 released on CRAN

December 24, 2015 | FishyOperations

Last week the latest version of simmer was released on CRAN: v3.1.1. This version allows adding attributes to arrivals (and basing decisions on their values). Also, the rollback activity was introduced, enabling you to roll back a trajectory with n steps. In addition, a new priority param for the seize() ... [Read more...]

R sucks

December 23, 2015 | andrew

I’m doing an analysis and one of the objects I’m working on is a multidimensional array called “attitude.” I took a quick look: __ dim(attitude) [1] 30 7 Huh? It’s not supposed to be 30 x 7. Whassup? I search through my scripts for a “attitude” but all I find is the ... [Read more...]

Embedding images in R package help pages

December 23, 2015 | Andrie de Vries

by Andrie de Vries Have you noticed that most R help does not contain any images? Historically, this was for a good reason: most programming language help assumes that you use the system on a text-only system, e.g. a headless linux server. If your system has no graphical capabilities, ... [Read more...]

Shiny https: Securing Shiny Open Source with SSL

December 23, 2015 | gluc

As described in my Shiny overview post, there are different versions of Shiny server. Among other limitations, the open source flavor does not come with built-in support for https and user access control. In this post, we explain how you can nevertheless turn your Shiny Open Source server into a ...
[Read more...]

6 Machine Learning Visualizations made in Python and R

December 22, 2015 | modern.data

These 6 visualizations were created in Plotly between 2014 and 2016 and are in some way related to machine learning. They were created using Plotly’s free and open-source graphing libraries for Python and R. 1. machine learning classifier comparison Made in Python by Étienne Tétreault-Pinard View the interactive version 2. COUNRIES WHERE AI ... [Read more...]

Fraud Detection with R and Azure

December 22, 2015 | David Smith

Detecting fraudulent transactions is a key applucation of statistical modeling, especially in an age of online transactions. R of course has many functions and packages suited to this purpose, including binary classification techniques such as logistic regression. If you'd like to implement a fraud-detection application, the Cortana Analytics gallery features ... [Read more...]
1 2 3 4 5 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)