- fit
Either a string with a file path to an .Rdata or .RDS file
containing a morse fit, or a morse fit object itself
- find_sd
a logical value. If TRUE
, it will try to find fitted parameters of a GUTS-RED-SD model
- find_it
a logical value. If TRUE
, it will try to find fitted parameters of a GUTS-RED-IT model
- reset_hb
a logical value. If TRUE
, the background hazard rate hb
is set to zero
- params
character
, if set to "estim"
then only the best-fit parameters are
imported, else all parameter sets in the MCM chains are returned
- mcmc_size
optional integer
, sets the maximum number of imported parameter sets per MCMC.
By default, all MSMS parameter samples are imported.
- find.SD
deprecated,
alias for parameter find_sd
- find.IT
deprecated,
alias for parameter find_it
- reset.hb
deprecated,
alias for parameter rest_hb
- mcmc.size
deprecated,
alias for parameter mcmc_size
- file
deprecated,
alias for parameter fit
- ...
Arguments passed on to import_morse()