Found 97 packages in 0.08 seconds
Fast Implementation of the Diffusion Decision Model
Provides the probability density function (PDF), cumulative
distribution function (CDF), the first-order and second-order partial
derivatives of the PDF, and a fitting function for the diffusion decision
model (DDM; e.g.,
Ratcliff & McKoon, 2008,
Render Text in Color for Markdown/Quarto Documents
Provides some simple functions for printing text in color in 'markdown' or 'Quarto' documents, to be rendered as HTML or LaTeX. This is useful when writing about the use of colors in graphs or tables, where you want to print their names in their actual color to give a direct impression of the color, like “red” shown in red, or “blue” shown in blue.
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)
Breaks for Additive Season and Trend
Decomposition of time series into
trend, seasonal, and remainder components with methods for detecting and
characterizing abrupt changes within the trend and seasonal components. 'BFAST'
can be used to analyze different types of satellite image time series and can
be applied to other disciplines dealing with seasonal or non-seasonal time
series, such as hydrology, climatology, and econometrics. The algorithm can be
extended to label detected changes with information on the parameters of the
fitted piecewise linear models. 'BFAST' monitoring functionality is described
in Verbesselt et al. (2010)
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.
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,
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)