Found 126 packages in 0.06 seconds
Bayesian Modeling of Archaeological Chronologies
Provides a list of functions for the Bayesian modeling of archaeological chronologies. The Bayesian models are implemented in 'JAGS' ('JAGS' stands for Just Another Gibbs Sampler. It is a program for the analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation. See < http://mcmc-jags.sourceforge.net/> and "JAGS Version 4.3.0 user manual", Martin Plummer (2017) < https://sourceforge.net/projects/mcmc-jags/files/Manuals/>.). The inputs are measurements with their associated standard deviations and the study period. The output is the MCMC sample of the posterior distribution of the event date with or without radiocarbon calibration.
Truncated Functional Generalized Linear Models
An implementation of the methodologies described in Xi Liu, Afshin A. Divani, and Alexander Petersen (2022)
Wraps 'libnabo', a Fast K Nearest Neighbour Library for Low Dimensions
An R wrapper for 'libnabo', an exact or approximate k nearest neighbour library which is optimised for low dimensional spaces (e.g. 3D). 'libnabo' has speed and space advantages over the 'ANN' library wrapped by package 'RANN'. 'nabor' includes a knn function that is designed as a drop-in replacement for 'RANN' function nn2. In addition, objects which include the k-d tree search structure can be returned to speed up repeated queries of the same set of target points.
Fits a Model that Partitions the Covariate Space into Blocks in a Data- Adaptive Way
Implements convex regression with interpretable sharp partitions (CRISP), which considers the problem of predicting an outcome variable on the basis of two covariates, using an interpretable yet non-additive model. CRISP partitions the covariate space into blocks in a data-adaptive way, and fits a mean model within each block. Unlike other partitioning methods, CRISP is fit using a non-greedy approach by solving a convex optimization problem, resulting in low-variance fits. More details are provided in Petersen, A., Simon, N., and Witten, D. (2016). Convex Regression with Interpretable Sharp Partitions. Journal of Machine Learning Research, 17(94): 1-31 < http://jmlr.org/papers/volume17/15-344/15-344.pdf>.
Cross-Validated Area Under the ROC Curve Confidence Intervals
Tools for working with and evaluating cross-validated area under the ROC curve (AUC) estimators. The primary functions of the package are ci.cvAUC and ci.pooled.cvAUC, which report cross-validated AUC and compute confidence intervals for cross-validated AUC estimates based on influence curves for i.i.d. and pooled repeated measures data, respectively. One benefit to using influence curve based confidence intervals is that they require much less computation time than bootstrapping methods. The utility functions, AUC and cvAUC, are simple wrappers for functions from the ROCR package.
Translate Integers into English
Allow numbers to be presented in an English language version, one, two, three, ... Ordinals are also available, first, second, third, ... and indefinite article choice, "a" or "an".
Robust Selection Algorithm
An implementation of algorithms for estimation of the graphical lasso regularization parameter described in Pedro Cisneros-Velarde, Alexander Petersen and Sang-Yun Oh (2020) < http://proceedings.mlr.press/v108/cisneros20a.html>.
Exploratory Analysis of Genetic and Genomic Data
Toolset for the exploration of genetic and genomic data. Adegenet provides formal (S4) classes for storing and handling various genetic data, including genetic markers with varying ploidy and hierarchical population structure ('genind' class), alleles counts by populations ('genpop'), and genome-wide SNP data ('genlight'). It also implements original multivariate methods (DAPC, sPCA), graphics, statistical tests, simulation tools, distance and similarity measures, and several spatial methods. A range of both empirical and simulated datasets is also provided to illustrate various methods.
Interpolation and Extrapolation with Beta Diversity for Three Dimensions of Biodiversity
As a sequel to 'iNEXT', the 'iNEXT.beta3D' package provides functions to compute
standardized taxonomic, phylogenetic, and functional diversity (3D) estimates
with a common sample size (for alpha and gamma diversity) or sample coverage
(for alpha, beta, gamma diversity as well as dissimilarity or turnover indices).
Hill numbers and their generalizations are used to quantify 3D and to make
multiplicative decomposition (gamma = alpha x beta). The package also features
size- and coverage-based rarefaction and extrapolation sampling curves to
facilitate rigorous comparison of beta diversity across datasets.
See Chao et al. (2023)
Interpolation and Extrapolation for Three Dimensions of Biodiversity
Biodiversity is a multifaceted concept covering different levels of organization from
genes to ecosystems. 'iNEXT.3D' extends 'iNEXT' to include three dimensions (3D)
of biodiversity, i.e., taxonomic diversity (TD), phylogenetic diversity (PD) and functional
diversity (FD). This package provides functions to compute standardized 3D diversity estimates
with a common sample size or sample coverage. A unified framework based on Hill numbers
and their generalizations (Hill-Chao numbers) are used to quantify 3D. All 3D estimates
are in the same units of species/lineage equivalents and can be meaningfully compared.
The package features size- and coverage-based rarefaction and extrapolation sampling
curves to facilitate rigorous comparison of 3D diversity across individual assemblages.
Asymptotic 3D diversity estimates are also provided. See Chao et al. (2021)