Computes a p-value using a permutation procedure.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | permutePval(pcevObj, ...)
## Default S3 method:
permutePval(pcevObj, ...)
## S3 method for class 'PcevClassical'
permutePval(pcevObj, shrink, index, nperm, ...)
## S3 method for class 'PcevBlock'
permutePval(pcevObj, shrink, index, nperm, ...)
## S3 method for class 'PcevSingular'
permutePval(pcevObj, shrink, index, nperm, ...)
 | 
| pcevObj | A pcev object of class  | 
| ... | Extra parameters. | 
| shrink | Should we use a shrinkage estimate of the residual variance? | 
| index | If  | 
| nperm | The number of permutations to perform. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.