November 2018

Those “other” apply functions…

November 13, 2018 | Andrew Treadway

So you know lapply, sapply, and apply…but…what about rapply, vapply, or eapply? These are generally a little less known as far as the apply family of functions in R go, so this post will explore how they work. rapply Let’s start with rapply. This function has a ...
[Read more...]

A deep dive into glmnet: penalty.factor

November 13, 2018 | kjytay

The glmnet function (from the package of the same name) is probably the most used function for fitting the elastic net model in R. (It also fits the lasso and ridge regression, since they are special cases of elastic net.) … Continue reading →
[Read more...]

Installing RStudio & Shiny Servers

November 12, 2018 | R | datawookie

I did a remote install of Ubuntu Server today. This was somewhat novel because it’s the first time that I have not had physical access to the machine I was installing on. The server install went very smoothly indeed. The next tasks were to install RStudio Server and Shiny ... [Read more...]

Installing RStudio & Shiny Servers

November 12, 2018 | R on datawookie

I did a remote install of Ubuntu Server today. This was somewhat novel because it’s the first time that I have not had physical access to the machine I was installing on. The server install went very smoothly indeed. The next tasks were to install RStudio Server and Shiny ... [Read more...]

Radar plots

November 12, 2018 | R on datascienceblog.net: R for Data Science

Radar plots visualize several variables using a radial layout. This plot is most suitable for visualizing and comparing the properties associated with individual objects. In the following, we will use a radar plot for comparing the characteristics of whiskeys from different distilleries. A data set on whiskey Some of you ...
[Read more...]

Time Series and MCHT

November 12, 2018 | ntguardian

Introduction Over the past few weeks I’ve published articles about my new package, MCHT, starting with an introduction, a further technical discussion, demonstrating maximized Monte Carlo (MMC) hypothesis testing, bootstrap hypothesis testing, and last week I showed how to handle multi-sample and multivariate data. This is the final article ...
[Read more...]

How to de-Bias Standard Deviation Estimates

November 12, 2018 | John Mount

This note is about attempting to remove the bias brought in by using sample standard deviation estimates to estimate an unknown true standard deviation of a population. We establish there is a bias, concentrate on why it is not important to remove it for reasonable sized samples, and (despite that) ...
[Read more...]
1 7 8 9 10 11 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)