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

Found 137 packages in 0.02 seconds

waffle — by Bob Rudis, 2 years ago

Create Waffle Chart Visualizations

Square pie charts (a.k.a. waffle charts) can be used to communicate parts of a whole for categorical quantities. To emulate the percentage view of a pie chart, a 10x10 grid should be used with each square representing 1% of the total. Modern uses of waffle charts do not necessarily adhere to this rule and can be created with a grid of any rectangular shape. Best practices suggest keeping the number of categories small, just as should be done when creating pie charts. Tools are provided to create waffle charts as well as stitch them together, and to use glyphs for making isotype pictograms.

kappaGold — by Matthias Kuhn, 7 months ago

Agreement of Nominal Scale Raters (with a Gold Standard)

Estimate agreement of a group of raters with a gold standard rating on a nominal scale. For a single gold standard rater the average pairwise agreement of raters with this gold standard is provided. For a group of (gold standard) raters the approach of S. Vanbelle, A. Albert (2009) is implemented. Bias and standard error are estimated via delete-1 jackknife.

staRdom — by Matthias Pucher, 2 years ago

PARAFAC Analysis of EEMs from DOM

This is a user-friendly way to run a parallel factor (PARAFAC) analysis (Harshman, 1971) on excitation emission matrix (EEM) data from dissolved organic matter (DOM) samples (Murphy et al., 2013) . The analysis includes profound methods for model validation. Some additional functions allow the calculation of absorbance slope parameters and create beautiful plots.

fundiversity — by Matthias Grenié, 3 years ago

Easy Computation of Functional Diversity Indices

Computes six functional diversity indices. These are namely, Functional Divergence (FDiv), Function Evenness (FEve), Functional Richness (FRic), Functional Richness intersections (FRic_intersect), Functional Dispersion (FDis), and Rao's entropy (Q) (reviewed in Villéger et al. 2008 ). Provides efficient, modular, and parallel functions to compute functional diversity indices (preprint: ).

dpasurv — by Matthias Kormaksson, 10 months ago

Dynamic Path Analysis of Survival Data via Aalen's Additive Hazards Model

Dynamic path analysis with estimation of the corresponding direct, indirect, and total effects, based on Fosen et al., (2006) . The main outcome of interest is a counting process from survival analysis (or recurrent events) data. At each time of event, ordinary linear regression is used to estimate the relation between the covariates, while Aalen's additive hazard model is used for the regression of the counting process on the covariates.

taxize — by Zachary Foster, 5 months ago

Taxonomic Information from Around the Web

Interacts with a suite of web application programming interfaces (API) for taxonomic tasks, such as getting database specific taxonomic identifiers, verifying species names, getting taxonomic hierarchies, fetching downstream and upstream taxonomic names, getting taxonomic synonyms, converting scientific to common names and vice versa, and more. Some of the services supported include 'NCBI E-utilities' (< https://www.ncbi.nlm.nih.gov/books/NBK25501/>), 'Encyclopedia of Life' (< https://eol.org/docs/what-is-eol/data-services>), 'Global Biodiversity Information Facility' (< https://techdocs.gbif.org/en/openapi/>), and many more. Links to the API documentation for other supported services are available in the documentation for their respective functions in this package.

rriskDistributions — by Matthias Greiner, 8 years ago

Fitting Distributions to Given Data or Known Quantiles

Collection of functions for fitting distributions to given data or by known quantiles. Two main functions fit.perc() and fit.cont() provide users a GUI that allows to choose a most appropriate distribution without any knowledge of the R syntax. Note, this package is a part of the 'rrisk' project.

distrTEst — by Peter Ruckdeschel, 6 months ago

Estimation and Testing Classes Based on Package 'distr'

Evaluation (S4-)classes based on package distr for evaluating procedures (estimators/tests) at data/simulation in a unified way.

distrSim — by Peter Ruckdeschel, 6 months ago

Simulation Classes Based on Package 'distr'

S4-classes for setting up a coherent framework for simulation within the distr family of packages.

stream — by Michael Hahsler, 4 months ago

Infrastructure for Data Stream Mining

A framework for data stream modeling and associated data mining tasks such as clustering and classification. The development of this package was supported in part by NSF IIS-0948893, NSF CMMI 1728612, and NIH R21HG005912. Hahsler et al (2017) .