CalculateIPWprob {gee4} | R Documentation |
Calculate a vector of remaining probabilities in inverse probability weights for one specific or all subjects
CalculateIPWprob(m, Y, order, alpha, sub.num = 0)
m |
an integer vector of number of measurements for each subject. |
Y |
a vector of responses for all subjects. |
order |
the order for MAR remaining model. |
alpha |
parameters in MAR remaining model. |
sub.num |
subject number (0 = all subjects). |