Description Usage Arguments Examples
print.EDOIF is a support function for printing results of ordering inference in text.
1 2 |
x |
is an object of EDOIF class that contains the results of ordering inference. |
... |
Signature for S3 generic function. |
1 2 3 4 5 6 7 8 9 10 11 | # Generate simulation data with 100 samples per categories
simData<-SimNonNormalDist(nInv=100)
# Performing ordering infernce from simData
resultObj<-EDOIF(simData$Values,simData$Group)
# Print results in text mode
print(resultObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.