print.EDOIF: print.EDOIF function

View source: R/plotText.R

print.EDOIFR Documentation

print.EDOIF function

Description

print.EDOIF is a support function for printing results of ordering inference in text.

Usage

## S3 method for class 'EDOIF'
print(x, ...)

Arguments

x

is an object of EDOIF class that contains the results of ordering inference.

...

Signature for S3 generic function.

Examples

# 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)



EDOIF documentation built on June 8, 2025, 9:39 p.m.