August 2016

R/simecol Simulation Model for the Battle of Iwo Jima

August 8, 2016 | José Romero

It was about 71 years ago today that the Second World War on the Asian front ended. After the tragic Little Boy and Fat Man detonations over Hiroshima and Nagasaki on the 6th and 9th of August 1945, respectively, the Japanese surrendered in August 14th.When I taught the Simulation and Modeling ...
[Read more...]

Gummy Worms

August 8, 2016 | aschinchon

Just keep swimming (Dory in Finding Nemo) Inspired by this post, I decided to create gummy worms like this: Or these: When I was young I used to eat them. Do you want to try? This is the code:
[Read more...]

Data Transformations

August 8, 2016 | Ashish

A number of reasons can be attributed to when a predictive model crumples such as: Inadequate data pre-processing Inadequate model validation Unjustified extrapolation Over-fitting (Kuhn, 2013) Before we dive into data preprocessing, let me quickly define a few terms that I will be commonly using. Predictor/Independent/Attributes/Descriptors – are the ... [Read more...]

Output Text To Console

August 8, 2016 | Rimi

There are various ways to output text in RStudio.   Without New Line: cat("#9....") cat("times") Output: #9....times With New Line: print("Happy Birthday") print("dearie") Output: Happy Birthday dearie If you want to add any more methods to the list, please leave a comment below. [Read more...]

Data Splitting

August 7, 2016 | Ashish

A few common steps in data model building are; Pre-processing the predictor data (predictor – independent variable’s) Estimating the model parameters Selecting the predictors for the model Evaluating the model performance Fine tuning the class prediction rules “One of the first decisions to make when modeling is to decide which ...
[Read more...]

seasonal 1.3: A Better Way to Seasonal Adjustment Diagnostics

August 7, 2016 | usefulr

The R package seasonal makes it easy to use X-13ARIMA-SEATS, the seasonal adjustment software by the United States Census Bureau. Thanks to the x13binary package, installing it from CRAN is now as easy as installing any other R package: install.packages("seasonal") The latest version 1.3 comes with a ... [Read more...]

littler 0.3.1

August 7, 2016 | Thinking inside the box

The second release of littler as a CRAN package is now available, following in the now more than ten-year history as a package started by Jeff in the summer of 2006, and joined by me a few weeks later. littler is the first command-line interface for R and predates Rscript. It ... [Read more...]

Elizabeth!

August 6, 2016 | MeanMean

Over the last few months I have been spending my nights taking care of my newly born second daughter. Keeping me company during the sleepless wee hours of the morning was the Reconcilable Differences Podcast. In episode 17 of this podcast, It's Devastating, there was an open question placed by John ... [Read more...]

Elizabeth!

August 6, 2016 | MeanMean

Over the last few months I have been spending my nights taking care of my newly born second daughter. Keeping me company during the sleepless wee hours of the morning was the Reconcilable Differences Podcast. In episode 17 of this podcast, It's Devastating, there was an open question placed by John ... [Read more...]

The magrittr monad

August 6, 2016 | John Mount

Monads are a formal theory of composition where programmers get to invoke some very abstract mathematics (category theory) to argue the minutia of annotating, scheduling, sequencing operations, and side effects. On the positive side the monad axioms are a guarantee that related ways of writing code are in fact substitutable ... [Read more...]

Adding Multiple Comments in R

August 6, 2016 | Rimi

We all will accept the fact that we all have required at least once in our life to comment the previously written codes. To comment a single line in RStudio, we can put “#” before each line. But when we want to comment multiple lines at one go, we can use ... [Read more...]

Yet the Worst Olympic Chart

August 5, 2016 | Daniel's Blog

Ah, the numbers! The Olympic Games are back in high style in Rio. Despite Brazil’s sluggish economy and unfulfilled promises for this Summer Olympic Games, I’d say, my expectations were met yesterday with such a beautiful opening ceremony. Let’s ... [Read more...]
1 9 10 11 12 13 14

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)