powered by
Print method for `nmadt` objects
# S3 method for nmadt print(x, ...)
An object of class `nmadt`
Not used. Included for S3 method compatibility.
# \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