Found 138 packages in 0.01 seconds
Overdispersion in Count Data Multiple Regression Analysis
Detection of overdispersion in count data for multiple regression analysis.
Log-linear count data regression is one of the most popular techniques for predictive
modeling where there is a non-negative discrete quantitative dependent variable. In
order to ensure the inferences from the use of count data models are appropriate,
researchers may choose between the estimation of a Poisson model and a negative binomial
model, and the correct decision for prediction from a count data estimation is directly
linked to the existence of overdispersion of the dependent variable, conditional to the
explanatory variables. Based on the studies of Cameron and Trivedi (1990)
Spectral Modularity Clustering
Implements the network clustering algorithm described in
Newman (2006)
Companion Software for the Coursera Statistics with R Specialization
Data and functions to support Bayesian and frequentist inference and decision making for the Coursera Specialization "Statistics with R". See < https://github.com/StatsWithR/statsr> for more information.
This is a Collection of Functions to Analyse Gender Differences
Implementation of functions, which combines binomial calculation
and data visualisation, to analyse the differences in publishing authorship
by gender described in Day et al. (2020)
Spatial Analysis and Data Mining for Field Ecologists
Set of tools for reading, writing and transforming spatial and seasonal data, model selection and specific statistical tests for ecologists. It includes functions to interpolate regular positions of points between landmarks, to discretize polylines into regular point positions, link distant observations to points and convert a bounding box in a spatial object. It also provides miscellaneous functions for field ecologists such as spatial statistics and inference on diversity indexes, writing data.frame with Chinese characters.
Fit the Gambin Model to Species Abundance Distributions
Fits unimodal and multimodal gambin distributions to species-abundance distributions
from ecological data, as in in Matthews et al. (2014)
Small Area Estimation using Fay-Herriot Models with Additive Logistic Transformation
Implements Additive Logistic Transformation (alr) for Small Area Estimation under Fay Herriot Model. Small Area Estimation is used to borrow strength from auxiliary variables to improve the effectiveness of a domain sample size. This package uses Empirical Best Linear Unbiased Prediction (EBLUP). The Additive Logistic Transformation (alr) are based on transformation by Aitchison J (1986). The covariance matrix for multivariate application is based on covariance matrix used by Esteban M, Lombardía M, López-Vizcaíno E, Morales D, and Pérez A
Hydrologic Model Evaluation and Time-Series Tools
Facilitates the analysis and evaluation of hydrologic model output and time-series data with functions focused on comparison of modeled (simulated) and observed data, period-of-record statistics, and trends.
R Interface to Proximal Interior Point Quadratic Programming Solver
An embedded proximal interior point quadratic programming solver, which can solve dense and sparse quadratic programs, described in Schwan, Jiang, Kuhn, and Jones (2023)
Transparent Assessment Framework for Reproducible Research
Functions to organize data, methods, and results used in scientific analyses. A TAF analysis consists of four scripts (data.R, model.R, output.R, report.R) that are run sequentially. Each script starts by reading files from a previous step and ends with writing out files for the next step. Convenience functions are provided to version control the required data and software, run analyses, clean residues from previous runs, manage files, manipulate tables, and produce figures. With a focus on stability and reproducible analyses, TAF is designed to have no package dependencies. TAF forms a base layer for the 'icesTAF' package and other scientific applications.