And here another version using a matrix which can be stored as a csv file:

<hansl>
set verbose off
clear

scalar N_COLS = 5
scalar N_ROWS = 10

matrix random = mnormal(N_ROWS, N_COLS)

mwrite(random, "dataset_with_random_numbers.csv")

open dataset_with_random_numbers.csv
</hansl>


Artur

Am 21.06.2022 10:31 schrieb atecon:
Hi,

this should work for you, George:

Am 20.06.2022 12:11 schrieb George Matysiak:
.gdt will be fine for the mo.

Contact number +48 781 415 432

"Don't trust, verify."
_______________________________________________
Gretl-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Website:
https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/
_______________________________________________
Gretl-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Website:
https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/
_______________________________________________
Gretl-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/

Reply via email to