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

Found 153 packages in 0.04 seconds

arm — by Yu-Sung Su, 16 days ago

Data Analysis Using Regression and Multilevel/Hierarchical Models

Functions to accompany A. Gelman and J. Hill, Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge University Press, 2007.

ChemoSpec — by Bryan A. Hanson, 8 months ago

Exploratory Chemometrics for Spectroscopy

A collection of functions for top-down exploratory data analysis of spectral data including nuclear magnetic resonance (NMR), infrared (IR), Raman, X-ray fluorescence (XRF) and other similar types of spectroscopy. Includes functions for plotting and inspecting spectra, peak alignment, hierarchical cluster analysis (HCA), principal components analysis (PCA) and model-based clustering. Robust methods appropriate for this type of high-dimensional data are available. ChemoSpec is designed for structured experiments, such as metabolomics investigations, where the samples fall into treatment and control groups. Graphical output is formatted consistently for publication quality plots. ChemoSpec is intended to be very user friendly and to help you get usable results quickly. A vignette covering typical operations is available.

runes — by Bryan Jenks, 6 years ago

Convert Strings to Elder Futhark Runes

Convert a string of text characters to Elder Futhark Runes < https://en.wikipedia.org/wiki/Elder_Futhark>.

super — by Tim Taylor, a year ago

Interpreted String Literals

An implementation of interpreted string literals. Based on the 'glue' package by Hester & Bryan (2024) but with a focus on efficiency and simplicity at a cost of flexibility.

turboEM — by Ravi Varadhan, a year ago

A Suite of Convergence Acceleration Schemes for EM, MM and Other Fixed-Point Algorithms

Algorithms for accelerating the convergence of slow, monotone sequences from smooth, contraction mapping such as the EM and MM algorithms. It can be used to accelerate any smooth, linearly convergent acceleration scheme. A tutorial style introduction to this package is available in a vignette on the CRAN download page or, when the package is loaded in an R session, with vignette("turboEM").

bigalgebra — by Frederic Bertrand, a month ago

'BLAS' and 'LAPACK' Routines for Native R Matrices and 'big.matrix' Objects

Provides arithmetic functions for R matrix and 'big.matrix' objects as well as functions for QR factorization, Cholesky factorization, General eigenvalue, and Singular value decomposition (SVD). A method matrix multiplication and an arithmetic method -for matrix addition, matrix difference- allows for mixed type operation -a matrix class object and a big.matrix class object- and pure type operation for two big.matrix class objects.

vroom — by Jennifer Bryan, a month ago

Read and Write Rectangular Text Data Quickly

The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.

ChemoSpecUtils — by Bryan A. Hanson, a year ago

Functions Supporting Packages ChemoSpec and ChemoSpec2D

Functions supporting the common needs of packages 'ChemoSpec' and 'ChemoSpec2D'.

rdfp — by Steven M. Mortimer, 7 years ago

An Implementation of the 'DoubleClick for Publishers' API

Functions to interact with the 'Google DoubleClick for Publishers (DFP)' API < https://developers.google.com/ad-manager/api/start> (recently renamed to 'Google Ad Manager'). This package is automatically compiled from the API WSDL (Web Service Description Language) files to dictate how the API is structured. Theoretically, all API actions are possible using this package; however, care must be taken to format the inputs correctly and parse the outputs correctly. Please see the 'Google Ad Manager' API reference < https://developers.google.com/ad-manager/api/rel_notes> and this package's website < https://stevenmmortimer.github.io/rdfp/> for more information, documentation, and examples.

searchConsoleR — by Mark Edmondson, 7 years ago

Google Search Console R Client

Provides an interface with the Google Search Console, formally called Google Webmaster Tools.