dim8nd: computes the dimension of a node

Description Usage Arguments Value Examples

Description

(ba) analyzing the type, parametes and parents of a node returns its dimension. When it can be computed even when var is not informed, if this is, it is then checked.

Usage

1
dim8nd(type, para, parents, nom, var=rbsb.cha0)

Arguments

type

The node type.

para

The list of the node parameters.

parents

The list of parents (character).

nom

The /nom/, to interpret the parent dimensions.

var

The provided 'var' list which is compulsory for some node types.

Value

The reduced /nom/

Examples

1
2
 rebastaba3k("RESET"); # needed only for R checking, to be forgotten
 dim8nd("normal", list(mu="{{A}}", sigma="abs({{B}})"), rbsb.cha0, rbsb.nom2);

rebastaba documentation built on May 2, 2019, 5:24 p.m.

Related to dim8nd in rebastaba...