print.ssra: Sakai Sequential Relation Analysis Print

Description Usage Arguments Author(s) References See Also Examples

Description

print function for the ssra object

Usage

1
2
## S3 method for class 'ssra'
print(x, digits = 3, ...)

Arguments

x

requires the result object of hssr function

digits

integer indicating the number of decimal places to be used

...

further arguments passed to or from other methods

Author(s)

Takuya Yanagida takuya.yanagida@univie.ac.at, Keiko Sakai keiko.sakai@oit.ac.jp

References

Takeya, M. (1991). A new test theory: Structural analyses for educational information. Tokyo: Waseda University Press.

See Also

seqtable

Examples

1
2
3
4
5
6
# Example data based on Takeya (1991)

# Sakai Sequential Relation Analysis
# ordering assesed according to the correlation coefficient and mean difference
exdat.ssra <- SSRA(exdat, output = FALSE)
print(exdat.ssra)

SSRA documentation built on May 2, 2019, 2:14 p.m.

Related to print.ssra in SSRA...