March 2021

New Version of the Package “Vecsets” is on CRAN

March 15, 2021 | Carl Witthoft

  The base “sets” tools follow the algebraic definition that each element of a set must be unique. Since it’s often helpful to compare all elements of two vectors, this toolset treats every element as unique for counting purposes. For ease of use, all functions in vecsets have an argument ... [Read more...]

Age Bias Plots Using ggplot

March 14, 2021 | fishR Blog

Guest Post Note Please note that this is a guest post to fishR by Michael Lant, who at the time of this writing is a Senior at Northland College. Thanks, Michael, for the contribution to fishR.   Introduction My objective is to demonstrate ... [Read more...]

Estimating pi using the method of moments

March 14, 2021 | kjytay

Happy Pi Day! I don’t encounter very much in my area of statistics, so this post might seem a little forced… In this post, I’m going to show one way to estimate . The starting point is the integral identity … Continue reading →
[Read more...]

Running pace calculator in R Shiny

March 14, 2021 | R on Stats and R

Introduction Running pace calculator How to use it? Code Introduction If you are a runner yourself, you are certainly aware of how important preparation is before a race. For the preparation of my first marathon, I used to rely on a training p...
[Read more...]

Code Review Checklist R Code Edition Top 3

March 13, 2021 | Onno

Great code review is one of the most underrated skills a Data Scientist can have. In this blog I will share my top 3 code review checklist, specifically for R Code. In our data science team we regularly do code review to make sure it is up to the standard it ...
[Read more...]

RSQLite concurrency issues — solution included

March 12, 2021 | Posts on R-hub blog

SQLite is a great, full featured SQL database engine. Most likely it is used more than all other database engines combined. The RSQLite R package embeds SQLite, and lets you query and manipulate SQLite databases from R. It is used in Bioconductor data packages, many deployed Shiny apps, and several ... [Read more...]

Default knitr options and hooks

March 12, 2021 | The Jumping Rivers Blog

This is part four of our four part series Part 1: Specifying the correct figure dimension in {knitr}. Part 2: What image format should you use for graphics. Part 3: Including external graphics in your document Part 4: Setting default {knitr} options (this post). As with many aspects of programming, when you are working ...
[Read more...]
1 5 6 7 8 9 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)