June 2020

Complex Normal Samples In R

June 20, 2020 | Chris Carbone

Normal Samples If we want 10 samples from a Gaussian or normal random process with variance 4 can use rnorm(10,sd=2). Remember the standard deviation (sd) is the square root of the variance. set.seed(2)x [Read more...]

Twenty20 Win Probability Added

June 20, 2020 | Part Time Analyst

Hello readers, welcome to today’s blog. I am going to implement a win probability added model for twenty 20 cricket. Now this is nothing new a quick google and there are many sources for it. Cricviz is possibly the most famous version which you may have seen on the app. ...
[Read more...]

Select columns from a data frame

June 19, 2020 | Quantargo Blog

To select only a specific set of interesting data frame columns dplyr offers the select() function to extract columns by names, indices and ranges. You can even rename extracted columns with select(). Learn to use the select() function Select columns...
[Read more...]

Visualising the COVID-19 Pandemic

June 19, 2020 | Fabian Dablander

This blog post first appeared on the Science versus Corona blog. It introduces this Shiny app. The novel coronavirus has a firm grip on nearly all countries across the world, and there is large heterogeneity in how countries have responded to the thre... [Read more...]

Visualising the COVID-19 Pandemic

June 19, 2020 | Fabian Dablander

This blog post first appeared on the Science versus Corona blog. It introduces this Shiny app. The novel coronavirus has a firm grip on nearly all countries across the world, and there is large heterogeneity in how countries have responded to the thre... [Read more...]

tinytest 1.2.2 is on CRAN

June 18, 2020 | mark

The tinytest package was accepted on CRAN at 18 june. This release improves the build_install_test() function with two extra arguments that were previously missing, as reported by Patrick Breheny. Meanwhile, usage of the package continues to grow steadily. At time … Continue reading →
[Read more...]

Critique of “Projecting the transmission dynamics of SARS-CoV-2 through the postpandemic period” — Part 2: Proxies for incidence of coronaviruses

June 17, 2020 | Radford Neal

This is the second in a series of posts (previous post: Part 1) in which I look at the following paper: Kissler, Tedijanto, Goldstein, Grad, and Lipsitch, Projecting the transmission dynamics of SARS-CoV-2 through the postpandemic period, Science, vol. 368, pp. 860-868, 22 May 2020 (released online 14 April 2020).  The paper is also available here, ...
[Read more...]

R Can Pull the Fire Alarm!

June 17, 2020 | R Views

Brian Law is a customer success representative at RStudio and a new R Views contributor. Jason Rich manages all US Data Engineering for PRA Group and studies computer science at Old Dominion University There are times when it would be really nice to get an email from R. Maybe you ...
[Read more...]

Fooled By Randomness

June 16, 2020 | Rory Winston

I recently read the great book Fooled By Randomness by Nicholas Nassim Taleb. There is a nice illustrative example in there on the scaling property of distributions across different time scales. The example is formulated as the hypothetical example of a dentist who has set up a home trading environment ... [Read more...]

Hello hordes!

June 16, 2020 | Colin Fay

Introducing hordes, a module that makes R available from NodeJS. About General philosophy The general idea of hordes is that NodeJS is the perfect tool when it comes to HTTP i/o, hence we can leverage the strength of this ecosystem to build Web Serv... [Read more...]
1 3 4 5 6 7 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)