state: Create state of an object

Description Usage Arguments Value Examples

View source: R/state_action.R

Description

Create state of an object

Usage

1
state(formula, object)

Arguments

formula

formula of the parameters that counts as state. Only right part with ~ is needed.

object

data.frame or list of the object

Value

data.frame of the variable used for state.

Examples

1
state(formula=neuralnetwork(x+y~a+b, hidden=2)$formula, object=list(x=3, y=5, a=3, b=8))

wiper8/AI documentation built on Dec. 23, 2021, 5:15 p.m.