View source: R/specificDropoutMechanisms.R
| LinearRateChangeDrop | R Documentation |
Creates an MAR DropoutMechanism object where subject i has piecewise exponential
dropout rate where the rate changes by a constant amount after each event, specifically after j events
the subject has rate Rij = Cj*exp(Xij) where Cj=C+j*D for constants C, D
and Xij is a standard normal variable with mean 0 and standard deviation sigma
LinearRateChangeDrop(starting.rate, rate.change, var = 0)
starting.rate |
|
rate.change |
|
var |
|
A DropoutMechanism object
DropoutMechanism.object
LinearRateChangeDrop(starting.rate=0.0025,rate.change=0.0005)
LinearRateChangeDrop(starting.rate=0.0025,rate.change=-0.00001,var=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.