load_surv_models {heemod} | R Documentation |
Load a set of survival fits
Description
Load a set of survival fits
Usage
load_surv_models(location, survival_specs, use_envir)
Arguments
location |
base directory |
survival_specs |
information about fits |
use_envir |
an environment |
Value
A list with two elements:
best_models
, a list with the fits for each data file passed in; andenvir
, an environment containing the models so they can be referenced to get probabilities.
[Package heemod version 1.0.1 Index]