terms.Response

terms.Response(term)

Model response term.

It is mostly a wrapper around Term.

Parameters

term : Term

The term we want to take as response in the model. Must contain only one component.

Attributes

Name Description
var_names Returns the name of the variables in the response as a set.

Methods

Name Description
set_data Set data of the response term.
set_type Set type of the response term.

set_data

terms.Response.set_data()

Set data of the response term.

set_type

terms.Response.set_type(data, env)

Set type of the response term.