ldpar {serocalculator} | R Documentation |
extract a row from longitudinal parameter set
Description
take a random sample from longitudinal parameter set
given age at infection, for a list of antibodies
ldpar()
was renamed to row_longitudinal_parameter()
to create a more
consistent API.
Usage
ldpar(age, antigen_isos, nmc, npar, ...)
Arguments
age |
age at infection |
antigen_isos |
antigen isotypes |
nmc |
mcmc sample to use |
npar |
number of parameters |
... |
passed to |
Value
an array of parameters: c(y0,b0,mu0,mu1,c1,alpha,shape)
[Package serocalculator version 1.0.3 Index]