Page 1 of 1

how to transform a matrix into group

Posted: Fri Aug 19, 2011 5:06 pm
by jiji
hi,
I want to transform a matrix into a group (I work with EV6)
I tried the following syntax:
matrix (2,2) a
mtos (a,g1)

an error message appears.
please what can I do to correct this program?
thanks.

how to transform a matrix into group

Posted: Fri Aug 19, 2011 5:07 pm
by EViews Gareth
Remove the spaces

Re: how to transform a matrix into group

Posted: Fri Aug 19, 2011 5:11 pm
by jiji
Thank you :))

Re: how to transform a matrix into group

Posted: Fri Jun 29, 2018 1:35 am
by shineK
Hi there,

how to remove the spaces?
and, i would like to add a header(rowvector), how to do it?

Re: how to transform a matrix into group

Posted: Fri Jun 29, 2018 9:27 am
by EViews Matt
The spaces mentioned are the spaces between the function name and its parenthesized arguments, i.e., "mtos (a,g1)" should be "mtos(a,g1)".

Groups don't support header lines, but you could create a table from the group and add the header line to the table.