Found 162 packages in 0.07 seconds
Planning and Analysing Survival Studies under Non-Proportional Hazards
Piecewise constant hazard functions are used to flexibly model survival distributions with non-proportional hazards and
to simulate data from the specified distributions. A function to calculate weighted log-rank tests for the comparison of two
hazard functions is included. Also, a function to calculate a test using the maximum of a set of test statistics from weighted
log-rank tests (MaxCombo test) is provided. This test utilizes the asymptotic multivariate normal joint distribution of the
separate test statistics. The correlation is estimated from the data. These methods are described in Ristl et al. (2021)
ROBustness in Network
Assesses the robustness of the community structure of a network found by one or more community detection algorithm to give indications about their reliability. It detects if the community structure found by a set of algorithms is statistically significant and compares the different selected detection algorithms on the same network. robin helps to choose among different community detection algorithms the one that better fits the network of interest. Reference in Policastro V., Righelli D., Carissimo A., Cutillo L., De Feis I. (2021) < https://journal.r-project.org/archive/2021/RJ-2021-040/index.html>.
Visualize the Effect of a Continuous Variable on a Time-to-Event Outcome
Graphically display the (causal) effect of a continuous variable on a time-to-event outcome
using multiple different types of plots based on g-computation. Those functions
include, among others, survival area plots, survival contour plots, survival quantile plots and
3D surface plots. Due to the use of g-computation, all plot allow confounder-adjustment naturally.
For details, see Robin Denz, Nina Timmesfeld (2023)
Efficient Evaluation of Quadratic Forms
A range of quadratic forms are evaluated, using efficient methods. Unnecessary transposes are not performed. Complex values are handled consistently.
Weierstrass and Jacobi Elliptic Functions
A suite of elliptic and related functions including Weierstrass and Jacobi forms. Also includes various tools for manipulating and visualizing complex functions.
The Free Algebra
The free algebra in R with non-commuting indeterminates.
Uses 'disordR' discipline
(Hankin, 2022,
Alluvial Diagrams
Creating alluvial diagrams (also known as parallel sets plots) for multivariate and time series-like data.
Easy Spatial Microsimulation (Raking) in R
Functions for performing spatial microsimulation ('raking') in R.
Distances on Directed Graphs
Distances on dual-weighted directed graphs using
priority-queue shortest paths (Padgham (2019)
R Object Oriented Programming for Statistical Distribution
Statistical distribution in OOP (Object Oriented Programming) way.
This package proposes a R6 class interface to classic statistical
distribution, and new distributions can be easily added with the
class AbstractDist. A useful point is the generic fit() method for
each class, which uses a maximum likelihood estimation to find the
parameters of a dataset, see, e.g. Hastie, T. and al (2009)