print.EDOIF | R Documentation |
print.EDOIF is a support function for printing results of ordering inference in text.
## S3 method for class 'EDOIF'
print(x, ...)
x |
is an object of EDOIF class that contains the results of ordering inference. |
... |
Signature for S3 generic function. |
# 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.