CalculateIPWprob {gee4}R Documentation

Calculate the Remaining Probabilities in Inverse Probability Weights

Description

Calculate a vector of remaining probabilities in inverse probability weights for one specific or all subjects

Usage

CalculateIPWprob(m, Y, order, alpha, sub.num = 0)

Arguments

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).


[Package gee4 version 0.1.0.0 Index]