May 2021

Webinar – Data Science in Production

May 25, 2021 | eoda GmbH

The Way to a Centralized Infrastructure  Online | June 16, 2021 | 4-6 pm CEST | Register now for free In order to exploit the full potential of data science, a proper IT infrastructure is required which meets the high demands for agility, performance and maintenance. Even more: The right infrastructure promotes collaboration and company-wide ...
[Read more...]

Replace fitPlot() with ggplot

May 24, 2021 | fishR Blog

Introduction We are deprecating fitPlot() from the next version of FSA (v0.9.0). It will likely be removed at the end of the year 2001. We are taking this action to make FSA more focused on fisheries applications and to eliminate “black box... [Read more...]

Changes in Apple Health Export

May 24, 2021 | R on Can I Blog Too

Resting Heart Rate How does the Apple Watch measure resting heart rate? VO2 Max What Happened to My Million Rows of Data? How Do We Know What the Health Measures Actually Measure? Appendix: Some of the R Code Used to Make This Post R Code for the ggplot2 Figures Removing ...
[Read more...]

The new R pipe

May 24, 2021 | Code R

R 4.1.0 is out! And if version 4.0.0 made history with the revolutionary change of stringAsFactors = FALSE, the big splashing news in this next version is the implementation of a native pipe. The new pipe The “pipe” is one of the most distinctive qualities of tidyverse/dplyr code. I’m sure you’... [Read more...]

April 2021: “Top 40” New CRAN Packages

May 24, 2021 | R Views

One hundred seventy-nine new packages made it to CRAN in April. Here are my “Top 40” picks in twelve categories: Computational Methods, Data, Genomics, Machine Learning, Mathematics, Medicine, Networks, Operations Research, Statistics, Time Series, Utilities, and Visualization. Computational Methods abess v0.1.0: Provides a toolkit for solving the best subset selection problem ...
[Read more...]

Construction of SOFR Index from SOFR Rates

May 24, 2021 | sang-heon lee

This post replicates the construction process of the SOFR index from daily SOFR rates. Since this index is published in a daily basis officially, there is no need to make it. But in the process of pricing SOFR swaps and floating rate notes, this sort of calculation is needed. SOFR ...
[Read more...]

Stringr in r 10 data manipulation Tips and Tricks

May 24, 2021 | finnstats

Stringr in r data manipulation Tips and Tricks, In this tutorial we are going to discuss useful functions and expressions in stringr package. Variety of functions available in stringr package but we are going cover only important functions in our day-to-day data analysis. The post Stringr in r 10 data manipulation ... [Read more...]

Where are the industrial strength R compilers?

May 23, 2021 | Derek Jones

Why don’t compiler projects for the R language make it into production use? The few that have been written have remained individual experimental products, e.g., RLLVMCompile. Most popular languages attract many compiler implementations. I’m not saying that any of these implementations have more than a handful of ... [Read more...]

Where are the industrial strength R compilers?

May 23, 2021 | Derek Jones

Why don’t compiler projects for the R language make it into production use? The few that have been written have remained individual experimental products, e.g., RLLVMCompile. Most popular languages attract many compiler implementations. I’m not saying that any of these implementations have more than a handful of ... [Read more...]

Sometimes more data can hurt!

May 22, 2021 | R on Just be-cause

Photo by Ben White on Unsplash So here’s a mind blower: In some cases having more samples can actually reduce model performance. Don’t believe it? Neither did I! Read on to see how I demonstrate that phenomenon using a simulation study. Some cont...
[Read more...]

Markowitz v.s. Michaud Portfolio Optimization with R code

May 22, 2021 | sang-heon lee

This post shows how to perform asset allocation based on the Markowitz's mean-variance (MV) portfolio model which is the benchmark framework. This model is based on the diversification effect. Another alternative Michaud's Resampled Efficiency (RE) portfolio model is also discussed. These two models are implemented using a quadratic optimization R ...
[Read more...]

Problem compiling RSQLite from source

May 22, 2021 | Roman Luštrik

When I tried to compile RSQLite from source on Fedora 34, I was awaited by this error message. Error installing package 'RSQLite': =================================== * installing to library ‘/.../renv/staging/1’ * installing *source* package ‘RSQLite’ ... ** package ‘RSQLite’ successfully unpacked and MD5 sums checked ** using staged installation ** libs g++ -m64 -std=gnu++11 -I"/usr/include/R" ... [Read more...]
1 2 3 4 5 10

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)