get_wald: Computes the Wald test statistic.

Description Usage Arguments Value See Also Examples

View source: R/get_wald.R

Description

Computes the Wald test statistic. Not to be called directly by the user.

Usage

1

Arguments

f

a two-sided formula of the fitted survival model, with the longitudinal outcome being the first covariate on the right side of the formula.

data

a data.frame containing covariates in f.

Value

The Wald test statistic.

See Also

get_node_val

Examples

1
2
3
 data(data_timevar);
 f <- Surv(time_L, time_Y, delta)~y+X3+X4+X5;
 get_wald(f, data_timevar);

jlctree documentation built on April 15, 2021, 5:06 p.m.