Learn R Programming

DySeq (version 0.13)

single.LogSeq: single.LogSeq

Description

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

Usage

single.LogSeq(x, case)

Arguments

x
a LogSeq object, that should be printed.
case
determines which case should be shown.

Examples

Run this code
data(CouplesCope)
my.states<-StateExpand(CouplesCope, 2:49, 50:97)
my.trans<-StateTrans(my.states, FALSE)
my.logseq<-LogSeq(my.trans)
my.logseq
single.LogSeq(my.logseq, 41)  # prints estimates for case 41

Run the code above in your browser using DataLab