Node: Node Values

View source: R/graph.R

NodeR Documentation

Node Values

Description

Constrain the range of values to consider at a node

Usage

Node(state = NULL, min = -Inf, max = Inf)

Arguments

state

a string defining the state to constrain

min

minimal value for the inferred parameter

max

maximal value for the inferred parameter

Value

a dataframe with 9 variables with only state1, min and max defined (not NA).

Examples

Node(state = "s0", min = 0, max = 2)

Node(state = 0, min = -1, max = 1)

Node(state = "positive", min = 0)

Node(state = "mu0", min = 0.5, max = 0.5)

gfpop documentation built on April 1, 2023, 12:22 a.m.