FormulaNode: FormulaNode

Description Format Details Value Methods

Description

Represents a formula node in a DAG. Inherit from this node to specify some kind of formula within the DAG, e.g. a linear predictor and/or link function. Override the FormulaNode$getData() method to apply your own function.

Format

Object of R6Class with methods for constructing a DAG.

Details

Derived from Node, please see base class documentation.

Value

Object of FormulaNode

Methods

getData()

returns the node's transformed data.


sourceR documentation built on Aug. 31, 2020, 5:06 p.m.

Related to FormulaNode in sourceR...