functions {rcausim}R Documentation

Functions

Description

An example of an object class generated by function_from_edge or function_from_user functions. The causal structure is a directed acyclic graph (DAG), which means no loops are allowed. A function in the list include 'n' as the only argument. All arguments within any function are defined by their respective functions, except the argument 'n'. The output lengths of vertex functions match the specified length 'n'.

Usage

functions

Format

A list with 5 elements:

B

A function with an argument 'n'.

A

A function with an argument 'B'.

D

A function with an argument 'A'.

C

A function with arguments 'A', 'B', and 'D'.

E

A function with arguments 'A' and 'C'.

Source

Generated for examples in this package.


[Package rcausim version 0.1.1 Index]