print.EDOIF: print.EDOIF function

Description Usage Arguments Examples

View source: R/plotText.R

Description

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

Usage

1
2
## 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

 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)

EDOIF documentation built on March 28, 2021, 9:11 a.m.