View source: R/load_curve_params.R
load_curve_params | R Documentation |
Load antibody decay curve parameter samples
load_curve_params(file_path, antigen_isos = NULL)
file_path |
path to an RDS file containing MCMC samples of antibody decay curve parameters |
antigen_isos |
|
a curve_params
object (a tibble::tbl_df with extra attribute antigen_isos
)
curve <- load_curve_params(serocalculator_example("example_curve_params.rds"))
print(curve)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.