The LR.cont.surv function performs a Wald test for
a SNP effect based on a cox model. The function returns
the p-value of the Wald test. It is an Internal function
used by the permutation.snp function.
LR.cont.surv(x, formula, data)name or numeric vector corresponding to the SNP tested.
an object of class "formula" : a symbolic description of the model to be fitted without the interaction term.
a data frame containing the variables in the model.
p-value of the Wald test for a SNP effect.