Description Usage Arguments Value
Used as a subroutine in InvariantTargetPrediction to test
whether out-of-sample prediction performance is better when using X and E as predictors for Y,
compared to using X only.
1  | fTestTargetY(Y, predictedOnlyX, predictedXE, verbose, ...)
 | 
Y | 
 An n-dimensional vector.  | 
predictedOnlyX | 
 Predictions for Y based on predictors in X only.  | 
predictedXE | 
 Predictions for Y based on predictors in X and E.  | 
verbose | 
 Set to   | 
... | 
 The dimensions of X (df) and E (dimE) need to be passed via the ... argument to allow for coherent interface of fTestTargetY and wilcoxTestTargetY.  | 
A list with the p-value for the test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.