print.tssa | R Documentation |
print
function for the tssa
object
## S3 method for class 'tssa'
print(x, digits = 3, ...)
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 |
Takea Semantic Structure Analysis (TSSA) and Sakai Sequential Relation Analysis (SSRA) are graphical approaches
Takuya Yanagida Keiko Sakai
Takeya, M. (1991). A new test theory: Structural analyses for educational information. Tokyo: Waseda University Press.
seqtable
# Example data based on Takeya (1991)
# Takea Semantic Structure Analysis
# ordering assesed according to the ordering coefficient
exdat.tssa <- TSSA(exdat, m = 5, output = FALSE)
print(exdat.tssa)
# Takea 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.