summary.NTA {vita} | R Documentation |
Summarizing the results of novel testing approach
Description
summary
method for class "NTA"
.
Usage
## S3 method for class 'NTA'
summary(object, pless=0.05,...)
## S3 method for class 'summary.NTA'
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.NTA
tries to be smart about formatting the permutation variable importance values,
pvalue and gives "significance stars".
Value
cmat |
a p x 2 matrix with columns for the original permutation variable importance values and corresponding p-values. |
pless |
p-values less than pless |
call |
the matched call to |
See Also
[Package vita version 1.0.0 Index]