Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 107 packages in 0.01 seconds

parameters — by Daniel Lüdecke, 10 days ago

Processing of Model Parameters

Utilities for processing the parameters of various statistical models. Beyond computing p values, CIs, and other indices for a wide variety of models (see list of supported models using the function 'insight::supported_models()'), this package implements features like bootstrapping or simulating of parameters and models, feature reduction (feature extraction and variable selection) as well as functions to describe data and variable characteristics (e.g. skewness, kurtosis, smoothness or distribution).

tram — by Torsten Hothorn, 22 days ago

Transformation Models

Formula-based user-interfaces to specific transformation models implemented in package 'mlt' (, ). Available models include Cox models, some parametric survival models (Weibull, etc.), models for ordered categorical variables, normal and non-normal (Box-Cox type) linear models, and continuous outcome logistic regression (Lohse et al., 2017, ). The underlying theory is described in Hothorn et al. (2018) . An extension to transformation models for clustered data is provided (Barbanti and Hothorn, 2022, ). Multivariate conditional transformation models (Klein et al, 2022, ) and shift-scale transformation models (Siegfried et al, 2023, ) can be fitted as well. The package contains an implementation of a doubly robust score test, described in Kook et al. (2024, ).

micEcon — by Arne Henningsen, 3 years ago

Microeconomic Analysis and Modelling

Various tools for microeconomic analysis and microeconomic modelling, e.g. estimating quadratic, Cobb-Douglas and Translog functions, calculating partial derivatives and elasticities of these functions, and calculating Hessian matrices, checking curvature and preparing restrictions for imposing monotonicity of Translog functions.

speechbr — by Douglas Cardoso, 3 years ago

Access the Speechs and Speaker's Informations of House of Representatives of Brazil

Scrap speech text and speaker informations of speeches of House of Representatives of Brazil, and transform in a cleaned tibble.

RDP — by Robert Dahl Jacobsen, 2 years ago

The Ramer-Douglas-Peucker Algorithm

Pretty fast implementation of the Ramer-Douglas-Peucker algorithm for reducing the number of points on a 2D curve. Urs Ramer (1972), "An iterative procedure for the polygonal approximation of plane curves" . David H. Douglas and Thomas K. Peucker (1973), "Algorithms for the Reduction of the Number of Points Required to Represent a Digitized Line or its Caricature" .

retrosheet — by Colin Douglas, a year ago

Import Professional Baseball Data from 'Retrosheet'

A collection of tools to import and structure the (currently) single-season event, game-log, roster, and schedule data available from < https://www.retrosheet.org>. In particular, the event (a.k.a. play-by-play) files can be especially difficult to parse. This package does the parsing on those files, returning the requested data in the most practical R structure to use for sabermetric or other analyses.

cond — by Alessandra R. Brazzale, 6 days ago

Approximate Conditional Inference for Logistic and Loglinear Models

Implements higher order likelihood-based inference for logistic and loglinear models.

vcmeta — by Douglas G. Bonett, a year ago

Varying Coefficient Meta-Analysis

Implements functions for varying coefficient meta-analysis methods. These methods do not assume effect size homogeneity. Subgroup effect size comparisons, general linear effect size contrasts, and linear models of effect sizes based on varying coefficient methods can be used to describe effect size heterogeneity. Varying coefficient meta-analysis methods do not require the unrealistic assumptions of the traditional fixed-effect and random-effects meta-analysis methods. For details see: Statistical Methods for Psychologists, Volume 5, < https://dgbonett.sites.ucsc.edu/>.

statpsych — by Douglas G. Bonett, 5 months ago

Statistical Methods for Psychologists

Implements confidence interval and sample size methods that are especially useful in psychological research. The methods can be applied in 1-group, 2-group, paired-samples, and multiple-group designs and to a variety of parameters including means, medians, proportions, slopes, standardized mean differences, standardized linear contrasts of means, plus several measures of correlation and association. Confidence interval and sample size functions are given for single parameters as well as differences, ratios, and linear contrasts of parameters. The sample size functions can be used to approximate the sample size needed to estimate a parameter or function of parameters with desired confidence interval precision or to perform a variety of hypothesis tests (directional two-sided, equivalence, superiority, noninferiority) with desired power. For details see: Statistical Methods for Psychologists, Volumes 1 – 4, < https://dgbonett.sites.ucsc.edu/>.

rwicc — by Douglas Morrison, 3 years ago

Regression with Interval-Censored Covariates

Provides functions to simulate and analyze data for a regression model with an interval censored covariate, as described in Morrison et al. (2021) .