smoothScatter with ggplot2
(This article was first published on INWT-Blog-RBloggers, and kindly contributed to R-bloggers)The motivation for this plot is the function: graphics::smoothScatter, basically a plot of a two...
View Articlea one-chance meeting [puzzle]
This afternoon, I took a quick look at the current Riddler puzzle, which sums up as, given three points A, B, C, arbitrarily moving on a plane with a one-shot view of their respective locations, find a...
View ArticleJC and the Vignettes
(This article was first published on R – Irregularly Scheduled Programming, and kindly contributed to R-bloggers)If that’s not a great 1960’s band name then I don’t know what is (hint: I don’t know...
View ArticleMy Proposal to the R Consortium
(This article was first published on R – AriLamstein.com, and kindly contributed to R-bloggers)I recently submitted a Proposal to the R Consortium. I decided to share this proposal on my blog for two...
View ArticleIntegrating data from weathercan
(This article was first published on rOpenSci - open tools for open science, and kindly contributed to R-bloggers)I love working with R and have been sharing the love with my friends and colleagues for...
View ArticleTao of Tidygraph
(This article was first published on QuestionFlow , and kindly contributed to R-bloggers) Analysis of one interesting alliance graph within tidy network analysis framework.PrologueQuite some time ago I...
View ArticleR Tip: Use vector(mode = “list”) to Pre-Allocate Lists
(This article was first published on R – Win-Vector Blog, and kindly contributed to R-bloggers)Another Rtip. Use vector(mode = "list") to pre-allocate lists.result <- vector(mode = "list", 3)...
View ArticleChoosing Priors: Double-Yolk Bayesian Egg
(This article was first published on Revolutions, and kindly contributed to R-bloggers)by Subhadeep (Deep) Mukhopadhyay and Douglas Fletcher, Department of Statistical Science, Temple University...
View ArticleAnother reason to be careful about what you control for
(This article was first published on ouR data generation, and kindly contributed to R-bloggers)Modeling data without any underlying causal theory can sometimes lead you down the wrong path,...
View ArticleIs it time to ditch the Comparison of Means (T) Test?
For over a century, academics have been teaching the Student’s T-test and practitioners have been running it to determine if the mean values of a variable for two groups were statistically different....
View ArticleHandling Semantic Version Strings Like a Boss with the semver Package
(This article was first published on R – rud.is, and kindly contributed to R-bloggers)I work with internet-scale data and do my fair share of macro-analyses on vulnerabilities. I use the R semver...
View ArticleUnderstanding rolling calculations in R
(This article was first published on R on Locke Data Blog, and kindly contributed to R-bloggers)In R, we often need to get values or perform calculations from information not on the same row. We need...
View ArticlePlatform Deprecation Strategy
(This article was first published on RStudio Blog, and kindly contributed to R-bloggers)In an effort to streamline product development, maintenance, and support to ensure the best experience for our...
View ArticleStanCon in Helsinki [29-31 Aug 2018]
(This article was first published on R – Xi'an's Og, and kindly contributed to R-bloggers)As emailed to me by Aki Vehtari, the next StanCon will take place this summer in the wonderful city of...
View ArticleR data concepts, for Excel users
(This article was first published on Revolutions, and kindly contributed to R-bloggers)Excel users starting to use R likely have some established concepts about data: where it's stored, how functions...
View Articleuniform on the sphere [or not]
(This article was first published on R – Xi'an's Og, and kindly contributed to R-bloggers)While looking at X validated questions, I came upon this comment that simulating a uniform distribution on a...
View Articleblogdown archetype (template)
(This article was first published on Fellgernon Bit - rstats, and kindly contributed to R-bloggers)In a recent blog post I wrote about having a template for blogdown posts. I wanted to know if it was...
View ArticleShiny slider examples with the intrval R package
(This article was first published on Peter Solymos - R related posts, and kindly contributed to R-bloggers)The intrval R package is lightweight (~11K), standalone (apart from importing from graphics,...
View ArticleSome Tools for Writing Shiny Apps
(This article was first published on Economics and R - R posts, and kindly contributed to R-bloggers)Recently, I have written and hosted several multi-user Shiny apps. One example, is Taddle that runs...
View Article10 reasons why you should submit an abstract for EARL
(This article was first published on Mango Solutions, and kindly contributed to R-bloggers)Getting out of the office and making time to share our R stories and ideas can often slip down our to-do lists...
View Article