Learn R Programming

gfpop (version 1.1.1)

Node: Node Values

Description

Constrain the range of values to consider at a node

Usage

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

Value

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

Arguments

state

a string defining the state to constrain

min

minimal value for the inferred parameter

max

maximal value for the inferred parameter

Examples

Run this code
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)

Run the code above in your browser using DataLab