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

Found 142 packages in 0.01 seconds

modEvA — by A. Marcia Barbosa, 2 months ago

Model Evaluation and Analysis

Analyses species distribution models and evaluates their performance. It includes functions for variation partitioning, extracting variable importance, computing several metrics of model discrimination and calibration performance, optimizing prediction thresholds based on a number of criteria, performing multivariate environmental similarity surface (MESS) analysis, and displaying various analytical plots. Initially described in Barbosa et al. (2013) .

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

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

gamlssx — by Paul J. Northrop, 8 months ago

Generalized Additive Extreme Value Models for Location, Scale and Shape

Fits generalized additive models for the location, scale and shape parameters of a generalized extreme value response distribution. The methodology is based on Rigby, R.A. and Stasinopoulos, D.M. (2005), and implemented using functions from the 'gamlss' package .

flexdashboard — by Garrick Aden-Buie, 2 years ago

R Markdown Format for Flexible Dashboards

Format for converting an R Markdown document to a grid oriented dashboard. The dashboard flexibly adapts the size of it's components to the containing web page.

hatchR — by Bryan M. Maitland, 3 months ago

Predict Fish Hatch and Emergence Timing

Predict hatch and emergence timing for a wide range of wild fishes using the effective value framework (Sparks et al., (2019) ). 'hatchR' offers users access to established phenological models and the flexibility to incorporate custom parameterizations using external datasets.

SUMMER — by Zehang R Li, 10 months ago

Small-Area-Estimation Unit/Area Models and Methods for Estimation in R

Provides methods for spatial and spatio-temporal smoothing of demographic and health indicators using survey data, with particular focus on estimating and projecting under-five mortality rates, described in Mercer et al. (2015) , Li et al. (2019) , Wu et al. (DHS Spatial Analysis Reports No. 21, 2021), and Li et al. (2023) .

RSDA — by Oldemar Rodriguez, a month 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.

sparsesurv — by Alexandros Angelakis, 2 months ago

Forecasting and Early Outbreak Detection for Sparse Count Data

Functions for fitting, forecasting, and early detection of outbreaks in sparse surveillance count time series. Supports negative binomial (NB), self-exciting NB, generalise autoregressive moving average (GARMA) NB , zero-inflated NB (ZINB), self-exciting ZINB, generalise autoregressive moving average ZINB, and hurdle formulations. Climatic and environmental covariates can be included in the regression component and/or the zero-modified components. Includes outbreak-detection algorithms for NB, ZINB, and hurdle models, with utilities for prediction and diagnostics.