jmp-l
[Top] [All Lists]

Re: How to generate a Matrix from an Excel file by JSL

To: jmp-l@lists.biostat.wustl.edu
Subject: Re: How to generate a Matrix from an Excel file by JSL
From: Fred Zhang <ieaggie2009@gmail.com>
Date: Sun, 8 Feb 2009 17:52:46 -0500
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Zi1wFL4bzQ2lDkxuXltjGVHHvhglgRjeylDHW03xAjY=; b=AS4jKVRO+MoRUmwwxXHZnYPmJIu5sEZP1QoGG0fMWAu26EEX7E8yj+833bfcG5Y89g P5Ca8WmCaYp8kZsse2HXbtvN/LTSya3zfdVKJPc2Exjic+f3ZET3fQ8tS4avDTIp8Ep5 AXMFPfnZdcuZRPt8hvA2Okm6ff0cw8SzZIA/w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CJKe/E+qi6G7R6MFGJq9nKFC8GFRPKPd3aa3iogyamd/wZhtLTJpcJXYrCVMZRRYSM muR09kN7hiyEmf46RI/iEtafOA8yP6pJC8lQVNdgP7DfY1a+ItImwyC1hPw/KZ+1lZhA ibIlOf1NKjSaWy13kXDQ2az8cTr59RoyuYew4=
In-reply-to: <563A7B71-7A47-4363-BE13-D1A4B620676D@aol.com>
References: <25e89e790902071631w2df2c3faya6df98c2a92cb02@mail.gmail.com> <EFE76F0C-80A7-4C8A-BC09-E0C149D86452@aol.com> <25e89e790902080727u4400f4am2866f419bf4bc1ca@mail.gmail.com> <563A7B71-7A47-4363-BE13-D1A4B620676D@aol.com>
Thanks, Mark.
 
But in my data table, there are some attribute and character columns,
so I need to extract the subset (some columns and rows) of the table to produce
a pure numeric matrx.
In your scheme, I need to do the above in "SOL string" by selecting the columns?
 
Also, what is "DNS string"?
 
Best regards,
Fred

On Sun, Feb 8, 2009 at 11:58 AM, Mark Bailey <mark4flies@aol.com> wrote:
Schematically:

dt = Open Database(
"DNS string",
"SQL string"
);

m = dt << Get As Matrix;

That's about it. Well, at least as far as you have described the problem!

Best of luck.

Mark

On Feb 8, 2009, at 10:27 AM, Fred Zhang wrote:

All these operations can be done by JMP Script language?
Any example to demonstrate this function?

Mark

They hate you if you're clever, and they despise a fool ("Working Class Hero" - John Lennon)

=

<Prev in Thread] Current Thread [Next in Thread>