Create the list of ftable
s
storing the observations distributed along
the path of the tree.
make_ctables(object, data)
A stratified event tree, a list with a tree
field.
table or data.frame containing observations
of the variable in object
.
A list of ftable
s.
Distribute the counts along the event tree.
This is an internal function, the user will
usually just directly fit the staged event tree
model using sevt.fit
.
We refer here to stratified event tree, because actually
the stage information is never used and thus this function
will work for an object with only a tree
field.