Found 135 packages in 0.01 seconds
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.
Lorem-Ipsum-Like Helpers for Fast Shiny Prototyping
Prototype your shiny apps quickly with these Lorem-Ipsum-like Helpers.
'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.
Access Pinterest API
Get information (boards, pins and users) from the Pinterest < http://www.pinterest.com> API.
Monte Carlo Hypothesis Tests with Sequential Stopping
Performs Monte Carlo hypothesis tests, allowing a couple of different sequential stopping boundaries. For example, a truncated sequential probability ratio test boundary (Fay, Kim and Hachey, 2007
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)
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
Ordered Composite Endpoints with Censoring
Estimates win ratio or Mann-Whitney parameter for two group
comparisons using ordered composite endpoints with right censoring
as described in Follmann, Fay, Hamasaki, and Evans (2020)
Import Professional Baseball Data from 'Retrosheet'
A collection of tools to import and structure the (currently) single-season event, game-log, roster, and schedule data available from < https://www.retrosheet.org>. In particular, the event (a.k.a. play-by-play) files can be especially difficult to parse. This package does the parsing on those files, returning the requested data in the most practical R structure to use for sabermetric or other analyses.
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.