IRIS Toolbox Reference Manual

ispanel

True for panel VAR based objects

Syntax

Flag = ispanel(X)

Input arguments

Output arguments

Description

Plain, i.e. non-panel, VAR based objects are created by calling the constructor with one input argument: the list of variables. Panel VAR based objects are created by calling the constructor with two input arguments: the list of variables, and the names of groups of data.

Example