Learn R Programming

NMADTA (version 0.1.2)

print.nmadt: Print method for `nmadt` objects

Description

Print method for `nmadt` objects

Usage

# S3 method for nmadt
print(x, ...)

Arguments

x

An object of class `nmadt`

...

Not used. Included for S3 method compatibility.

Examples

Run this code
# \donttest{
data(dat.kang)
set.seed(9)
kang.out <- nmadt.hierarchical(nstu=12, K=2, data=dat.kang, 
            testname=c("D-dimer","Ultrasonography"))
print(kang.out) 
# }

Run the code above in your browser using DataLab