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

Found 149 packages in 0.01 seconds

googleAuthR — by Erik Grönroos, 2 months ago

Authenticate and Create Google APIs

Create R functions that interact with OAuth2 Google APIs < https://developers.google.com/apis-explorer/> easily, with auto-refresh and Shiny compatibility.

rankICC — by Shengxin Tu, 2 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, 8 months 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.

RSDA — by Oldemar Rodriguez, 5 months ago

R to Symbolic Data Analysis

Symbolic Data Analysis (SDA) was proposed by professor Edwin Diday in 1987, the main purpose of SDA is to substitute the set of rows (cases) in the data table for a concept (second order statistical unit). This package implements, to the symbolic case, certain techniques of automatic classification, as well as some linear models.

PHSMM — by Jennifer Pohle, 5 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. .

RealVAMS — by Andrew Karl, 2 years 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, 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'.

LMN — by Martin Lysy, 4 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.

utile.tables — by Eric Finnesgard, 3 years ago

Build Tables for Publication

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

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