Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

March 2022

Programming with lapply

March 31, 2022 | tshafer.com

TIL that lapply accepts both functions and function names (as character vectors). From right there in the documentation (emph. mine): FUN is found by a call to match.fun and typically is specified as a function or a symbol (e.... [Read more...]

Calculate Standard Error in R

March 31, 2022 | Srinivas

The standard error (SE) of a statistic is the standard deviation of its sampling distribution or an estimate of that standard deviation. The standard error is calculated by dividing the standard deviation by the square root…
[Read more...]

What is a horizon chart?

March 30, 2022 | kjytay

A horizon chart is a compact version of an area chart. In the words of Jonathan Schwabish (Reference 1, page 164), it is … an area chart that is sliced into equal horizontal intervals and collapsed down into single bands, … Continue reading →
[Read more...]

Underrated CRAN Packages

March 30, 2022 | Mark Edney

I sit here looking for inspiration, nothing interesting to write about. Perhaps there are some popular R packages on CRAN that I don’t know about? You can explore the data on downloads from CRAN with the cranlogs package. Top CRAN downloads Wit...
[Read more...]

New R package yfR

March 30, 2022 | R | msperlin

Package BatchGetSymbols facilitates importation of Yahoo Finance data directly into R and is one of my most popular R packages, with over 100k installations since conception (around 2500 downloads per month). However, I developed BatchGetSymbols back in 2016, with many bad structural choices from my part. For years I wanted to improved ...
[Read more...]

Underrated CRAN Packages

March 30, 2022 | R on The Data Sandbox

I sit here looking for inspiration, nothing interesting to write about. Perhaps there are some popular R packages on CRAN that I don’t know about? You can explore the data on downloads from CRAN with the cranlogs package. Top CRAN downloads With the...
[Read more...]

New R package yfR

March 30, 2022 | R | msperlin

Package BatchGetSymbols facilitates importation of Yahoo Finance data directly into R and is one of my most popular R packages, with over 100k installations since conception (around 2500 downloads per month). However, I developed BatchGetSymbols back in 2016, with many bad structural choices from my part. For years I wanted to improved ... [Read more...]

How I analyze 100+ ggplots at once

March 30, 2022 | Business Science

Visualizing big data is next to impossible. As soon as I have 12 plots, that’s where my ability to use native ggplot suffers. That is until I found trelliscopejs. trelliscopejs is like ggplot2 faceting on steroids. This may seem crazy, but the benefit...
[Read more...]

RcppBDT 0.2.5: Maintenance

March 29, 2022 | Thinking inside the box

A minor maintenance release for the RcppBDT package is now on CRAN. The RcppBDT package is an early adopter of Rcpp and was one of the first packages utilizing Boost and its Date_Time library. The now more widely-used package anytime is a direct desc... [Read more...]

R Shiny in Life Sciences – Top 7 Dashboard Examples

March 29, 2022 | Dario Radečić

Today we bring you 7 dashboard examples of R Shiny in life sciences. R Shiny is one of the easiest ways for developers to make production-ready dashboards when speed and functionality are crucial. Shiny is approachable with a lot of documentation available, and because of this, a lot of developers/researchers ...
[Read more...]

Recreating the Storytelling with Data look with ggplot

March 28, 2022 | Albert Rapp

So, I found a great video from Storytelling with Data (SWD). In this video, a data storyteller demonstrates how a dataviz that does not demonstrate a clear story can be improved. Let’s take a look at the dataviz but, first, here’s the data.
<span class="lnt"> 1
</span><span class="lnt"> 2
</span><span class="lnt"> 3
</span><span class="lnt"> 4
</span><span class="lnt"> 5
</span><span class="lnt"> 6
</span><span class="lnt"> 7
</span><span class="lnt"> 8
</span><span class="lnt"> 9
</span><span class="lnt">10
</span><span class="lnt">11
</span><span class="lnt">12
</span><span class="lnt">13
</span><span class="lnt">14
</span><span class="lnt">15
</span><span class="lnt">16
</span><span class="lnt">17
</span><span class="lnt">18
</span><span class="lnt">19
</span><span class="lnt">20
</span><span class="lnt">21
</span><span class="lnt">22
</span><span class="lnt">23
</span><span class="lnt">24
</span><span class="lnt">25
</span><span class="lnt">26
</span><span class="lnt">27
</span><span class="lnt">28
</span><span class="lnt">29
</span><span class="lnt">30
</span><span class="lnt">31
</span><span class="lnt">32
</span>
library(tidyverse) dat % mutate(...
[Read more...]

How to download Kobotoolbox data in R

March 28, 2022 | R on Asitav Sen

Kobotoolbox is a popular tool or platform used by Non-profit organizations across the globe to collect data. Using a R package it is now possible, with convenience, to download data from Kobotoolbox to R. Kobotoolbox Kobotoolbox is perhaps the most widely used data collection tool used by non-profit organizations across ... [Read more...]
1 2 3 9

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)