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

Found 101 packages in 0.04 seconds

vaultr — by Rich FitzJohn, a year ago

Vault Client for Secrets and Sensitive Data

Provides an interface to a 'HashiCorp' vault server over its http API (typically these are self-hosted; see < https://www.vaultproject.io>). This allows for secure storage and retrieval of secrets over a network, such as tokens, passwords and certificates. Authentication with vault is supported through several backends including user name/password and authentication via 'GitHub'.

Rlab — by Dennis Boos, 3 years ago

Functions and Datasets Required for ST370 Class

Provides functions and datasets required for the ST 370 course at North Carolina State University.

SMARTp — by Dipankar Bandyopadhyay, 6 years ago

Sample Size for SMART Designs in Non-Surgical Periodontal Trials

Sample size calculation to detect dynamic treatment regime (DTR) effects based on change in clinical attachment level (CAL) outcomes from a non-surgical chronic periodontitis treatments study. The experiment is performed under a Sequential Multiple Assignment Randomized Trial (SMART) design. The clustered tooth (sub-unit) level CAL outcomes are skewed, spatially-referenced, and non-randomly missing. The implemented algorithm is available in Xu et al. (2019+) .

nlraa — by Fernando Miguez, a year ago

Nonlinear Regression for Agricultural Applications

Additional nonlinear regression functions using self-start (SS) algorithms. One of the functions is the Beta growth function proposed by Yin et al. (2003) . There are several other functions with breakpoints (e.g. linear-plateau, plateau-linear, exponential-plateau, plateau-exponential, quadratic-plateau, plateau-quadratic and bilinear), a non-rectangular hyperbola and a bell-shaped curve. Twenty eight (28) new self-start (SS) functions in total. This package also supports the publication 'Nonlinear regression Models and applications in agricultural research' by Archontoulis and Miguez (2015) , a book chapter with similar material and a publication by Oddi et. al. (2019) in Ecology and Evolution . The function 'nlsLMList' uses 'nlsLM' for fitting, but it is otherwise almost identical to 'nlme::nlsList'.In addition, this release of the package provides functions for conducting simulations for 'nlme' and 'gnls' objects as well as bootstrapping. These functions are intended to work with the modeling framework of the 'nlme' package. It also provides four vignettes with extended examples.

CohensdpLibrary — by Denis Cousineau, 3 months ago

Cohen's D_p Computation with Confidence Intervals

Computing Cohen's d_p in any experimental designs (between-subject, within-subject, and single-group design). Cousineau (2022) < https://github.com/dcousin3/CohensdpLibrary>; Cohen (1969, ISBN: 0-8058-0283-5).

activPAL — by Craig Speirs, 5 years ago

Advanced Processing and Chart Generation from activPAL Events Files

Contains functions to generate pre-defined summary statistics from activPAL events files . The package also contains functions to produce informative graphics that visualise physical activity behaviour and trends. This includes generating graphs that align physical activity behaviour with additional time based observations described by other data sets, such as sleep diaries and continuous glucose monitoring data.

EngrExpt — by Douglas Bates, 12 years ago

Data sets from "Introductory Statistics for Engineering Experimentation"

Datasets from Nelson, Coffin and Copeland "Introductory Statistics for Engineering Experimentation" (Elsevier, 2003) with sample code.

DEGRE — by Douglas Terra Machado, 2 years ago

Inferring Differentially Expressed Genes using Generalized Linear Mixed Models

Genes that are differentially expressed between two or more experimental conditions can be detected in RNA-Seq. A high biological variability may impact the discovery of these genes once it may be divergent between the fixed effects. However, this variability can be covered by the random effects. 'DEGRE' was designed to identify the differentially expressed genes considering fixed and random effects on individuals. These effects are identified earlier in the experimental design matrix. 'DEGRE' has the implementation of preprocessing procedures to clean the near zero gene reads in the count matrix, normalize by 'RLE' published in the 'DESeq2' package, 'Love et al. (2014)' and it fits a regression for each gene using the Generalized Linear Mixed Model with the negative binomial distribution, followed by a Wald test to assess the regression coefficients.

POFIBGE — by Gabriel Assuncao, 3 years ago

Downloading, Reading and Analyzing POF Microdata - Package in Development

Provides tools for downloading, reading and analyzing the POF, a household survey from Brazilian Institute of Geography and Statistics - IBGE. The data must be downloaded from the official website < https://www.ibge.gov.br/>. Further analysis must be made using package 'survey'.

orderly — by Rich FitzJohn, 3 years ago

Lightweight Reproducible Reporting

Order, create and store reports from R. By defining a lightweight interface around the inputs and outputs of an analysis, a lot of the repetitive work for reproducible research can be automated. We define a simple format for organising and describing work that facilitates collaborative reproducible research and acknowledges that all analyses are run multiple times over their lifespans.