wilksPval {pcev} | R Documentation |
Wilks' lambda exact test
Description
Computes a p-value using Wilks' Lambda.
Usage
wilksPval(pcevObj, ...)
## Default S3 method:
wilksPval(pcevObj, ...)
## S3 method for class 'PcevClassical'
wilksPval(pcevObj, shrink, index, ...)
## S3 method for class 'PcevSingular'
wilksPval(pcevObj, shrink, index, ...)
## S3 method for class 'PcevBlock'
wilksPval(pcevObj, shrink, index, ...)
Arguments
pcevObj |
A pcev object of class |
... |
Extra parameters. |
shrink |
Should we use a shrinkage estimate of the residual variance? |
index |
If |
Details
The null distribution of this test statistic is only known in the case of a single covariate, and therefore this is the only case implemented.
[Package pcev version 2.2.2 Index]