summary.seqtable: Sequential Relationship Table Summary

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

summary function for the seqtab object

Usage

1
2
## S3 method for class 'seqtable'
summary(object, exclude = TRUE, ...)

Arguments

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

Details

Summary function for the seqtab object.

In this function, the number of the sequences is counted. 'Sequence' means a range of items with sequential relations. Sequences are classified in their length and are counted.

Value

rel relationship: sq = sequential / eq = equal
var variables involved in the sequential/equal paths

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

SSRA, TSSA

Examples

1
2
3
4
5
6
7
# 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)

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

Related to summary.seqtable in SSRA...