View source: R/specificDropoutMechanisms.R
| ConstantRateDrop | 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
DropoutMechanism.object
ConstantRateDrop(rate=0.0025)
ConstantRateDrop(rate=0.0025,var=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.