Found 1989 packages in 0.02 seconds
Easy-to-Use Tools for Common Forms of Random Assignment and Sampling
Generates random assignments for common experimental designs and random samples for common sampling designs.
Automatic Construction of Forced-Choice Tests
Forced-choice (FC) response has gained increasing popularity
and interest for its resistance to faking when well-designed (Cao &
Drasgow, 2019
Manage Environment Specific Configuration Values
Manage configuration values across multiple environments (e.g. development, test, production). Read values using a function that determines the current environment and returns the appropriate value.
Multivariate Exploratory Data Analysis and Data Mining
Exploratory data analysis methods to summarize, visualize and describe datasets. The main principal component methods are available, those with the largest potential in terms of applications: principal component analysis (PCA) when variables are quantitative, correspondence analysis (CA) and multiple correspondence analysis (MCA) when variables are categorical, Multiple Factor Analysis when variables are structured in groups, etc. and hierarchical cluster analysis. F. Husson, S. Le and J. Pages (2017).
Extract and Visualize the Results of Multivariate Data Analyses
Provides some easy-to-use functions to extract and visualize the output of multivariate data analyses, including 'PCA' (Principal Component Analysis), 'CA' (Correspondence Analysis), 'MCA' (Multiple Correspondence Analysis), 'FAMD' (Factor Analysis of Mixed Data), 'MFA' (Multiple Factor Analysis) and 'HMFA' (Hierarchical Multiple Factor Analysis) functions from different R packages. It contains also functions for simplifying some clustering analysis steps and provides 'ggplot2' - based elegant data visualization.
Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
Lp_solve is freely available (under LGPL 2) software for solving linear, integer and mixed integer programs. In this implementation we supply a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems. This version calls lp_solve version 5.5.
Multiple Precision Arithmetic
Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).
R Interface to RNG with Multiple Streams
Provides an interface to the C implementation of the random number generator with multiple independent streams developed by L'Ecuyer et al (2002). The main purpose of this package is to enable the use of this random number generator in parallel R applications.
Generic Reproducible Parallel Backend for 'foreach' Loops
Provides functions to perform
reproducible parallel foreach loops, using independent
random streams as generated by L'Ecuyer's combined
multiple-recursive generator [L'Ecuyer (1999),
Some Additional Multiple Imputation Functions, Especially for 'mice'
Contains functions for multiple imputation which
complements existing functionality in R.
In particular, several imputation methods for the
mice package (van Buuren & Groothuis-Oudshoorn, 2011,