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

Found 143 packages in 0.09 seconds

tstools — by Stéphane Bisinger, 5 months ago

A Time Series Toolbox for Official Statistics

Plot official statistics' time series conveniently: automatic legends, highlight windows, stacked bar chars with positive and negative contributions, sum-as-line option, two y-axes with automatic horizontal grids that fit both axes and other popular chart types. 'tstools' comes with a plethora of defaults to let you plot without setting an abundance of parameters first, but gives you the flexibility to tweak the defaults. In addition to charts, 'tstools' provides a super fast, 'data.table' backed time series I/O that allows the user to export / import long format, wide format and transposed wide format data to various file types.

GpGp — by Joseph Guinness, a month ago

Fast Gaussian Process Computation Using Vecchia's Approximation

Functions for fitting and doing predictions with Gaussian process models using Vecchia's (1988) approximation. Package also includes functions for reordering input locations, finding ordered nearest neighbors (with help from 'FNN' package), grouping operations, and conditional simulations. Covariance functions for spatial and spatial-temporal data on Euclidean domains and spheres are provided. The original approximation is due to Vecchia (1988) < http://www.jstor.org/stable/2345768>, and the reordering and grouping methods are from Guinness (2018) . Model fitting employs a Fisher scoring algorithm described in Guinness (2019) .

sound — by Stefan Langenberg, 2 years ago

A Sound Interface for R

Basic functions for dealing with wav files and sound samples.

dropR — by Annika Tave Overlander, 2 years ago

Dropout Analysis by Condition

Analysis and visualization of dropout between conditions in surveys and (online) experiments. Features include computation of dropout statistics, comparing dropout between conditions (e.g. Chi square), analyzing survival (e.g. Kaplan-Meier estimation), comparing conditions with the most different rates of dropout (Kolmogorov-Smirnov) and visualizing the result of each in designated plotting functions. Sources: Andrea Frick, Marie-Terese Baechtiger & Ulf-Dietrich Reips (2001) < https://www.researchgate.net/publication/223956222_Financial_incentives_personal_information_and_drop-out_in_online_studies>; Ulf-Dietrich Reips (2002) "Standards for Internet-Based Experimenting" .

markstat — by Mehdi Moradi, a month ago

Mark Correlation Functions for Spatial Point Patterns

Provides a range of functions for computing both global and local mark correlation functions for spatial point patterns in either Euclidean spaces or on linear networks, with points carrying either real-valued or function-valued marks. For a review of mark correlation functions, see Eckardt and Moradi (2024) .

IPV — by Nils Petras, 3 years ago

Item Pool Visualization

Generate plots based on the Item Pool Visualization concept for latent constructs. Item Pool Visualizations are used to display the conceptual structure of a set of items (self-report or psychometric). Dantlgraber, Stieger, & Reips (2019) .

openeo — by Florian Lahn, 6 months ago

Client Interface for 'openEO' Servers

Access data and processing functionalities of 'openEO' compliant back-ends in R.

TraMineRextras — by Gilbert Ritschard, a year ago

TraMineR Extension

Collection of ancillary functions and utilities to be used in conjunction with the 'TraMineR' package for sequence data exploration. Includes, among others, specific functions such as state survival plots, position-wise group-typical states, dynamic sequence indicators, and dissimilarities between event sequences. Also includes contributions by non-members of the TraMineR team such as methods for polyadic data and for the comparison of groups of sequences.

nparLD — by Frank Konietschke, 3 years ago

Nonparametric Analysis of Longitudinal Data in Factorial Experiments

Performs nonparametric analysis of longitudinal data in factorial experiments. Longitudinal data are those which are collected from the same subjects over time, and they frequently arise in biological sciences. Nonparametric methods do not require distributional assumptions, and are applicable to a variety of data types (continuous, discrete, purely ordinal, and dichotomous). Such methods are also robust with respect to outliers and for small sample sizes.

ctmcd — by Marius Pfeuffer, 2 years ago

Estimating the Parameters of a Continuous-Time Markov Chain from Discrete-Time Data

Estimation of Markov generator matrices from discrete-time observations. The implemented approaches comprise diagonal and weighted adjustment of matrix logarithm based candidate solutions as in Israel (2001) as well as a quasi-optimization approach. Moreover, the expectation-maximization algorithm and the Gibbs sampling approach of Bladt and Sorensen (2005) are included.