June 2019

#rstats adventures in the land of @rstudio shiny (apps)

June 13, 2019 | lortie

PreambleColleagues and I had some sweet telemetry data, we did some simple models (& some relatively more complex ones too), we drew maps, and we wrote a paper. However, I thought it would be great to also provide stakeholders with the capacity to engage with the models, data, and maps. I ... [Read more...]

Polygon plotting in R

June 13, 2019 | Rbloggers – The Analytics Lab

As a data analyst you want to provide clear cut insights for your end users, enabling them to extract all the business value provided by your solution. If your end user is data and analytical savvy then explaining results might be a piece of cake. Unfortunately not all stakeholders are ...
[Read more...]

Polygon plotting in R

June 13, 2019 | Jeanine Schoonemann

As a data analyst you want to provide clear cut insights for your end users, enabling them to extract all the business value provided by your solution. If your end user is data and analytical savvy then explaining results m... [Read more...]

R vs. Python

June 13, 2019 | matloff

For some time, I’ve planned to write up a point-by-point comparison of R and Python. I’ve done so now! Comments welcome. Advertisements [Read more...]

Equal Size kmeans

June 12, 2019 | R Views

We were recently presented with a problem where the decision maker wanted to understand how their data would naturally group together. The classic technique of k-means clustering was a natural choice; it’s well known, computationally efficient, and implemented in base R via the kmeans() function. Our problem has a ...
[Read more...]

Working with SPSS labels in R

June 12, 2019 | Martin Chan

TL;DR ???? This post provides an overview of R functions for dealing with survey data labels, particularly ones that I wish I’d known when I first started out analysing survey data in R (primarily stored in SPSS data files). Some of these functions come from surveytoolbox, a package I’...
[Read more...]

Predicting MPG for 2019 Vehicles using R

June 12, 2019 | Ian Johnson

I am going to use regression, decision trees, and the random forest algorithm to predict combined miles per gallon for all 2019 motor vehicles.  The raw data is located on the EPA government siteAfter preliminary diagnostics, exploration and cleaning I am going to start with a multiple linear regression model.The ...
[Read more...]

padr is updated

June 12, 2019 | That’s so Random

Yesterday v.0.5.0 of the padr package hit CRAN. You will find the main changes in the thicken function, that has gained two new arguments. First of all, by an idea of Adam Stone, you are now enabled to drop the original datetime variable from the data frame by using drop = ... [Read more...]

RcppArmadillo 0.9.500.2.0

June 12, 2019 | Thinking inside the box

A new RcppArmadillo release based on a new Armadillo upstream release arrived on CRAN, and will get to Debian shortly. It brings a few upstream changes, including extened interfaces to LAPACK following the recent gcc/gfortran issue. See below for more details. Armadillo is a powerful and expressive C++ template ... [Read more...]

Why I migrated from Excel to R

June 11, 2019 | Outsider Data Science

I’ve been a spreadsheet power user from the days of Visicalc for the Apple ][. I migrated to Lotus 1-2-3, to Borland Quattro and finally to Excel. With Excel, I’ve bludgeoned Visual Basic to create some pretty complicated dashboards and analytics. ...
[Read more...]

another attempt at code golf

June 11, 2019 | xi'an

I had another lazy weekend go at code golf, trying to code in the most condensed way the following task. Provided with a square matrix A of positive integers, keep iterating the steps take the highest square ????² in A. find the smallest adjacent neighbour ???? replace x² with x and n ...
[Read more...]
1 6 7 8 9 10 13

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)