2020

My thoughts on the R-HTA workshops

October 13, 2020 | R | Gianluca Baio

Last Friday on Monday, we held our online R-HTA workshop. We will discuss the feedback and agree on ways forward in the consortium Scientific Committee soon, but I thought I’d write down some personal reactions to the very interesting discussions... [Read more...]

Five Factors Across the Business Cycle

October 13, 2020 | Franklin Parker

Probably the most popular models in modern investment management are factor models. Growing out of the Capital Asset Pricing Model (CAPM), factor models were first theorized in Arbitrage Portfolio Theory and the concept was expanded and applied to risk premiums by Nobel-laureate Eugene Fama and Kenneth French (French, surprisingly, did ...
[Read more...]

Short & Sweet: {cdcfluview} 0.9.2 Is On Its Way to CRAN Mirrors

October 13, 2020 | hrbrmstr

The CDC continues to “deliver” in 2020, this time by changing the JSON response of one of the hidden APIs that my {cdcfluview} package wraps. CDC: So helpful! It was a quick fix, and version 0.9.2 passed automated CRAN checks in ~9.42 minutes! ???? the CRAN team! Plus, a special shout-out to Ian-McGovern (GH ...
[Read more...]

Surgery on ROC Plots

October 13, 2020 | jmount

This note is a little break from our model homotopy series. I have a neat example where one combines two classifiers to get a better classifier using a method I am calling “ROC surgery.” In ROC surgery we look at multiple ROC plots and decide we want to cut out […]
[Read more...]

The (Delayed) 2019 Training Review

October 13, 2020 | John McIntyre

Don’t we all miss 2019 (blame Covid for the long delay in this post). The days of going to work and seeing your work colleagues face to face - and for some of you, attending one of our on-site training courses! 2019 was a great year for us. Not only have ...
[Read more...]

Why R? 2020 Conference Summary

October 13, 2020 | Marcin Kosiński

The fourth edition of Why R? Conference (2020.whyr.pl) finished this weekend. The post presents the highlights of the conference and the overall summary. You can find all videos from the conference on youtube.com/WhyRFoundation channel. Numbers ... [Read more...]

New formatting features in the parameters package

October 12, 2020 | R on easystats

You probably already have heard of the parameters package, a light-weight package to extract, compute and explore the parameters of statistical models using R (if not, there is a related publication introducing the package’s main features). In this post, we like to introduce a new feature that facilitates nicely ... [Read more...]

Help Delphi’s COVIDcast Project fight the pandemic!

October 12, 2020 | R Views

The Delphi epidemiological forecasting group at Carnegie Mellon University is undertaking a massive effort to develop leading indicators for COVID-19 outbreaks, and if you are an R or Python developer you can help. Delphi is working with both Facebook and Google to analyze the data from daily surveys that ask ...
[Read more...]

R 4.0.3 now available

October 12, 2020 | Blog Administrator

The R Core Team has released R 4.0.3 (codename: "Bunny-Wunnies Freak Out"), the latest update to the R statistical computing system. This is a minor update to the R 4.0.x series, and so should not require any changes to existing R 4.0 scripts or packages. It is available for download for Windows, ... [Read more...]

udpipe R package updated

October 12, 2020 | Super User

An update of the udpipe R package (https://bnosac.github.io/udpipe/en) landed safely on CRAN last week. Originally the udpipe R package was put on CRAN in 2017 wrapping the UDPipe (v1.2 C++) tokeniser/lemmatiser/parts of speech tagger and dependency pa... [Read more...]

Model Homotopies in the Wild

October 12, 2020 | jmount

So are model homotopies commonly used? Yes, they are. As an example consider glmnet: Jerome Friedman, Trevor Hastie, Robert Tibshirani (2010). Regularization Paths for Generalized Linear Models via Coordinate Descent. Journal of Statistical Software, 33(1), 1-22. URL http://www.jstatsoft.org/v33/i01/. From help(glmnet): library(glmnet) x = matrix(rnorm(100 * 20), 100, 20) g2 = […]
[Read more...]
1 35 36 37 38 39 165

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)