print.tssa {SSRA} | R Documentation |
Semantric Structure Analysis Print
Description
print
function for the tssa
object
Usage
## S3 method for class 'tssa'
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
Examples
# Example data based on Takeya (1991)
# Takeya Semantic Structure Analysis
# ordering assesed according to the ordering coefficient
exdat.tssa <- TSSA(exdat, m = 5, output = FALSE)
print(exdat.tssa)
# Takeya Semantic Structure Analysis including statistical testing
# ordering assesed according to the ordering coefficient and statistical significance
exdat.tssa <- TSSA(exdat, m = 5, sig = TRUE, output = FALSE)
print(exdat.tssa)
[Package SSRA version 0.1-0 Index]