January 2019

JSON Payload for POST Request

January 9, 2019 | R on datawookie

Starting with JSON body because this is the way that most API documentation will give you the payload examples. body = '{ "filters": { "keywords": ["money","government"], "award_type_codes": [ "A", "B", "C", "D" ] }, "fields": [ "Award ID", "Mod", "Recipient Name", "Action Date", "Transaction Amount", "Awarding Agency", "Awarding Sub Agency", "Award Type" ], "page": 1, "... [Read more...]

Six Sigma DMAIC Series in R – Part 5

January 9, 2019 | Kamal Kumar

CategoriesBasic Statistics Tags Best R Packages Data Visualisation Prediction R Programming Hope you liked the Part 1, Part 2, Part 3, and Part 4 of this series. In this Part 5, we are going to discuss tools used during the Control phase of Six Sigma DMAIC cycle. The aim of the control phase is to ...
[Read more...]

A New Way to Handle Multivariate Outliers

January 9, 2019 | R on Will Hipson

Psychologists often have a standoffish attitude toward outliers. Developmental psychologists, in particular, seem uncomfortable with removing cases because of the challenges inherent in obtaining data in the first place. However, the process of identifying and (sometimes) removing outliers is not a witch hunt to cleanse datasets of “weird” cases; rather, ...
[Read more...]

A Look Back on 2018: Part 1

January 9, 2019 | R Views

Welcome to Reproducible Finance 2019! It’s a new year, a new beginning, the Earth has completed one more trip around the sun, and that means it’s time to look back on the previous January to December cycle. Today and next time, we’ll explore the returns and volatilities of ...
[Read more...]

baRcodeR 0.1.2 release – new linear barcodes

January 9, 2019 | R on YIHAN WU

baRcodeR 0.1.2 is released on CRAN today! Download and install by
install.packages("baRcodeR")
Example linear barcode The major feature of this release is the ability to print linear (a.k.a normal) barcodes through specifying type = "linear" in create_PDF() rather than type = "matrix" which prints the usual QR code. The github ...
[Read more...]

Updated Review: jamovi User Interface to R

January 9, 2019 | Bob Muenchen

Last February I reviewed the jamovi menu-based front end to R.  I’ve reviewed five more user interfaces since then, and have developed a more comprehensive template to make it easier to compare them all. Now I’m cycling back to jamovi, … Continue reading →
[Read more...]

Animating Data Transformations: Part II

January 9, 2019 | Eric Hare

In our previous series on Animating Data Transformations, we showed you how to use gganimate to construct an animation which illustrates the process of going between tall and wide representations of data. Today, we will show the same procedure for constructing an animation of the unnest() function. The unnest() function ...
[Read more...]

A deep dive into glmnet: offset

January 9, 2019 | kjytay

I’m writing a series of posts on various function options of the glmnet function (from the package of the same name), hoping to give more detail and insight beyond R’s documentation. In this post, we will look at the offset … Continue reading →
[Read more...]

Analysis of Connecticut Tax Load by Income Bracket

January 8, 2019 | R on Redwall Analytics

Introduction This brief study finds that Connecticut residents pay $62-63 billion annually in total taxes (including: Federal, State, Municipal Real Estate, Sales, FICA, Medicare) on adjusted gross income of $165-167 billion (an effective tax rate of 37-38%). Some taxes, such as FICA and Medicare, might be considered forms of savings ...
[Read more...]

East-West Divide

January 8, 2019 | R | Quantum Jitter

theme_set(theme_bw())

cols <- wes_palette(8, name = "FantasticFox1", type = "continuous")
When tensions heightened at the United Nations early in 2019, I wondered whether we had drawn closer, or farther apart, over the decades since the body was established in 1945. I’ll see if I can garner a clue by performing cluster analysis on the General Assembly voting of five of ...
[Read more...]

Making a one pager

January 8, 2019 | Analysis of AFL

Why might having a one pager be handy. You might be really into fantasy sports so want to keep information like points given up by position handy. Lets say you are playing a mate in your favourite fantasy league, having information like points given ... [Read more...]
1 8 9 10 11 12 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)