October 2019

Loading packages efficiently

October 11, 2019 | kaijagahm

Problem Especially in a project with many different scripts, it can be challenging to keep track of all the packages you need to load. It’s also easy to lose track of whether or not you’ve incorporated package loading into the script itself until you switch to a new ...
[Read more...]

Help support GetDFPData

October 11, 2019 | R on msperlin

The shiny version of GetDFPData is currently hosted in a private server at DigitalOcean. A problem with the basic (5 USD) server I was using is with the low amount of available memory (RAM and HD). With that, I had to limit all xlsx queries for the ... [Read more...]

if ifelse() had more if’s

October 11, 2019 | kaijagahm

Problem The ifelse() function only allows for one “if” statement, two cases. You could add nested “if” statements, but that’s just a pain, especially if the 3+ conditions you want to use are all on the same level, conceptually. Is there a way to specify multiple conditions at the same ...
[Read more...]

issuer: Local issue tracking, no net required

October 10, 2019 | William Doane

The goal of issuer is to provide a simple issue tracker, hosted on your local file system, for those users who don’t want to or are disallowed from using cloud-based code repositories. Online code repositories often provide an issue tracker to allow developers, reviewers, and users to report bugs, ... [Read more...]

Stata to R cheatsheet for Econometrics

October 10, 2019 | R Bloggers on

Within the field, Stata is the dominant software package for economists. I suspect a large portion of universities, like mine, still do alot of their teaching using it, and given its outsized influence, it’s probably still important to know how to us...
[Read more...]

Gosset part 2: small sample statistics

October 10, 2019 | Roel M. Hogervorst

Simulation was the key to to achieve world beer dominance. ‘Scientific’ Brewing at scale in the early 1900s Beer bottles cheers This post is an explainer about the small sample experiments performed by William S. Gosset. This post contains some R code that simulates his simulations1 and the resulting determination ...
[Read more...]

How to test the integrity of your clusters?

October 10, 2019 | Nagdev

Machine learning (ML) and AI has become the new buzz word in town. With that being said, there is a lot of demand for data scientists and machine learning engineers across various industries including IT, telecom, automotive, manufacturing and many more. Today, there are hundreds to thousands of machine learning ...
[Read more...]

Back in the GSSR

October 10, 2019 | R on kieranhealy.org

The General Social Survey, or GSS, is one of the cornerstones of American social science and one of the most-analyzed datasets in Sociology. It is routinely used in research, in teaching, and as a reference point in discussions about changes in American society since the early 1970s. It is also ... [Read more...]

microbenchmark_1.4-7 on CRAN

October 10, 2019 | R on FOSS Trading

I pushed an updated microbenchmark to CRAN a couple weeks ago. There were two noteworthy changes, thanks to great contributions from @MichaelChirico and @harvey131. Michael fixed a bug in the check for whether the unit argument was a character string (... [Read more...]

microbenchmark_1.4-7 on CRAN

October 10, 2019 | Joshua Ulrich

I pushed an updated microbenchmark to CRAN a couple weeks ago. There were two noteworthy changes, thanks to great contributions from @MichaelChirico and @harvey131.Michael fixed a bug in the check for whether the unit argument was a character string (#9, #10). The prior behavior was an uninformative error.Harvey added a ... [Read more...]

Support Vector Machines with the mlr package

October 10, 2019 | hefinioanrhys

What is the support vector machine (SVM) algorithm? Imagine you would like to predict whether your boss will be in a good mood or not (a very important machine learning application). Over a couple of weeks, you record the number of hours you spend playing games at your desk and ...
[Read more...]
1 6 7 8 9 10 12

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)