| ConstantRateDrop {dejaVu} | R Documentation |
Create a Dropout Mechanism with constant dropout rate
Description
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
Usage
ConstantRateDrop(rate, var = 0)
Arguments
rate |
|
var |
|
Value
A DropoutMechanism object
See Also
Examples
ConstantRateDrop(rate=0.0025)
ConstantRateDrop(rate=0.0025,var=1)
[Package dejaVu version 0.3.1 Index]