Thanks Marcin,
Now I know how to create a matrix of NA’s.
Still, gretl should not have crashed.
I’m sorry to make more work for Allin, it seems.
Best,
Fred
On May 24, 2020, at 4:22 PM, gretl-users-request(a)gretlml.univpm.it
wrote:
Send Gretl-users mailing list submissions to
gretl-users(a)gretlml.univpm.it
To subscribe or unsubscribe via email, send a message with subject or
body 'help' to
gretl-users-request(a)gretlml.univpm.it
You can reach the person managing the list at
gretl-users-owner(a)gretlml.univpm.it
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gretl-users digest..."
Today's Topics:
1. Re: Sorry, gretl crashed when I tried matrix m = zeros(2,2) * .NaN
(Marcin Błażejowski)
2. Another repeatable crash (Fred Engst)
----------------------------------------------------------------------
Date: Sun, 24 May 2020 07:27:32 +0200
From: Marcin Błażejowski <marcin(a)wrzosy.nsb.pl>
Subject: [Gretl-users] Re: Sorry, gretl crashed when I tried matrix m
= zeros(2,2) * .NaN
To: Gretl list <gretl-users(a)gretlml.univpm.it>
Message-ID: <dfcd134a-49a5-8712-6be1-9cba5bcb4512(a)wrzosy.nsb.pl>
Content-Type: text/plain; charset=utf-8
On 24.05.2020 06:13, Fred Engst wrote:
> Hi Allin and all,
> As I was trying to find a way to create an empty matrix with all NaN’s, it didn’t
work.
Try this:
matrix Foo = zeros(2,2) * NA
M
--
Marcin Błażejowski