2022

Announcing mlr3spatial

January 3, 2022 | Machine Learning in R

We are happy to announce that mlr3spatial has been released on CRAN in November 2021. mlr3spatial simplifies the handling of spatial objects in the mlr3 ecosystem. Before mlr3spatial, the user had to extract tabular data from spatial objects to tra...
[Read more...]

SurvCART: Constructing Survival Tree in R

January 3, 2022 | Madan Kundu

[Author: Madan G. Kundu] In practice, survival times may be influenced by a combination of baseline variables. Survival trees (i.e., trees with survival data) offer a relatively flexible approach to understanding the effects of covariates, including their interaction, on survival times when the functional form of the association is ...
[Read more...]

How to perform Eta Squared in R

January 3, 2022 | finnstats

The post How to perform Eta Squared in R appeared first on finnstats. If you want to read the original article, click here How to perform Eta Squared in R. Eta Squared in R, Eta squared is a commonly-used effect size metric in ANOVA models. It is calculated as follows: ... [Read more...]

mlr3 package updates – Q4/2021

January 2, 2022 | Machine Learning in R

Due to the high amount of packages in the mlr3 ecosystem, it is hard to keep up with the latest changes across all packages. This posts gives an overview by listing the recent release notes of mlr3 packages from the last quarter. Note that only CRA... [Read more...]

Using Arrow with Shiny

January 2, 2022 | Pachá

This post is an adaptation from Using databases with Shiny. Shiny apps are R’s answer to building interface-driven applications that help expose important data, metrics, algorithms, and more with end-users. However, the more interesting work that y... [Read more...]

How to perform the Sobel test in R

January 1, 2022 | finnstats

The post How to perform the Sobel test in R appeared first on finnstats. If you want to read the original article, click here How to perform the Sobel test in R. How to perform the Sobel test in R, This tutorial will show you how to perform a Sobel ... [Read more...]

Using databases with Shiny

January 1, 2022 | rstats | Emily Riederer

Shiny apps are R’s answer to building interface-driven applications that help expose important data, metrics, algorithms, and more with end-users. However, the more interesting work that your Shiny app allows users to do, the more likely users ar...
[Read more...]

Chi-Square Goodness of fit formula in R

January 1, 2022 | finnstats

The post Chi-Square Goodness of fit formula in R appeared first on finnstats. If you want to read the original article, click here Chi-Square Goodness of fit formula in R. Chi-square goodness of fit formula, To see if a categorical variable follows a hypothesized distribution, a Chi-Square Goodness of Fit ... [Read more...]
1 35 36 37