*`measles_sailer` data: generation numbering now starts at 0 (not 1)
* fixed uniform censoring in `rexp_delayed` and `rweib_delayed`: Lambert W function (implemented in C++) useful for exponential, uniroot approach for Weibull
* enhance documentation
# incubate 1.4.0
* allow for random right-censoring in the response variable
@@ -69,7 +71,7 @@
* README: better intro text and more text for example
# incubate 1.1.2
* small changes for CRAN-warnings
* small changes due to CRAN-warnings
* test: bigger data set for delay estimation
# incubate 1.1.1
@@ -86,7 +88,7 @@
* bug fix: `plot.incubate_fit` has legible colour legend title
# incubate 1.0.0
*data: add experimental data `stankovic` from a publication Stankovic et al EGFL7 enhances surface expression of integrin doi:10.15252/emmm.201708420 (2018) as example data set
*add data set `stankovic`: experimental data on tumour growth in mice (Stankovic et al, EGFL7 enhances surface expression of integrin (2018))
* This version of package is also published at <https://zenodo.org/record/6462382>
#' For the initial delay parameter we allow to smooth the delay estimate in parametric bootstrap. The initial delay parameter is special because this parameter determines when observations can start to occur.
#' Bootstrapping from a delay model will only produce data that starts never before the given delay. Smoothing adds variability here.
#' The default value for smoothing is `smd_factor=1` which means to add normal noise of 1xstd.dev of the first observation to the first observation.
#' Alternatively, when using the objective function to find a region for delay1 (this branch is turned off in the code, cf USE_OBJFUN hardcoded), the default 1 was an optimal value in a simulation for log-quantile together with log delay-shift = 5.
#' Alternatively, when using the objective function to find a region for delay1 (this branch is turned off in the code, cf. USE_OBJFUN hard-coded), the default 1 was an optimal value in a simulation for log-quantile together with log delay-shift = 5.
#'
#' @param object an `incubate_fit`-object
#' @param bs_data character. Which type of bootstrap method to generate data?