powered by
Load longitudinal seroresponse parameter samples
load_sr_params(file_path, antigen_isos = NULL)
a curve_params object (a tibble::tbl_df
curve_params
with extra attribute antigen_isos)
antigen_isos
path to an RDS file containing MCMC samples of antibody seroresponse parameters y0, y1, t1, alpha, and r, stored as a data.frame() or tibble::tbl_df
y0
y1
t1
alpha
r
data.frame()
character() vector of antigen isotypes used in analyses
character()
curve <- load_sr_params(serocalculator_example("example_curve_params.rds")) print(curve)
Run the code above in your browser using DataLab