SurvIT_cst {morseTKTD} | R Documentation |
Internal predict function
Description
Survival function for "IT" model with external concentration changing with time
Usage
SurvIT_cst(Cw, time, kd, hb, alpha, beta, interpolate_length = NULL)
Arguments
Cw |
A vector of external concentration |
time |
A vector of time |
kd |
a vector of parameter |
hb |
a vector of parameter |
alpha |
a vector of parameter |
beta |
a vector of parameter |
interpolate_length |
can be used to provide a sequence from 0 to maximum of the time of exposure in original dataset (used for fitting). |
Value
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
[Package morseTKTD version 0.1.3 Index]