LogSeq: LogSeq

Description Usage Arguments Details References Examples

Description

Implementation of Bakeman & Gottman (1997) for sequence analysis. Kenny, Kashy & Cook (2006) provide further examples.

Usage

1
LogSeq(x, delta = 0.5, subgroups = NA, single.case = FALSE)

Arguments

x

a state.trans object or a list of 4*2 state-transition tables

delta

constant added to every cell, required if zero frequencies occur!

subgroups

an optional vector containing groupmembership if estimates should be compared between groups

single.case

should p-values be computed for single case analysis

Details

References

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(CouplesCope)
my.states<-StateExpand(CouplesCope, 2:49, 50:97)
my.trans<-StateTrans(my.states, FALSE)
my.logseq<-LogSeq(my.trans, single.case=TRUE)
my.logseq

plot(my.logseq) # interaction can be plotted

single.LogSeq(my.logseq, 41) # for single case analysis

## End(Not run)

DySeq documentation built on May 1, 2019, 10:14 p.m.

Related to LogSeq in DySeq...