summary.PimpTest {vita} | R Documentation |
Summarizing PIMP-algorithm outcomes
Description
summary
method for class "PimpTest"
.
Usage
## S3 method for class 'PimpTest'
summary(object, pless=0.05,...)
## S3 method for class 'summary.PimpTest'
print(x, ...)
Arguments
object |
an object of class |
pless |
print only p-values less than pless. Default is |
x |
an object of class |
... |
further arguments passed to or from other methods. |
Details
print.summary.PimpTest
tries to be smart about formatting the VarImp, pvalue etc. and gives "significance stars".
Value
cmat |
a p x 3 matrix with columns for the |
cmat2 |
a p x 2 matrix with columns for the original permutation variable importance values and corresponding p-value. |
para |
Shall the null distribution be modelled by a Gaussian distribution? |
pless |
p-values less than pless |
call |
the matched call to |
call.PIMP |
the matched call to |
type |
one of regression, classification |