# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "simtte" in publications use:' type: software license: GPL-2.0-or-later title: 'simtte: Simulate Time-to-Event Data Using Weibull and Spline Models' version: 1.0.1 abstract: Simulates time-to-event (survival) datasets for clinical trial design and analysis. Supports Weibull and flexible M-spline baseline hazard models via the 'mrgsolve' ordinary differential equation solver backend. Implements inverse transform sampling from cumulative hazard functions to generate event times. See Bender et al. (2005) for the inverse transform sampling methodology and Royston and Parmar (2002) for flexible parametric survival models. authors: - family-names: Traynor given-names: Carlos email: carlos.traynor.qcp@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/csetraynor/simtte commit: e0ed3fcc6b172902bc574c34d8f77d99b0175258 url: https://github.com/csetraynor/simtte date-released: '2026-07-11' contact: - family-names: Traynor given-names: Carlos email: carlos.traynor.qcp@gmail.com