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

Found 133 packages in 0.15 seconds

RealVAMS — by Andrew Karl, 9 months ago

Multivariate VAM Fitting

Fits a multivariate value-added model (VAM), see Broatch, Green, and Karl (2018) and Broatch and Lohr (2012) , with normally distributed test scores and a binary outcome indicator. A pseudo-likelihood approach, Wolfinger (1993) , is used for the estimation of this joint generalized linear mixed model. The inner loop of the pseudo-likelihood routine (estimation of a linear mixed model) occurs in the framework of the EM algorithm presented by Karl, Yang, and Lohr (2013) . This material is based upon work supported by the National Science Foundation under grants DRL-1336027 and DRL-1336265.

VOSONDash — by Bryan Gertzel, 4 years ago

User Interface for Collecting and Analysing Social Networks

A 'Shiny' application for the interactive visualisation and analysis of networks that also provides a web interface for collecting social media data using 'vosonSML'.

git2r — by Stefan Widgren, 3 months ago

Provides Access to Git Repositories

Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.

LMN — by Martin Lysy, 2 years ago

Inference for Linear Models with Nuisance Parameters

Efficient Frequentist profiling and Bayesian marginalization of parameters for which the conditional likelihood is that of a multivariate linear regression model. Arbitrary inter-observation error correlations are supported, with optimized calculations provided for independent-heteroskedastic and stationary dependence structures.

mniw — by Martin Lysy, 4 months ago

The Matrix-Normal Inverse-Wishart Distribution

Density evaluation and random number generation for the Matrix-Normal Inverse-Wishart (MNIW) distribution, as well as the the Matrix-Normal, Matrix-T, Wishart, and Inverse-Wishart distributions. Core calculations are implemented in a portable (header-only) C++ library, with matrix manipulations using the 'Eigen' library for linear algebra. Also provided is a Gibbs sampler for Bayesian inference on a random-effects model with multivariate normal observations.

utile.tables — by Eric Finnesgard, 2 years ago

Build Tables for Publication

Functions for building customized ready-to-export tables for publication.

FuncMap — by Bryan A. Hanson, 7 years ago

Hive Plots of R Package Function Calls

Analyzes the function calls in an R package and creates a hive plot of the calls, dividing them among functions that only make outgoing calls (sources), functions that have only incoming calls (sinks), and those that have both incoming calls and make outgoing calls (managers). Function calls can be mapped by their absolute numbers, their normalized absolute numbers, or their rank. FuncMap should be useful for comparing packages at a high level for their overall design. Plus, it's just plain fun. The hive plot concept was developed by Martin Krzywinski (www.hiveplot.com) and inspired this package. Note: this package is maintained for historical reasons. HiveR is a full package for creating hive plots.

SpecHelpers — by Bryan A. Hanson, 7 years ago

Spectroscopy Related Utilities

Utility functions for spectroscopy. 1. Functions to simulate spectra for use in teaching or testing. 2. Functions to process files created by 'LoggerPro' and 'SpectraSuite' software.

gamlssx — by Paul J. Northrop, 6 months ago

Generalized Additive Extreme Value Models for Location, Scale and Shape

Fits generalized additive models for the location, scale and shape parameters of a generalized extreme value response distribution. The methodology is based on Rigby, R.A. and Stasinopoulos, D.M. (2005), and implemented using functions from the 'gamlss' package .

hyperSpec — by Claudia Beleites, 8 months ago

Work with Hyperspectral Data, i.e. Spectra + Meta Information (Spatial, Time, Concentration, ...)

Comfortable ways to work with hyperspectral data sets. I.e. spatially or time-resolved spectra, or spectra with any other kind of information associated with each of the spectra. The spectra can be data as obtained in XRF, UV/VIS, Fluorescence, AES, NIR, IR, Raman, NMR, MS, etc. More generally, any data that is recorded over a discretized variable, e.g. absorbance = f(wavelength), stored as a vector of absorbance values for discrete wavelengths is suitable.