add_measurement_shifts | R Documentation |
Adds observation error shifts to predicted antibody levels.
add_measurement_shifts(
predicted_antibody_levels,
to_add,
start_index_in_data,
end_index_in_data
)
predicted_antibody_levels |
NumericVector, the predicted antibody levels. Note that this vector will be changed! |
to_add |
NumericVector the vector of all measurement shifts to apply |
start_index_in_data |
int the first index of to_add and predicted_antibody_levels to combine |
end_index_in_data |
int the end index of to_add and predicted_antibody_levels to combine |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.