test_asym: Conducting Score Tests for Interaction Using Asymptotic Test

Description Usage Arguments Details Value Author(s) References See Also

Description

Conduct score tests comparing a fitted model and a more general alternative model using asymptotic test.

Usage

1
test_asym(n, Y, X12, beta0, alpha0, K_gpr, sigma2_hat, tau_hat, B)

Arguments

n

(integer) A numeric number specifying the number of observations.

Y

(vector of length n) Reponses of the dataframe.

X12

(dataframe, n*(p1\*p2)) The interaction items of first and second types of factors in the dataframe.

beta0

(numeric) Estimated bias of the model.

alpha0

(vector of length n) Estimated coefficients of the estimated ensemble kernel matrix.

K_gpr

(matrix, n*n) Estimated ensemble kernel matrix.

sigma2_hat

(numeric) The estimated noise of the fixed effects.

tau_hat

(numeric) The estimated noise of the random effects.

B

(integer) A numeric value indicating times of resampling when test = "boot".

Details

Asymptotic Test

This is based on the classical variance component test to construct a testing procedure for the hypothesis about Gaussian process function.

Value

pvalue

(numeric) p-value of the test.

Author(s)

Wenying Deng

References

Xihong Lin. Variance component testing in generalised linear models with random effects. June 1997.

Arnab Maity and Xihong Lin. Powerful tests for detecting a gene effect in the presence of possible gene-gene interactions using garrote kernel machines. December 2011.

Petra Bu ̊zˇkova ́, Thomas Lumley, and Kenneth Rice. Permutation and parametric bootstrap tests for gene-gene and gene-environment interactions. January 2011.

See Also

method: generate_kernel

mode: tuning

strategy: ensemble


IrisTeng/CVEK documentation built on May 31, 2019, 4:50 p.m.