tvef.zero | R Documentation |
coxtv
or coxtp
objectTesting the significance of the covariates from a coxtv
or coxtp
object using a Wald test statistic.
The null hypothesis H_0: \beta(t) = 0
for any t
, where t
denotes the event time.
tvef.zero(fit, parm)
fit |
fitted |
parm |
the names of parameters to be tested. |
tvef.zero
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.ph
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.