المشاركات

Using flexdashboard to create a GitHub Actions-powered YouTube feed

صورة
Utagawa Yoshikazu, Early Foreign Photographer in Yokohama R-Ladies organizes a multitude of inspiring and exciting Meetups worldwide. However, due to work, time zones, or other commitments, I can’t attend them all. Fortunately, since the pand... Continue reading: Using flexdashboard to create a GitHub Actions-powered YouTube feed http://dlvr.it/St1J68

Quantum Entanglement

صورة
Cover photo by inkoly ref. 1185114379 on iStock Go to R-bloggers for R news and tutorials contributed by hundreds of R bloggers. This is the second article of the Quantum Computing simulation with R series. Introduction Welcome back to our quantum jour... Continue reading: Quantum Entanglement http://dlvr.it/SszLmj

Log transforms, geometric means and estimating population totals by @ellis2013nz

صورة
Motivation I usually talk about statistical inference as having one of three purposes: estimating some finite and defined population parameter, like the mean income of mechanical apprentices in 1890s London or the number of 5-9 year olds living in... Continue reading: Log transforms, geometric means and estimating population totals by @ellis2013nz http://dlvr.it/SszLXv

Mr. Mastodon Farm: analysing a mastodon ActivityPub outbox.json file

صورة
I migrated my personal Mastodon account from mastodon.social to biologists.social recently. If you’d like to do the same, I found this guide very useful. Note that, once you move, all your previous posts are left behind on the old instance. Before I migrated, I downloaded all of ... Continue reading: Mr. Mastodon Farm: analysing a mastodon ActivityPub outbox.json file http://dlvr.it/SsxKwl

The Old Faithful Geyser Data shiny app with webR, Bootstrap & ExpressJS

This post is the second one of a series of post about webR: Using webR in an Express JS REST API The Old Faithful Geyser Data shiny app with webR, Bootstrap & ExpressJS Note: the first post of this series explaining roughly what webR is,... Continue reading: The Old Faithful Geyser Data shiny app with webR, Bootstrap & ExpressJS http://dlvr.it/SsvMjc

Adding social media icons to charts with {ggplot2}

صورة
When I’ve created data visualisations with {ggplot2} recently, I’ve been adding icons with my social media details in the caption. It’s a great, concise way to put your name on your work, and make it easy for people to find your profi... Continue reading: Adding social media icons to charts with {ggplot2} http://dlvr.it/SsrkrQ

Reducing my for loop usage with purrr::reduce()

I (only! but luckily!) recently got introduced to the magic of purrr::reduce(). Thank you, Tobias! I was told about it right as I was unhappily using many for loops in a package1, for lack of a better idea. In this post I’ll explain how purrr::re... Continue reading: Reducing my for loop usage with purrr::reduce() http://dlvr.it/SsnvJH