powered by
This function returns the estimated regression coefficients when the maximum likelihood estimation approach is used in the model fitting.
# S3 method for ypbp coef(object, ...)
an object of the class ypbp.
further arguments passed to or from other methods.
the estimated regression coefficients.
# NOT RUN { fit <- ypbp(Surv(time, status)~arm, data=ipass) coef(fit) # } # NOT RUN { # }
Run the code above in your browser using DataLab