View source: R/summarizefits.R
summarizefits | R Documentation |
Summarize proportional hazards fits
summarizefits(
repairedfit,
penalizedout,
penalizedoutsmaller,
iv,
verbose = TRUE
)
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. |
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.
kz19PHInfiniteEstimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.