Found 143 packages in 0.08 seconds
R Unit Test Framework
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.
Estimation of Indicators on Social Exclusion and Poverty
Estimation of indicators on social exclusion and poverty, as well as Pareto tail modeling for empirical income distributions.
Display and Analyze ROC Curves
Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.
"Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.
Methods for Cluster analysis. Much extended the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".
Extensions of Package 'distr'
Extends package 'distr' by functionals, distances, and conditional distributions.
Compositional Data Analysis
Methods for analysis of compositional data including robust
methods (
Visualization and Imputation of Missing Values
Provides methods for imputation and visualization of
missing values. It includes graphical tools to explore the amount, structure
and patterns of missing and/or imputed values, supporting exploratory
data analysis and helping to investigate potential missingness mechanisms
(details in Alfons, Templ and Filzmoser,
Various Coefficients of Interrater Reliability and Agreement
Coefficients of Interrater Reliability and Agreement for quantitative, ordinal and nominal data: ICC, Finn-Coefficient, Robinson's A, Kendall's W, Cohen's Kappa, ...
Statistical Disclosure Control Methods for Anonymization of Data and Risk Estimation
Data from statistical agencies and other institutions are mostly
confidential. This package, introduced in Templ, Kowarik and Meindl (2017)
Tools for Descriptive Statistics
A collection of miscellaneous basic statistic functions and convenience wrappers for efficiently describing data. The author's intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel. Many of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The 'BigCamelCase' style was consequently applied to functions borrowed from contributed R packages as well.