Learn R Programming

vita (version 1.0.0)

summary.NTA: Summarizing the results of novel testing approach

Description

summary method for class "NTA".

Usage

"summary"(object, pless=0.05,...) "print"(x, ...)

Arguments

object
an object of class NTA, a result of a call to NTA.
pless
print only p-values less than pless. Default is pless=0.05.
x
an object of class summary.NTA, a result of a call to summary.NTA.
...
further arguments passed to or from other methods.

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 NTA.

Details

print.summary.NTA tries to be smart about formatting the permutation variable importance values, pvalue and gives "significance stars".

See Also

NTA