April 2020

prrd 0.0.3: More improvements

April 19, 2020 | Thinking inside the box

Back in early 2018, the prrd package was introduced as release 0.0.1, uploaded to CRAN, and updated once as release 0.0.2. I have used it extensively for every CRAN release of Rcpp, RcppArmadillo, RcppEigen, BH, and possibly others. The idea of prrd ...
[Read more...]

KNN With Pokemon

April 18, 2020 | Tommy Teaches ML

This analysis introduces the K-Nearest Neighbor (KNN) machine learning algorithm using the familiar Pokemon dataset. By the end of this blog post you should have an understanding of the following: What the KNN machine learning algorithm is How to program the algorithm in R A bit more about Pokemon If ...
[Read more...]

COVID-19 Canada Data Explorer Tool

April 18, 2020 | Data Enthusiast's Blog

In the times of pandemic, the data community can help in many ways, including by developing instruments to track and break down the data on the spread of the dreaded coronavirus disease. The COVID-19 Canada Data Explorer app was built with R, including Shiny and Leaflet, to process the official ...
[Read more...]

nimbleEcology: custom NIMBLE distributions for ecologists

April 18, 2020 | Chris Paciorek

Prepared by Ben Goldstein. What is nimbleEcology? nimbleEcology is an auxiliary nimble package for ecologists. nimbleEcology contains a set of distributions corresponding to some common ecological models. When the package is loaded, these distributions are registered to NIMBLE and can be used directly in models. nimbleEcology contains distributions often used ...
[Read more...]

P is for percent

April 18, 2020 | Unknown

We've used ggplots throughout this blog series, but today, I want to introduce another package that helps you customize scales on your ggplots - the scales package. I use this package most frequently to format scales as percent. There aren't a lot of g...
[Read more...]

A new data contest at e-Rum2020: CovidR

April 17, 2020 | Riccardo Rossi

After going virtual eRum2020 launches the CovidR contest, a data contest of R contributions around the topic of the COVID-19 pandemic, and an online pre-conference event. The post A new data contest at e-Rum2020: CovidR appeared first on MilanoR. [Read more...]

O is for order_by

April 17, 2020 | Unknown

This will be a quick post on another tidyverse function, order_by. I'll admit, I don't use this one as often as arrange. It can be useful, though, if you don't want to permanently change the order of your dataset but want to use functions that require ...
[Read more...]

Automating the TestHarness

April 17, 2020 | Akhila Chowdary Kolla

RcppDeepState testharness for binsegRcpp package using RInisde In this blog, I’ll be explaining the process of automating the testharness and integrating Rcpp with deepstate. This blog is a continuation of my previous blog explaining the idea of worki... [Read more...]
1 6 7 8 9 10 17

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)