load_curve_params {serocalculator} | R Documentation |
Load antibody decay curve parameter samples
Description
Load antibody decay curve parameter samples
Usage
load_curve_params(file_path, antigen_isos = NULL)
Arguments
file_path |
path to an RDS file containing MCMC samples of antibody decay curve parameters |
antigen_isos |
|
Value
a curve_params
object (a tibble::tbl_df with extra attribute antigen_isos
)
Examples
curve <- load_curve_params("https://osf.io/download/rtw5k/")
print(curve)
[Package serocalculator version 1.0.3 Index]