On Mon, 2 Feb 2009, Franck Nadaud wrote:
gretl version 1.8.0
Current session: 2009/02/02 17:16
#### Analyse spatiale des residus du modèle SVAR en PANEL de Mario-Jorge
Dear all, apologize for the redundancy
trying many things, but same problem
here is the result from my script in english:
? list datalist = 13 14 15 16 17 18 19 20 21 22 23 24
Generated list datalist
? list ppv4 = 25 26 27 28
Generated list ppv4
? list ppv8 = 29 30 31 32 33 34 35 36
Generated list ppv8
? matrix V4 = {ppv4}
Data types not conformable for operation
Error executing script: halting
> matrix V4 = {ppv4}
Try running this (simple, complete) script:
<script>
nulldata 10
loop i=1..36
series x$i = normal()
endloop
list datalist = 13 14 15 16 17 18 19 20 21 22 23 24
list ppv4 = 25 26 27 28
list ppv8 = 29 30 31 32 33 34 35 36
matrix V4 = {ppv4}
</script>
Here I get no error with current gretl:
? list ppv4 = 25 26 27 28
Generated list ppv4
? list ppv8 = 29 30 31 32 33 34 35 36
Generated list ppv8
? matrix V4 = {ppv4}
Generated matrix V4
We need to determine if you're seeing an error with this little
case, or if the source of the error is elsewhere in your script.
Allin.