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

Found 131 packages in 0.01 seconds

asht — by Michael P. Fay, 2 years ago

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 ], sample size for t-tests with different variances and non-equal n per arm, Behrens-Fisher test, nonparametric ABC intervals, Wilcoxon-Mann-Whitney test [with effect estimates and confidence intervals, see Fay and Malinovsky ], two-sample melding tests [see Fay, Proschan, and Brittain ], one-way ANOVA allowing var.equal=FALSE [see Brown and Forsythe, 1974, Biometrics]), prevalence confidence intervals that adjust for sensitivity and specificity [see Lang and Reiczigel, 2014 ] or Bayer, Fay, and Graubard, 2023 ). The focus is on hypothesis tests that have compatible confidence intervals, but some functions only have confidence intervals (e.g., prevSeSp).

tidystringdist — by Colin Fay, 6 years ago

String Distance Calculation with Tidy Data Principles

Calculation of string distance following the tidy data principles. Built on top of the 'stringdist' package.

fakir — by Colin Fay, 2 years ago

Generate Fake Datasets for Prototyping and Teaching

Create fake datasets that can be used for prototyping and teaching. This package provides a set of functions to generate fake data for a variety of data types, such as dates, addresses, and names. It can be used for prototyping (notably in 'shiny') or as a tool to teach data manipulation and data visualization.

shinipsum — by Colin Fay, a year ago

Lorem-Ipsum-Like Helpers for Fast Shiny Prototyping

Prototype your shiny apps quickly with these Lorem-Ipsum-like Helpers.

ssanv — by Michael P. Fay, 10 years ago

Sample Size Adjusted for Nonadherence or Variability of Input Parameters

A set of functions to calculate sample size for two-sample difference in means tests. Does adjustments for either nonadherence or variability that comes from using data to estimate parameters.

remedy — by Colin Fay, 6 years ago

'RStudio' Addins to Simplify 'Markdown' Writing

An 'RStudio' addin providing shortcuts for writing in 'Markdown'. This package provides a series of functions that allow the user to be more efficient when using 'Markdown'. For example, you can select a word, and put it in bold or in italics, or change the alignment of elements inside you Rmd. The idea is to map all the functionalities from 'remedy' on keyboard shortcuts, so that it provides an interface close to what you can find in any other text editor.

naniar — by Nicholas Tierney, a year ago

Data Structures, Summaries, and Visualisations for Missing Data

Missing values are ubiquitous in data and need to be explored and handled in the initial stages of analysis. 'naniar' provides data structures and functions that facilitate the plotting of missing values and examination of imputations. This allows missing data dependencies to be explored with minimal deviation from the common work patterns of 'ggplot2' and tidy data. The work is fully discussed at Tierney & Cook (2023) .

emayili — by Andrew B. Collier, 2 months ago

Send Email Messages

A light, simple tool for sending emails with minimal dependencies.

rpinterest — by Colin FAY, 9 years ago

Access Pinterest API

Get information (boards, pins and users) from the Pinterest < http://www.pinterest.com> API.

bpcp — by Michael P. Fay, 3 years ago

Beta Product Confidence Procedure for Right Censored Data

Calculates nonparametric pointwise confidence intervals for the survival distribution for right censored data, and for medians [Fay and Brittain ]. Has two-sample tests for dissimilarity (e.g., difference, ratio or odds ratio) in survival at a fixed time, and differences in medians [Fay, Proschan, and Brittain ]. Basically, the package gives exact inference methods for one- and two-sample exact inferences for Kaplan-Meier curves (e.g., generalizing Fisher's exact test to allow for right censoring), which are especially important for latter parts of the survival curve, small sample sizes or heavily censored data. Includes mid-p options.