ConstantRateDrop {dejaVu} | R Documentation |
Creates an MCAR DropoutMechanism
object where subject i
dropout
is exponentially distributed with rate Ri
where
Ri = C*exp(Xi)
for constant C
and
Xi
a random normal variable with mean 0 and standard deviation sigma
ConstantRateDrop(rate, var = 0)
rate |
|
var |
|
A DropoutMechanism
object
ConstantRateDrop(rate=0.0025)
ConstantRateDrop(rate=0.0025,var=1)