Found 140 packages in 0.13 seconds
Names Your 'R Markdown' Chunks
It names the 'R Markdown' chunks of files based on the filename.
Interface to the 'sparseLM' Levenberg-Marquardt Library
Provides an R interface to the 'sparseLM' C library for
large-scale nonlinear least squares problems with arbitrarily sparse
Jacobians. The underlying solver implements a sparse variant of the
Levenberg-Marquardt algorithm for minimizing sum-of-squares objective
functions, supports user-supplied analytic Jacobians or finite-difference
approximation, and is designed to exploit sparsity for improved memory use
and performance. This package exposes the solver in R and uses sparse
matrix classes and the 'CHOLMOD' sparse Cholesky factorization routines
through the 'Matrix' package interface. Methods from the C library are
described in Lourakis (2010)
DATRAS Trawl Survey Database Web Services
R interface to access the web services of the ICES (International Council for the Exploration of the Sea) DATRAS trawl survey database < https://datras.ices.dk/WebServices/Webservices.aspx>.
Hill/Bliss Independence Model for Combination Vaccines
Calculate expected relative risk and proportion protected assuming normally distributed log10 transformed antibody dose for a several component vaccine. Uses Hill models for each component which are combined under Bliss independence. See Saul and Fay, 2007
Functions to Support the ICES Transparent Assessment Framework
Functions to support the ICES Transparent Assessment Framework < https://taf.ices.dk> to organize data, methods, and results used in ICES assessments. ICES is an organization facilitating international collaboration in marine science.
Pretty Base Graphics
Drop-in replacements for standard base graphics functions. The replacements are prettier versions of the originals.
Scans R Projects for Vulnerable Third Party Dependencies
Collects a list of your third party R packages, and scans them with the 'OSS' Index provided by 'Sonatype', reporting back on any vulnerabilities that are found in the third party packages you use.
Two-Sample Test of many Functional Means using the Energy Method
Given two samples of size n_1 and n_2 from a data set where each sample consists of K functional observations (channels), each recorded on T grid points, the function energy method implements a hypothesis test of equality of channel-wise mean at each channel using the bootstrapped distribution of maximum energy to control family wise error. The function energy_method_complex accomodates complex valued functional observations.
Markdown Parser Implemented using the 'MD4C' Library
Provides an R wrapper for the 'MD4C' (Markdown for 'C') library. Functions exist for parsing markdown ('CommonMark' compliant) along with support for other common markdown extensions (e.g. GitHub flavored markdown, 'LaTeX' equation support, etc.). The package also provides a number of higher level functions for exploring and manipulating markdown abstract syntax trees as well as translating and displaying the documents.
Optimization via Subsampling (OPTS)
Subsampling based variable selection for low dimensional generalized linear models. The methods repeatedly subsample the data minimizing an information criterion (AIC/BIC) over a sequence of nested models for each subsample. Marinela Capanu, Mihai Giurcanu, Colin B Begg, Mithat Gonen, Subsampling based variable selection for generalized linear models.