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

Found 183 packages in 0.13 seconds

downscale — by Charles Marsh, 5 months 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) .

pooh — by Charles J. Geyer, 9 years ago

Partial Orders and Relations

Finds equivalence classes corresponding to a symmetric relation or undirected graph. Finds total order consistent with partial order or directed graph (so-called topological sort).

GENEAread — by Jia Ying Chua, 2 years ago

Package for Reading Binary Files

Functions and analytics for GENEA-compatible accelerometer data into R objects. See topic 'GENEAread' for an introduction to the package. See < https://activinsights.com/technology/geneactiv/> for more details on the GENEActiv device.

kmodR — by David Charles Howe, 4 years ago

K-Means with Simultaneous Outlier Detection

An implementation of the 'k-means--' algorithm proposed by Chawla and Gionis, 2013 in their paper, "k-means-- : A unified approach to clustering and outlier detection. SIAM International Conference on Data Mining (SDM13)", and using 'ordering' described by Howe, 2013 in the thesis, Clustering and anomaly detection in tropical cyclones". Useful for creating (potentially) tighter clusters than standard k-means and simultaneously finding outliers inexpensively in multidimensional space.

MAIVE — by Petr Cala, 3 months ago

Meta Analysis Instrumental Variable Estimator

Meta-analysis traditionally assigns more weight to studies with lower standard errors, assuming higher precision. However, in observational research, precision must be estimated and is vulnerable to manipulation, such as p-hacking, to achieve statistical significance. This can lead to spurious precision, invalidating inverse-variance weighting and bias-correction methods like funnel plots. Common methods for addressing publication bias, including selection models, often fail or exacerbate the problem. This package introduces an instrumental variable approach to limit bias caused by spurious precision in meta-analysis. Methods are described in 'Irsova et al.' (2025) .

ctsemOMX — by Charles Driver, 2 months ago

Continuous Time Structural Equation Modelling - Old 'OpenMx'-Based Version

Original 'ctsem' (continuous time structural equation modelling) functionality, based on the 'OpenMx' software, as described in Driver, Oud, Voelkle (2017) , with updated details in vignette. Combines stochastic differential equations representing latent processes with structural equation measurement models. This package is maintained for consistency with the original 'ctsem' paper, but for the much newer and more capable 'ctsem' package, see < https://cran.r-project.org/package=ctsem>.

charlesschwabapi — by Nick Bultman, 5 months ago

Wrapper Functions Around 'Charles Schwab Individual Trader API'

For those wishing to interact with the 'Charles Schwab Individual Trader API' (< https://developer.schwab.com/products/trader-api--individual>) with R in a simplified manner, this package offers wrapper functions around authentication and the available API calls to streamline the process.

tryCatchLog — by Juergen Altfeld, 5 months ago

Advanced 'tryCatch()' and 'try()' Functions

Advanced tryCatch() and try() functions for better error handling (logging, stack trace with source code references and support for post-mortem analysis via dump files).

TSHRC — by Charles J. Geyer, 7 years ago

Two Stage Hazard Rate Comparison

Two-stage procedure compares hazard rate functions, which may or may not cross each other.

nngeo — by Michael Dorman, 2 years ago

k-Nearest Neighbor Join for Spatial Data

K-nearest neighbor search for projected and non-projected 'sf' spatial layers. Nearest neighbor search uses (1) C code from 'GeographicLib' for lon-lat point layers, (2) function knn() from package 'nabor' for projected point layers, or (3) function st_distance() from package 'sf' for line or polygon layers. The package also includes several other utility functions for spatial analysis.