Found 132 packages in 0.01 seconds
Exact Tests and Confidence Intervals for 2x2 Tables
Calculates conditional exact tests (Fisher's exact test, Blaker's exact test, or exact McNemar's test) and unconditional exact tests (including score-based tests on differences in proportions, ratios of proportions, and odds ratios, and Boshcloo's test) with appropriate matching confidence intervals, and provides power and sample size calculations. Gives melded confidence intervals for the binomial case (Fay, et al, 2015,
Epidemiology Tools
Tools for training and practicing epidemiologists including methods for two-way and multi-way contingency tables.
Key Derivation Functions for R Based on Scrypt
Functions for working with the scrypt key derivation functions
originally described by Colin Percival
< https://www.tarsnap.com/scrypt/scrypt.pdf> and in Percival and Josefsson
(2016)
Provides User Tokens for Access to ICES Web Services
Provides user tokens for ICES web services that require authentication and authorization. Web services covered by this package are ICES VMS database, the ICES DATSU web services, and the ICES SharePoint site.
Tools for Natural Language Processing in French
Tools for Natural Language Processing in French and texts from Marcel Proust's collection "A La Recherche Du Temps Perdu". The novels contained in this collection are "Du cote de chez Swann ", "A l'ombre des jeunes filles en fleurs","Le Cote de Guermantes", "Sodome et Gomorrhe I et II", "La Prisonniere", "Albertine disparue", and "Le Temps retrouve".
Crowd Sourced System Benchmarks
Benchmark your CPU and compare against other CPUs. Also provides functions for obtaining system specifications, such as RAM, CPU type, and R version.
ICES Vocabularies Database Web Services
R interface to access the RECO POX web services of the ICES (International Council for the Exploration of the Sea) Vocabularies database < https://vocab.ices.dk/services/POX.aspx>.
A 'Neo4J' Driver
A Modern and Flexible 'Neo4J' Driver, allowing you to query data on a 'Neo4J' server and handle the results in R. It's modern in the sense it provides a driver that can be easily integrated in a data analysis workflow, especially by providing an API working smoothly with other data analysis and graph packages. It's flexible in the way it returns the results, by trying to stay as close as possible to the way 'Neo4J' returns data. That way, you have the control over the way you will compute the results. At the same time, the result is not too complex, so that the "heavy lifting" of data wrangling is not left to the user.
Applied Statistical Hypothesis Tests
Gives some hypothesis test functions (sign test, median and other quantile tests, Wilcoxon signed rank test, coefficient of variation test, test of normal variance, test on weighted sums of Poisson [see Fay and Kim
Easy Dockerfile Creation from R
Build a Dockerfile straight from your R session. 'dockerfiler' allows you to create step by step a Dockerfile, and provide convenient tools to wrap R code inside this Dockerfile.