jmp-l
[Top] [All Lists]

Re: Prediction Profiler - Data out

To: jmp-l@lists.biostat.wustl.edu
Subject: Re: Prediction Profiler - Data out
From: Preston Smith <preston.c.smith@gmail.com>
Date: Thu, 19 May 2005 16:47:49 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=CYRss8cfBS+lZCHmciP3nmNu2gKZ3CxX+a2HRA5lUX6Dk+Wi8mt69MxHMQw4M3Sj6LFKrgtMEX8RDm/Hvakp/8cPW2GtNQfxm4mQj94F9jtN3Waw5fwbMlIpNn1QOpU6A9/48CDzGL4XQ7j20L4xodilKd4TFRKUdnsfGNL4SEE=
In-reply-to: <1116541706.11525.234541333@webmail.messagingengine.com>
References: <60a1a29e05051719282acc5a93@mail.gmail.com> <1116385828.22398.234375752@webmail.messagingengine.com> <60a1a29e05051720305219840e@mail.gmail.com> <1116541706.11525.234541333@webmail.messagingengine.com>
Reply-to: Preston Smith <preston.c.smith@gmail.com>
Yes that worked!! Thanks so much!

On 5/19/05, Michael Benson <mbenson@one.net> wrote:
See if this helps you.  The script assumes your current data table is
the Fitness sample data or any table with numeric columns called Oxy,
Age, and Weight. If you want to see the Fit Model dialog and / or
output, remove the "invisible" option and remove or comment out the
"close window" statements at the end.

fmdialog = Fit Model(Y(Oxy), Effects(Age, Weight),
               personality(standard least squares),Emphasis(Minimal Report),
               invisible);

fm = fmdialog << run model(profiler(1, desirability functions(1),
                               maximize desirability,
                               remember settings("Optimal")));

fmrep = fm << report;
fmrep["Response Oxy"]["Prediction Profiler"]["Remembered
Settings"][TableBox(1)] << Make Data Table("Optimum");

fm << close window;
fmdialog << close window;


On Tue, 17 May 2005 20:30:12 -0700, "Preston Smith"
<preston.c.smith@gmail.com > said:
> Thanks. I should have mentioned that I'm looking for a way to do this in
> a
> JSL script. Can I do what you suggest in a script?
>
> On 5/17/05, Michael Benson < mbenson@one.net> wrote:
> >
> > The prediction profiler in JMP 5.1.1 has an item in the red triangle
> > pulldown menu called "remember settings". Click it and provide a name
> > when prompted. That produces a table with the current settings. Right
> > click the table and click "make into data table" or "make matrix",
> > whichever you need.
> >
> > Michael
> >
> > On Tue, 17 May 2005 19:28:44 -0700, "Preston Smith"
> > <preston.c.smith@gmail.com> said:
> > > I am running the profiler with desirability functions and it finds the
> > > optimum values just fine, but they are presented by numbers in red on
> > the
> > > x-axis of the chart (at the end of the red vertical line). How do I save
> > > that solution to a table? I've used the technique of "save as matrix"
> > > with
> > > reports before, but these numbers do not seem to be addressable in that
> > > fashion.
> > > Thanks.
> >

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