Learn R Programming

MIICD (version 1.1)

PMDA.coxph: Multiple Imputation using Poor Man's Data Augmentation scheme (PMDA) for Cox proportional hazard regression

Description

for internal uses

Usage

PMDA.coxph(formula, data, imax = 25, k = 10, th0 = 1e-03)

Arguments

formula
a formula
data
data used in this function
imax
maximum number of iteration
k
number of dataset to generate for each iteration
th0
note used currently

Value

  • betaestimation of the coefficient(s)
  • sr_sigmaestimation of the standard errors
  • n_iternumber of iteration used
  • sigma1mean of standard errors not augmented for the between imputations composant of the variance

Details

This function is called by MIICD.coxph with option PMDA (Poor Man's Data Augmentation)

References

PAN, Wei. A Multiple Imputation Approach to Cox Regression with Interval-Censored Data. Biometrics, 2000, vol. 56, no 1, p. 199-203.

Rubin, D. B. (1987). Multiple imputation for nonresponse in surveys.

Schenker, N. and Welsh, A. (1988). Asymptotic results for multiple imputation. The Annals of Statistics pages 1550-1566.

Tanner, M. A. and Wong, W. H. (1987). An application of imputation to an estimation problem in grouped lifetime analysis. Technometrics 29, 23-32.

Wei, G. C., & Tanner, M. A. (1991). Applications of multiple imputation to the analysis of censored regression data. Biometrics, 47(4), 1297-1309.

See Also

PMDA.crreg