tvef.ph | R Documentation |
coxtv
or coxtp
objectTesting the proportional hazards assumption using a Wald test statistic.
tvef.ph(fit, parm)
fit |
fitted |
parm |
the names of parameters to be tested. |
tvef.ph
produces a matrix. Each row corresponds to a covariate from the fitted object. The three
columns give the test statistic, degrees of freedom and P-value.
tvef.zero
tvef.zero.time
data(ExampleData)
z <- ExampleData$z
time <- ExampleData$time
event <- ExampleData$event
fit <- coxtv(event = event, z = z, time = time)
tvef.ph(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.