In the new version of misc, we introduce the conformalize function (work in progress, along with predict and simulate S3 methods), which allows you to perform conformal prediction with any R machine…
Category: Blogging
Collecting Stock Data Using R: A Quick Guide
Collecting data can be a drudge for many tasks in economics or securities analysis. Fortunately, R has some good options available to streamline this task. Popular R Packages for Stock Data quantmod:The…
FDA Compliance in Software Development: Cases Where Poor Software Quality Led to Costly FDA Rejections
If you work in pharma, you know how much time and money go into drug development. The last thing you want is a painful FDA rejection, one that not only costs your…
Dealing with Duplicate Data in R workshop
[This article was first published on R-posts.com, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here…
checkglobals: an(other) R-package for static code analysis
[This article was first published on Open Analytics, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click…
A Bayesian proportional hazards model for a cluster randomized trial
[This article was first published on ouR data generation, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers?…
cor Function in R | Calculate Correlation Coefficients in R
[This article was first published on RStudioDataLab, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here…
Appsilon at ShinyConf 2025: Pushing the Boundaries of Shiny Development
ShinyConf 2025 is almost here, and we’re excited to bring the community together again. As the organizers, we’ve put together a lineup of talks and workshops that focus on making Shiny apps…
Thanks, on its way to CRAN
[This article was first published on R-posts.com, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here…
Learning To Create an R Package With Deliberate Redundancy 🤣 A Note For Myself
🙈 Made a hilariously redundant R package for a simple OpenAI calls, but the real win was finally learning how to build an R package! 🛠️ Is it efficient? Absolutely not!Was it…