R News from another blog for R community

R wins COPSS Award!

Hadley Wickham from RStudio has won the 2019 COPSS Award, which expresses a rather radical switch from the traditional recipient of this award in that this recognises his many contributions...continue reading.

Announcing pdqr

Prologue I have been working on ‘pdqr’ package for quite some time now. Initially it was intended only for creating custom distribution functions (analogues of base “p”, “d”, “q”, and...continue reading.

Dash has gone full R

This is a reblog from the “Announcing Dash for R” announcement originally published July 10. Dash, the fastest growing framework for building analytic web applications on top of Python models, is...continue reading.

Grades Aren’t Normal

Grades are not Normally distributed. That’s not what’s seen naturally in grades and the idea is not supported by statistics. You can force grades to look Normally distributed, but doing...continue reading.

numpy exponential

This tutorial will explain how to use the NumPy exponential function, which syntactically is called np.exp. This is a very simple function to understand, but it confuses many people because...continue reading.