single.LogSeq: single.LogSeq

Description Usage Arguments Examples

Description

prints estimates vor single case out of an LogSeq object, see: LogSeq

Usage

1
single.LogSeq(x, case)

Arguments

x

a LogSeq object, that should be printed.

case

determines which case should be shown.

Examples

1
2
3
4
5
6
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
single.LogSeq(my.logseq, 41)  # prints estimates for case 41

PeFox/DySeq documentation built on May 8, 2019, 1:28 a.m.