View source: R/predict-SurvFitVarExp.R
| SurvSD_var | R Documentation |
Survival function for "SD" model with external concentration changing with time
SurvSD_var(
Cw,
time,
kd,
hb,
z,
kk,
interpolate_length = NULL,
interpolate_method = c("linear", "constant")
)
Cw |
A scalar of external concentration |
time |
A vector of time |
kd |
a vector of parameter |
hb |
a vector of parameter |
z |
a vector of parameter |
kk |
a vector of parameter |
interpolate_length |
if |
interpolate_method |
The interpolation method for concentration.
See package |
A data.frame with exposure columns time and conc and
the resulting probabilisty of survival in Psurv_XX column where
XX refer to an MCMC iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.