View source: R/summary.seqtable.R
summary.seqtable | R Documentation |
summary
function for the seqtab
object
## S3 method for class 'seqtable'
summary(object, exclude = TRUE, ...)
object |
requires the result object of seqtable function |
exclude |
exclude lower-order paths (i.e., paths included in higher order paths)? |
... |
additional arguments affecting the summary produced |
Takea Semantic Structure Analysis (TSSA) and Sakai Sequential Relation Analysis (SSRA) are graphical approaches
rel | relationship: sq = sequential / eq = equal |
var | variables involved in the sequential/equal paths |
Takuya Yanagida Keiko Sakai
Takeya, M. (1991). A new test theory: Structural analyses for educational information. Tokyo: Waseda University Press.
SSRA
, TSSA
# 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)
exdat.seqtab<- seqtable(exdat.ssra, output = FALSE)
summary(exdat.seqtab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.