summarizefits {PHInfiniteEstimates} | R Documentation |
Summarize proportional hazards fits
Description
Summarize proportional hazards fits
Usage
summarizefits(
repairedfit,
penalizedout,
penalizedoutsmaller,
iv,
verbose = TRUE
)
Arguments
repairedfit |
coxph fit |
penalizedout |
coxphf fit |
penalizedoutsmaller |
smaller coxphf fit |
iv |
name of the variable of interest, as a character string |
verbose |
logical flag triggering intermediate messaging. |
Value
a vector with components
Wald p-value from the Cox regression fit.
partial likelihood ratio p-value from Cox regression fit.
parameter estimate from the Cox regression fit.
standard error from the Cox regression fit.
Conditional Skovgaard standard error from the Cox regression fit.
Signed root of the partial likelihood ratio statistic from Cox regression fit.
partial likelihood ratio statistic p-value from coxphf
Wald p-value from coxphf
parameter estimate from coxphf
standard error from coxphf
number of parameters in reduced fit.
References
Kolassa JE, Zhang J (2019). https://higherlogicdownload.s3.amazonaws.com/AMSTAT/fa4dd52c-8429-41d0-abdf-0011047bfa19/UploadedImages/NCB_Conference/Presentations/2019/kolassa_toxslides.pdf. Accessed: 2019-07-14.