create_pev_profile: create a PEV profile

View source: R/pev_parameters.R

create_pev_profileR Documentation

create a PEV profile

Description

creates a data structure for holding pre-erythrocytic vaccine profile parameters. Parameters are validated on creation.

Usage

create_pev_profile(vmax, alpha, beta, cs, rho, ds, dl)

Arguments

vmax

maximum efficacy of the vaccine

alpha

shape parameter for the vaccine efficacy model

beta

scale parameter for the vaccine efficacy model

cs

peak parameters for the antibody model (vector of mean and std. dev)

rho

delay parameters for the antibody model (vector of mean and std. dev)

ds

delay parameters for the antibody model, short-term waning (vector of mean and std. dev)

dl

delay parameters for the antibody model, long-term waning (vector of mean and std. dev)


mrc-ide/malariasimulation documentation built on Oct. 14, 2024, 7:33 p.m.