Dimension of arrays created using frml

Use this forum to post questions about syntax problems or general programming issues. Questions on implementing a particular aspect of econometrics should go in "Econometrics Issues" below.
lali62
Posts: 21
Joined: Wed Mar 22, 2017 7:04 pm

Dimension of arrays created using frml

Unread post by lali62 »

Hi,
How do I see dimensions of user defined arrays/matrices.
Lets say, I am creating a array SW

declare frml[symmetric] SW
frml SW = ||1.0-(rho1)**2||

How do I see the dimension of SW
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: Dimension of arrays created using frml

Unread post by TomDoan »

disp %rows(SW(1))
Post Reply