Learn R Programming

sourceR (version 1.0.1)

FormulaNode: FormulaNode

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.

Usage

FormulaNode

Arguments

Value

Object of FormulaNode

Format

Object of R6Class with methods for constructing a DAG.

Methods

getData()
returns the node's transformed data.

Details

Derived from Node, please see base class documentation.