summary.DA | R Documentation |
testDA
Summary of results from testDA
## S3 method for class 'DA' summary( object, sort = "Score", boot = TRUE, prob = c(0.05, 0.95), N = 1000, decimals = 2, ... )
object |
The output from the |
sort |
Sort methods by |
boot |
If TRUE will use bootstrap for confidence limits of the Score, else will compute the limits from the original table. Recommended to be TRUE unless |
prob |
Confidence limits for Score. Default |
N |
Number of bootstraps. Default 1000 |
decimals |
Precision in output. Default 2 |
... |
Additional arguments for |
Prints summary from the DAtest function. '*' next to method, means that it's median score is overlapping with the 90
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.