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

Found 131 packages in 0.07 seconds

FisherEM — by Charles Bouveyron, 4 years ago

The FisherEM Algorithm to Simultaneously Cluster and Visualize High-Dimensional Data

The FisherEM algorithm, proposed by Bouveyron & Brunet (2012) , is an efficient method for the clustering of high-dimensional data. FisherEM models and clusters the data in a discriminative and low-dimensional latent subspace. It also provides a low-dimensional representation of the clustered data. A sparse version of Fisher-EM algorithm is also provided.

funLBM — by Charles Bouveyron, 2 years ago

Model-Based Co-Clustering of Functional Data

The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix where each entry of the matrix is a function or a time series.

Linkage — by Charles Bouveyron, 2 years ago

Clustering Communication Networks Using the Stochastic Topic Block Model Through Linkage.fr

It allows to cluster communication networks using the Stochastic Topic Block Model by posting jobs through the API of the linkage.fr server, which implements the clustering method. The package also allows to visualize the clustering results returned by the server.

MBCbook — by Charles Bouveyron, 5 years ago

Companion Package for the Book "Model-Based Clustering and Classification for Data Science" by Bouveyron et al. (2019, ISBN:9781108644181).

The companion package provides all original data sets and functions that are used in the book "Model-Based Clustering and Classification for Data Science" by Charles Bouveyron, Gilles Celeux, T. Brendan Murphy and Adrian E. Raftery (2019, ISBN:9781108644181).

nprotreg — by Giovanni Lafratta, 7 months ago

Nonparametric Rotations for Sphere-Sphere Regression

Fits sphere-sphere regression models by estimating locally weighted rotations. Simulation of sphere-sphere data according to non-rigid rotation models. Provides methods for bias reduction applying iterative procedures within a Newton-Raphson learning scheme. Cross-validation is exploited to select smoothing parameters. See Marco Di Marzio, Agnese Panzera & Charles C. Taylor (2018) .

srcr — by Charles Bailey, 2 years ago

Simplify Connections to Database Sources

Connecting to databases requires boilerplate code to specify connection parameters and to set up sessions properly with the DBMS. This package provides a simple tool to fill two purposes: abstracting connection details, including secret credentials, out of your source code and managing configuration for frequently-used database connections in a persistent and flexible way, while minimizing requirements on the runtime environment.

SSDforR — by Charles Auerbach, 3 months ago

Functions to Analyze Single System Data

Functions to visually and statistically analyze single system data.

broom — by Simon Couch, 10 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.

UMR — by Charles Doss, 3 years ago

Unmatched Monotone Regression

Unmatched regression refers to the regression setting where covariates and predictors are collected separately/independently and so are not paired together, as in the usual regression setting. Balabdaoui, Doss, and Durot (2021) study the unmatched regression setting where the univariate regression function is known to be monotone. This package implements methods for computing the estimator developed in Balabdaoui, Doss, and Durot (2021). The main method is an active-set-trust-region-based method.

downscale — by Charles Marsh, a year ago

Downscaling Species Occupancy

Uses species occupancy at coarse grain sizes to predict species occupancy at fine grain sizes. Ten models are provided to fit and extrapolate the occupancy-area relationship, as well as methods for preparing atlas data for modelling. See Marsh et. al. (2018) .