powered by
Reconstruct the model matrix (or matrices if the alternative formulation of the YP model is used) for a ypbp model.
# S3 method for ypbp model.matrix(object, ...)
an object of the class ypbp.
further arguments passed to or from other methods.
The model matrix (or matrices) for the fit.
# NOT RUN { fit <- ypbp(Surv(time, status)~arm, data=ipass) model.matrix(fit) # } # NOT RUN { # }
Run the code above in your browser using DataLab