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

Found 125 packages in 0.03 seconds

skimr — by Elin Waring, a year ago

Compact and Flexible Summaries of Data

A simple to use summary function that can be used with pipes and displays nicely in the console. The default summary statistics may be modified by the user as can the default formatting. Support for data frames and vectors is included, and users can implement their own skim methods for specific object types as described in a vignette. Default summaries include support for inline spark graphs. Instructions for managing these on specific operating systems are given in the "Using skimr" vignette and the README.

bigalgebra — by Frederic Bertrand, 4 months 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.

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'.

BMA — by Hana Sevcikova, 2 years ago

Bayesian Model Averaging

Package for Bayesian model averaging and variable selection for linear models, generalized linear models and survival models (cox regression).

utile.tables — by Eric Finnesgard, a year ago

Build Tables for Publication

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

mi — by Ben Goodrich, 2 years ago

Missing Data Imputation and Model Checking

The mi package provides functions for data manipulation, imputing missing values in an approximate Bayesian framework, diagnostics of the models used to generate the imputations, confidence-building mechanisms to validate some of the assumptions of the imputation algorithm, and functions to analyze multiply imputed data sets with the appropriate degree of sampling uncertainty.

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.

FuncMap — by Bryan A. Hanson, 6 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.

textreadr — by Tyler Rinker, 3 years ago

Read Text Documents into R

A small collection of convenience tools for reading text documents into R.