summary.NTA: Summarizing the results of novel testing approach

Description Usage Arguments Details Value See Also

View source: R/summaryNTA.R

Description

summary method for class "NTA".

Usage

1
2
3
4
## S3 method for class 'NTA'
summary(object, pless=0.05,...)
## S3 method for class 'summary.NTA'
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.

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

See Also

NTA


vita documentation built on May 2, 2019, 9:12 a.m.