<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to Run the Profiler command in a Fit Group from jsl in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Run-the-Profiler-command-in-a-Fit-Group-from-jsl/m-p/379912#M62991</link>
    <description>&lt;P&gt;How do I run the Profiler command in a Fit Group of fitted models?&lt;/P&gt;&lt;P&gt;I.e. the models are fitted separately and a Fit Group is generated. Then I want to do the same that happens when selecting Fit Group&amp;gt;Profiler in the red triangle. I would also like to have a reference to the resulting Prediction profiler OutlineBox.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:45:21 GMT</pubDate>
    <dc:creator>ThomasZatValcon</dc:creator>
    <dc:date>2023-06-09T19:45:21Z</dc:date>
    <item>
      <title>How to Run the Profiler command in a Fit Group from jsl</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Run-the-Profiler-command-in-a-Fit-Group-from-jsl/m-p/379912#M62991</link>
      <description>&lt;P&gt;How do I run the Profiler command in a Fit Group of fitted models?&lt;/P&gt;&lt;P&gt;I.e. the models are fitted separately and a Fit Group is generated. Then I want to do the same that happens when selecting Fit Group&amp;gt;Profiler in the red triangle. I would also like to have a reference to the resulting Prediction profiler OutlineBox.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:45:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Run-the-Profiler-command-in-a-Fit-Group-from-jsl/m-p/379912#M62991</guid>
      <dc:creator>ThomasZatValcon</dc:creator>
      <dc:date>2023-06-09T19:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run the Profiler command in a Fit Group from jsl</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Run-the-Profiler-command-in-a-Fit-Group-from-jsl/m-p/379919#M62992</link>
      <description>&lt;P&gt;Here is the example from the Fit Group entry in the Scripting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help=&amp;gt;Scripting Index=&amp;gt;Fit Group=&amp;gt;Profiler&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Tiretread.jmp" );
obj = dt &amp;lt;&amp;lt; Fit Group(
	Fit Model(
		Y( :ABRASION ),
		Effects(
			:SILICA &amp;amp; RS, :SILANE &amp;amp; RS, :SULFUR &amp;amp; RS,
			:SILICA * :SILICA, :SILICA * :SILANE,
			:SILANE * :SILANE, :SILICA * :SULFUR,
			:SILANE * :SULFUR, :SULFUR * :SULFUR
		),
		Personality( Standard Least Squares ),
		Emphasis( Minimal Report ),
		Run()
	),
	Gaussian Process(
		Y( :HARDNESS ),
		X( :SILICA, :SILANE, :SULFUR ),
		Set Correlation Function( "Cubic" )
	)
);
obj &amp;lt;&amp;lt; Profiler( 1 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Apr 2021 21:18:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Run-the-Profiler-command-in-a-Fit-Group-from-jsl/m-p/379919#M62992</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-04-26T21:18:18Z</dc:date>
    </item>
  </channel>
</rss>

