April 2021

Note for DEseq2 time course analysis

April 19, 2021 | Xianjun Dong

In many cases, we need to perform differential expression across the time course data, e.g. finding genes that react in a condition-specific manner over time, compared to a set of baseline samples. DEseq2 has such an implementation for time-course expe... [Read more...]

Decision Trees in R

April 19, 2021 | finnstats

Decision Trees in R, Decision trees are mainly classification and regression types. Classification means Y variable is factor and regression type means Y variable... The post Decision Trees in R appeared first on finnstats.
[Read more...]

Tidygeocoder 1.0.3

April 18, 2021 | Jesse Cambon

Tidygeocoder v1.0.3 is released on CRAN! This release adds support for reverse geocoding (geocoding geographic coordinates) and 7 new geocoder services: OpenCage, HERE, Mapbox, MapQuest, TomTom, Bing, and ArcGIS. Refer to the geocoder services page for information on all the supported geocoder services. [Read more...]

ABC in Svalbard [the day after]

April 18, 2021 | xi'an

The following and very kind email was sent to me the day after the workshop thanks once again to make the conference possible. It was full of interesting studies within a friendly environment, I really enjoyed it. I think it is not easy to make a comfortable and inspiring conference ...
[Read more...]

Gradient Boosting in R

April 17, 2021 | finnstats

Gradient Boosting in R, in this tutorial we are going to discuss extreme gradient boosting. Why is eXtreme Gradient Boosting in R? Popular in... The post Gradient Boosting in R appeared first on finnstats.
[Read more...]

Hurricanes and Himmicanes revisited with DHARMa

April 17, 2021 | Florian Hartig

Do you remember the notorious hurricane / himmicane study (Jung et al., PNAS, 2014)? At the time, there was a heavy backlash against the study, and probably rightly so, as the statistical analysis turns out to be highly unstable against a change of the regression formula. You can find some links here. ...
[Read more...]

Market Basket Analysis in R

April 16, 2021 | finnstats

Market Basket Analysis in R, Market Basket Analysis is very popular. In this tutorial, the main idea is to identify the purchase pattern of... The post Market Basket Analysis in R appeared first on finnstats.
[Read more...]

Constructing a Sparse Matrix Class in Rcpp

April 15, 2021 | Rcpp Gallery

Introduction It is no secret that sparse matrix operations are faster in C++ than in R. RcppArmadillo and RcppEigen do a great job copying sparse matrices from R to C++ and back again. But note the word “copy”. Every time RcppArmadillo converts an ... [Read more...]
1 2 3 4 5 6 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)