2021

Pre-Commit Hook for Processing README.Rmd

September 4, 2021 | R | datawookie

When writing an R package I usually write a README.Rmd file that I render to README.md. I use {pkgdown} to then create documentation. I run the last step via CI, so I never need to think about it. The problem is that I regularly forget to process the ...
[Read more...]

Climate circles

September 3, 2021 | R on Dominic Royé

The climate of a place is usually presented through climographs that combine monthly precipitation and temperature in a single chart. However, it is also interesting to visualize the climate on a daily scale showing the thermal amplitude and the daily average temperature. To do this, the averages for each day ...
[Read more...]

Covid Trajectories

September 3, 2021 | R on kieranhealy.org

I updated the covdata package for the first time in a while, as I’ll be using it to teach in the near future. As a side-effect, I ended up taking a look at what the ongoing polarization or divergence of the COVID experience is like in different p... [Read more...]

An Integrated Method for Estimation and Optimisation

September 3, 2021 | Ivan Svetunkov

My PhD student, Congzheng Liu (co-supervised with Adam Letchford) has written a paper, entitled “Newsvendor Problems: An Integrated Method for Estimation and Optimisation“. This paper has recently been published in EJOR. In this paper we build upon the existing Ban & Rudin (2019) approach for newsvendor problem, showing that in case of ...
[Read more...]

Bond Modified Duration in R

September 3, 2021 | sang-heon lee

Bond duration is a basic building block for bond portfolio management and asset-liability management (ALM). This post explains the meaning of duration and calculation of this risk measures by using Excel and R. Instead of using another full-fledged ...
[Read more...]

{emayili} Interpolating Message Content

September 2, 2021 | R | datawookie

A small new feature added to {emayili}: the ability to interpolate content into the email message body. Load Package Load the {emayili} package and create a message skeleton. library(emayili) options( # Always print message body. envelope_details = TRUE, # Print message from pipeline. envelope_invisible = FALSE ) # Create a message skeleton. # email
[Read more...]

Basic R : Read so many CSV files

September 2, 2021 | sang-heon lee

This post presents basic R code snippets to read files with given file extensions such as csv or txt. This is simple but very useful when it comes to the case where there are too many files to read manually. If we have too many (i.e. 1000 file...
[Read more...]

Weibull Distribution in R

September 1, 2021 | finnstats

Weibull Distribution in R, Weibull Distribution was discovered by Swedish physicist Wallodi Weibull in 1939. A continuous random variable X is said to follow Weibull distribution if its probability density function fx(x; α, β)=... The post Weibull Distribution in R appeared first on finnstats.
[Read more...]

Bayesian Regression Analysis with Rstanarm

September 1, 2021 | Method Matters

In this post, we will work through a simple example of Bayesian regression analysis with the rstanarm package in R. I’ve been reading Gelman, Hill and Vehtari’s recent book “Regression and Other Stories”, and this blog post is my attempt to apply some of the things I’ve ...
[Read more...]

R user or R Developer? The survey results

September 1, 2021 | Mirai Solutions

We asked this question to the Community and are now ready to present the results. Running up to the Panel Discussion “R User or R Developer? This is the question” at the useR!2021 conference, Mirai conducted a survey regarding what makes one an R De...
[Read more...]

How to Make Production Ready Shiny Applications

August 31, 2021 | Appsilon

What defines a production-ready Shiny application? And more importantly, how do we get there? Shiny is hands down one of the best dev tools available for quick production of Proof of Concepts (PoC). But here in lies a trap. People tend to mislabel Shiny as a poor production tool because ...
[Read more...]
1 35 36 37 38 39 119

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)