15 Types of Regression you should know
(This article was first published on ListenData, and kindly contributed to R-bloggers)Regression techniques are one of the most popular statistical techniques used for predictive modeling and data...
View ArticleR package for M4 Forecasting Competition
(This article was first published on R on Rob J Hyndman, and kindly contributed to R-bloggers)The M4 forecasting competition is well under-way, and a few of my PhD students have been working on...
View ArticleDALEX: which variables are really important? Ask your black box model!
(This article was first published on SmarterPoland.pl » English, and kindly contributed to R-bloggers)Third post from the short series about black-box explainers implemented in the DALEX package. Learn...
View ArticleGuide to tidy git analysis
(This article was first published on blogR, and kindly contributed to R-bloggers)@drsimonj here to help you embark on git repo analyses!Ever wondered who contributes to git repos? How their...
View ArticleRegistration Open: Causal Inference and Big Data Summer Institute at UPenn
(This article was first published on R – Stable Markets, and kindly contributed to R-bloggers)https://twitter.com/PennCausal/status/977329657610584064 I wanted to share the news that registration is...
View ArticleAnova-Freak and Bayesian Hipster #rstats
(This article was first published on R – Strenge Jacke!, and kindly contributed to R-bloggers)I’m pleased to announce an update of my sjstats-package. New features are specifically implemented for the...
View ArticleQuantide and MilanoR: a year-long experience
(This article was first published on R blog | Quantide - R training & consulting, and kindly contributed to R-bloggers)Hello, R-Users!We left another year behind, and what a year! We had so many...
View ArticleR Tip: Use let() to Re-Map Names
(This article was first published on R – Win-Vector Blog, and kindly contributed to R-bloggers)Another Rtip. Need to replace a name in some R code or make R code re-usable? Use wrapr::let().Here is an...
View Articlereticulate: R interface to Python
(This article was first published on RStudio Blog, and kindly contributed to R-bloggers)We are pleased to announce the reticulate package, a comprehensive set of tools for interoperability between...
View ArticleInsurance Data Science 2018
(This article was first published on R on mages' blog, and kindly contributed to R-bloggers)The abstract submission deadline for the Insurance Data Science conference at Cass Business School on 16 July...
View ArticleSteps to Perform Survival Analysis in R
(This article was first published on R-posts.com, and kindly contributed to R-bloggers)Another way of analysis?When there are so many tools and techniques of prediction modelling, why do we have...
View Article7 Jobs for R users from around the world (2018-03-27)
To post your R job on the next postJust visit this link and post a new R job to the R community.You can post a job for free (and there are also “featured job” options available for extra...
View ArticleDoOR – The Database of Odorant Responses
(This article was first published on rOpenSci - open tools for open science, and kindly contributed to R-bloggers)Olfactory CodingDetecting volatile chemicals and encoding these into neuronal activity...
View ArticleRun Python from R
(This article was first published on ListenData, and kindly contributed to R-bloggers)This article explains how to call or run python from R. Both the tools have its own advantages and disadvantages....
View Articlea null hypothesis with a 99% probability to be true…
(This article was first published on R – Xi'an's Og, and kindly contributed to R-bloggers)When checking the Python t distribution random generator, np.random.standard_t(), I came upon this manual page,...
View ArticleGenerate image captions with the Computer Vision API
(This article was first published on Revolutions, and kindly contributed to R-bloggers)The Azure Computer Vision API can extract all sorts of interesting information from images — tags describing...
View ArticleWhich world leaders are twitter bots?
(This article was first published on R on The Jumping Rivers Blog, and kindly contributed to R-bloggers)Set-upGetting the tweetsAre world leaders actually bots?Set-upGiven that I do quite like twitter,...
View ArticleUsing R to ‘drive’ MS Excel – 3/27/2018
(This article was first published on Chuck Powell, and kindly contributed to R-bloggers)I have until recently made it a habit to draw a clear distinction about using R for data analysis and Microsoft...
View ArticleJoin MünsteR for our next meetup on deep learning with Keras and R
(This article was first published on Shirin's playgRound, and kindly contributed to R-bloggers)In our next MünsteR R-user group meetup on Tuesday, April 17th, 2018 Kai Lichtenberg will talk about deep...
View ArticleDiscriminant Analysis: Statistics All The Way
(This article was first published on R-posts.com, and kindly contributed to R-bloggers)Discriminant analysis is used when the variable to be predicted is categorical in nature. This analysis requires...
View Article