Found 98 packages in 0.02 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.
Nested Dichotomy Logistic Regression Models
Provides functions for specifying and fitting nested dichotomy logistic regression models for a multi-category response and methods for summarising and plotting those models. Nested dichotomies are statistically independent, and hence provide an additive decomposition of tests for the overall 'polytomous' response. When the dichotomies make sense substantively, this method can be a simpler alternative to the standard 'multinomial' logistic model which compares response categories to a reference level. See: J. Fox (2016), "Applied Regression Analysis and Generalized Linear Models", 3rd Ed., ISBN 1452205663.
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)
Lightweight Extension of the Base R Graphics System
Lightweight extension of the base R graphics system, with support for automatic legends, facets, themes, and various other enhancements.
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.
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)
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.