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