Found 91 packages in 0.07 seconds
Convert Files that Use 'palmerpenguins' to Work with 'datasets'
From 'R' 4.5.0, the 'datasets' package includes the penguins and penguins_raw data sets popularised in the 'palmerpenguins' package. 'basepenguins' takes files that use the 'palmerpenguins' package and converts them to work with the versions from 'datasets' ('R' >= 4.5.0). It does this by removing calls to library(palmerpenguins) and making the necessary changes to column names. Additionally, it provides helper functions to define new files paths for saving the output and a directory of example files to experiment with.
Testing, Monitoring, and Dating Structural Changes: C++ Version
A fast implementation with additional experimental features for
testing, monitoring and dating structural changes in (linear)
regression models. 'strucchangeRcpp' features tests/methods from
the generalized fluctuation test framework as well as from
the F test (Chow test) framework. This includes methods to
fit, plot and test fluctuation processes (e.g. cumulative/moving
sum, recursive/moving estimates) and F statistics, respectively.
These methods are described in Zeileis et al. (2002)
Distribution of the 'BayesX' C++ Sources
'BayesX' performs Bayesian inference in structured additive regression (STAR) models. The R package BayesXsrc provides the 'BayesX' command line tool for easy installation. A convenient R interface is provided in package R2BayesX.
Model Wrappers for Tree-Based Models
Bindings for additional tree-based model engines for use with
the 'parsnip' package. Models include gradient boosted decision trees
with 'LightGBM' (Ke et al, 2017.), conditional inference trees and
conditional random forests with 'partykit' (Hothorn and Zeileis, 2015.
and Hothorn et al, 2006.
Fast Wild Cluster Bootstrap Inference for Linear Models
Implementation of fast algorithms for wild cluster bootstrap
inference developed in 'Roodman et al' (2019, 'STATA' Journal,
Visualize Simple 2-D Decision Tree Partitions
Visualize the partitions of simple decision trees, involving one or two predictors, on the scale of the original data. Provides an intuitive alternative to traditional tree diagrams, by visualizing how a decision tree divides the predictor space in a simple 2D plot alongside the original data. The 'parttree' package supports both classification and regression trees from 'rpart' and 'partykit', as well as trees produced by popular frontend systems like 'tidymodels' and 'mlr3'. Visualization methods are provided for both base R graphics and 'ggplot2'.
Classification and Regression with Structured and Mixed-Type Data
Implementation of Energy Trees, a statistical model to perform
classification and regression with structured and mixed-type data. The
model has a similar structure to Conditional Trees, but brings in Energy
Statistics to test independence between variables that are possibly
structured and of different nature. Currently, the package covers functions
and graphs as structured covariates. It builds upon 'partykit' to
provide functionalities for fitting, printing, plotting, and predicting with
Energy Trees. Energy Trees are described in Giubilei et al. (2022)
Building Regression and Classification Models
Consistent user interface to the most common regression and classification algorithms, such as random forest, neural networks, C5 trees and support vector machines, complemented with a handful of auxiliary functions, such as variable importance and a tuning function for the parameters.
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset
selection in ordinary linear regression models. Either compute all
submodels with the lowest residual sum of squares, or determine the
single-best submodel according to a pre-determined statistical
criterion. Hofmann et al. (2020)
Model Wrappers for Poisson Regression
Bindings for Poisson regression models for use with the
'parsnip' package. Models include simple generalized linear models,
Bayesian models, and zero-inflated Poisson models (Zeileis, Kleiber,
and Jackman (2008)