Page 1 of 1

mtos

Posted: Sun Jan 12, 2025 2:12 pm
by startz

Code: Select all

mtos(x,xx)
works fine, but

Code: Select all

mtos(x,x)
gives an error message

MTOS cannot convert a series/group to a matrix/vector

Re: mtos

Posted: Sun Jan 12, 2025 7:28 pm
by EViews Gareth
You can't use the same name twice. We could have a better error message though.

Re: mtos

Posted: Sun Jan 12, 2025 7:50 pm
by startz
Maybe a better error message, but I was surprised I couldn't replace the object with a new one.