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

Found 158 packages in 0.02 seconds

exCon — by Bryan A. Hanson, 9 years ago

Interactive Exploration of Contour Data

Interactive tools to explore topographic-like data sets. Such data sets take the form of a matrix in which the rows and columns provide location/frequency information, and the matrix elements contain altitude/response information. Such data is found in cartography, 2D spectroscopy and chemometrics. The functions in this package create interactive web pages showing the contoured data, possibly with slices from the original matrix parallel to each dimension. The interactive behavior is created using the 'D3.js' 'JavaScript' library by Mike Bostock.

echo.find — by Jennifer Hurley, 6 years ago

Finding Rhythms Using Extended Circadian Harmonic Oscillators (ECHO)

Provides a function (echo_find()) designed to find rhythms from data using extended harmonic oscillators. For more information, see H. De los Santos et al. (2020) .

regressoR — by Oldemar Rodriguez, 7 months ago

Regression Data Analysis System

Perform a supervised data analysis on a database through a 'shiny' graphical interface. It includes methods such as linear regression, penalized regression, k-nearest neighbors, decision trees, ada boosting, extreme gradient boosting, random forest, neural networks, deep learning and support vector machines.

tern — by Joe Zhu, 2 months ago

Create Common TLGs Used in Clinical Trials

Table, Listings, and Graphs (TLG) library for common outputs used in clinical trials.

rankICC — by Shengxin Tu, 3 years ago

Rank Intraclass Correlation for Clustered Data

Estimates the rank intraclass correlation coefficient (ICC) for clustered continuous and ordinal data. See Tu et al. (2023) for details.

vosonSML — by Bryan Gertzel, a year ago

Collecting Social Media Data and Generating Networks for Analysis

A suite of easy to use functions for collecting social media data and generating networks for analysis. Supports Mastodon, YouTube, Reddit and Web 1.0 data sources.

broom — by Emil Hvitfeldt, 4 months ago

Convert Statistical Objects into Tidy Tibbles

Summarizes key information about statistical objects in tidy tibbles. This makes it easy to report results, create plots and consistently work with large numbers of models at once. Broom provides three verbs that each provide different types of information about a model. tidy() summarizes information about model components such as coefficients of a regression. glance() reports information about an entire model, such as goodness of fit measures like AIC and BIC. augment() adds information about individual observations to a dataset, such as fitted values or influence measures.

PHSMM — by Jennifer Pohle, 6 years ago

Penalised Maximum Likelihood Estimation for Hidden Semi-Markov Models

Provides tools for penalised maximum likelihood estimation of hidden semi-Markov models (HSMMs) with flexible state dwell-time distributions. These include functions for model fitting, model checking and state-decoding. The package considers HSMMs for univariate time series with state-dependent gamma, normal, Poisson or Bernoulli distributions. For details, see Pohle, J., Adam, T. and Beumer, L.T. (2021): Flexible estimation of the state dwell-time distribution in hidden semi-Markov models. .

bigalgebra — by Frederic Bertrand, 12 days 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, 6 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'.