2020

Cross National Death Rates

December 18, 2020 | R on kieranhealy.org

Data from the Short Term Morality Fluctuations dataset compiled by the Human Mortality Database continues to be very interesting. When thinking about how to interpret the 2020 data in a cross-national and longitudinal context, it’s clear that the... [Read more...]

Insurance Pricing Game

December 18, 2020 | arthur charpentier

Would you like to put your data science skills to the test? Imperial College London, Universite du Quebec à Montreal (UQAM), and actuarial institutes in Singapore, the UK, including the IFoA, and Australia, ASTIN, the Casualty Actuarial Society are co-organising a global data science competition. Would you like to accurately predict ...
[Read more...]

Workshop on reproducible science

December 17, 2020 | R | Olivier Gimenez

Workshop to come on reproducible science in our lab. ?‍??♻️ Planning a 1-day workshop on reproducible science for our lab @cefemontpellier. We'll use R and RStudio, Git, GitHub, R Markdown, tidyverse and sf ?Material here https://t.co/QApKQsl1FU #rstats #ReproducibleScience @twitthair1 pix by @scriberian pic.twitter.com/LFBwZmelit— Olivier ... [Read more...]

how many Friday 13th?

December 17, 2020 | xi'an

A short Riddler’s riddle on the maximum number of Fridays 13th over a calendar year, of which I found 9 by a dumb exploration : bi=c(1:31,1:29,1:31,1:30,1:31,1:30,1:31,1:31,1:30,1:31,1:30,1:31) oy=bi[-60] for(j in 0:(length(cy
[Read more...]

Estimating COVID-19 Trends using GAMLSS

December 17, 2020 | R Consortium

Originally published in the TIBCO Community Blog, by Adam Faskowitz R0, the basic reproduction number, and Rt, the time-varying reproduction number, are quantities used when trying to understand the reproduction... The post Estimating COVID-19 Trends using GAMLSS appeared first on R Consortium.
[Read more...]

tinytest 1.2.4 is on CRAN

December 17, 2020 | mark

Version 1.2.4 of tinytest arrived on CRAN at 17 December 2020. This release has a couple of new features. You can specify the library location in test_package with lib.loc. New function expect_inherits() to check the class of an object - … Continue reading → [Read more...]

Azure Functions with R and plumber

December 17, 2020 | David Smith

Azure Functions is a cloud service that allows you to deploy “serverless” microservices that are triggered by events (timers, HTTP POST events, etc) and automatically scale to serve demand while minimizing latency. The service natively supports functions written in C#, Java, JavaScript, PowerShell, Python and TypeScript, and now supports other ...
[Read more...]

5 Signs It’s Time To Refactor Your Shiny Dashboard

December 17, 2020 | Marcin Dubel

Everybody loves a good dashboard. They are the best way to visualize data and provide insights. As the requirements get longer and time frames get shorter, dashboards can quickly become a nightmare to maintain. That’s where refactoring comes into play. Are you developing dashboards in Python and Dash? Here’...
[Read more...]
1 4 5 6 7 8 164

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)