make.covb | R Documentation |
Returns parameter vector on linear predictor scale for hazard function FUN
, using
model
and data frame dat
. Makes a matrix with each row the parameter values for an
observation, then concatenates these into a single vector (so can pass as vector to C++ code).
make.covb(b, FUN, models, dat)
b |
parameter vector. |
FUN |
detection hazard function name (character). |
models |
list with two components ( |
dat |
data frame, which must have columns corresponding to variable names in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.