| createAncestralIdentifier | R Documentation |
A helper function for ancestralIdentifyStep, creates an identifier function
based on its given parameters. This created identifier function will
identify the directed edges from 'targets' to 'node.'
createAncestralIdentifier(
idFunc,
sources,
targets,
node,
htrSources,
ancestralSubset,
cComponent
)
idFunc |
identification of edge coefficients often requires that other edge coefficients already be identified. This argument should be a function that produces all such identifications. The newly created identifier function will return these identifications along with its own. |
sources |
the sources of the half-trek system. |
targets |
the targets of the half-trek system (these should be the
parents of |
node |
the node for which all incoming edges are to be identified (the tails of which are targets). |
htrSources |
the nodes in sources which are half-trek reachable from
|
ancestralSubset |
an ancestral subset of the graph containing |
cComponent |
a list corresponding to the connected component containing |
an identification function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.