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

Found 93 packages in 0.02 seconds

poissonreg — by Hannah Frick, 3 years ago

Model Wrappers for Poisson Regression

Bindings for Poisson regression models for use with the 'parsnip' package. Models include simple generalized linear models, Bayesian models, and zero-inflated Poisson models (Zeileis, Kleiber, and Jackman (2008) ).

ddml — by Thomas Wiemann, a year ago

Double/Debiased Machine Learning

Estimate common causal parameters using double/debiased machine learning as proposed by Chernozhukov et al. (2018) . 'ddml' simplifies estimation based on (short-)stacking as discussed in Ahrens et al. (2024) , which leverages multiple base learners to increase robustness to the underlying data generating process.

dendRoAnalyst — by Sugam Aryal, a year ago

A Tool for Processing and Analyzing Dendrometer Data

There are various functions for managing and cleaning data before the application of different approaches. This includes identifying and erasing sudden jumps in dendrometer data not related to environmental change, identifying the time gaps of recordings, and changing the temporal resolution of data to different frequencies. Furthermore, the package calculates daily statistics of dendrometer data, including the daily amplitude of tree growth. Various approaches can be applied to separate radial growth from daily cyclic shrinkage and expansion due to uptake and loss of stem water. In addition, it identifies periods of consecutive days with user-defined climatic conditions in daily meteorological data, then check what trees are doing during that period.

exams2sakai — by Jesús María Méndez Pérez, a year ago

Automatic Generation of Exams in R for 'Sakai'

Automatic Generation of Exams in R for 'Sakai'. Question templates in the form of the 'exams' package (see < https://www.r-exams.org/>) are transformed into XML format required by 'Sakai'.

RTIGER — by Rafael Campos-Martin, 2 years ago

HMM-Based Model for Genotyping and Cross-Over Identification

Our method integrates information from all sequenced samples, thus avoiding loss of alleles due to low coverage. Moreover, it increases the statistical power to uncover sequencing or alignment errors .

missCforest — by Imad El Badisy, 3 years ago

Ensemble Conditional Trees for Missing Data Imputation

Single imputation based on the Ensemble Conditional Trees (i.e. Cforest algorithm Strobl, C., Boulesteix, A. L., Zeileis, A., & Hothorn, T. (2007) ).

nordklimdata1 — by Jose Gama, 10 years ago

Dataset for Climate Analysis with Data from the Nordic Region

The Nordklim dataset 1.0 is a unique and useful achievement for climate analysis. It includes observations of twelve different climate elements from more than 100 stations in the Nordic region, in time span over 100 years. The project contractors were NORDKLIM/NORDMET on behalf of the National meteorological services in Denmark (DMI), Finland (FMI), Iceland (VI), Norway (DNMI) and Sweden (SMHI).

gmfamm — by Alexander Volkmann, a year ago

Generalized Multivariate Functional Additive Models

Supply implementation to model generalized multivariate functional data using Bayesian additive mixed models of R package 'bamlss' via a latent Gaussian process (see Umlauf, Klein, Zeileis (2018) ).

LSD — by Bjoern Schwalb, 5 years ago

Lots of Superior Depictions

Create lots of colorful plots in a plethora of variations. Try the LSD demotour().

logiBin — by Sneha Tody, 7 years ago

Binning Variables to Use in Logistic Regression

Fast binning of multiple variables using parallel processing. A summary of all the variables binned is generated which provides the information value, entropy, an indicator of whether the variable follows a monotonic trend or not, etc. It supports rebinning of variables to force a monotonic trend as well as manual binning based on pre specified cuts. The cut points of the bins are based on conditional inference trees as implemented in the partykit package. The conditional inference framework is described by Hothorn T, Hornik K, Zeileis A (2006) .