<?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 Why is the Save Columns &amp;gt; Indiv Confidence Interval Formula option not available in the Fit Least Squares report? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Why-is-the-Save-Columns-gt-Indiv-Confidence-Interval-Formula/m-p/360849#M61040</link>
    <description>&lt;P&gt;I am analyzing data with the fit least squares platform using the REML method and I do not see the option for Save Columns &amp;gt; Individual Confidence Interval Formula. The option to save the individual confidence intervals (without the formula) is available, but I need the formula. Is there a settings option that I need to change to enable this save option?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tempsnip.png" style="width: 431px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30464i8752AC19F56CBABE/image-size/large?v=v2&amp;amp;px=999" role="button" title="tempsnip.png" alt="tempsnip.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 20:43:22 GMT</pubDate>
    <dc:creator>jmessamer</dc:creator>
    <dc:date>2023-06-10T20:43:22Z</dc:date>
    <item>
      <title>Why is the Save Columns &gt; Indiv Confidence Interval Formula option not available in the Fit Least Squares report?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-the-Save-Columns-gt-Indiv-Confidence-Interval-Formula/m-p/360849#M61040</link>
      <description>&lt;P&gt;I am analyzing data with the fit least squares platform using the REML method and I do not see the option for Save Columns &amp;gt; Individual Confidence Interval Formula. The option to save the individual confidence intervals (without the formula) is available, but I need the formula. Is there a settings option that I need to change to enable this save option?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tempsnip.png" style="width: 431px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30464i8752AC19F56CBABE/image-size/large?v=v2&amp;amp;px=999" role="button" title="tempsnip.png" alt="tempsnip.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:43:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-the-Save-Columns-gt-Indiv-Confidence-Interval-Formula/m-p/360849#M61040</guid>
      <dc:creator>jmessamer</dc:creator>
      <dc:date>2023-06-10T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Save Columns &gt; Indiv Confidence Interval Formula option not available in the Fit Least Squares report?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-is-the-Save-Columns-gt-Indiv-Confidence-Interval-Formula/m-p/361736#M61138</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/19651"&gt;@jmessamer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be done with a script.&amp;nbsp; Below are two examples. You should post which version of JMP you aer using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REML example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Animals.jmp" );

obj = Fit Model(
	Y( :miles ),
	Effects( :species, :subject[:species] &amp;amp; Random, :season, :species * :season ),
	Personality( Standard Least Squares ),
	Method( REML ),
	Convergence Limit( 0.0001 ),
	Run Model
);

F = obj &amp;lt;&amp;lt; Get Indiv Confid Limit Formula; //creates a script
F;  //executes the script.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Least Squares Example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Drug.jmp" );
obj = Fit Model(
	Y( :y ),
	Effects( :Drug, :x ),
	Personality( Standard Least Squares ),
	Emphasis( Minimal Report ),
	Run
);
F = obj &amp;lt;&amp;lt; Get  Indiv Confid Limit Formula; //see log a script is created
F;  // execute this script to get the formulas
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Feb 2021 11:37:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-is-the-Save-Columns-gt-Indiv-Confidence-Interval-Formula/m-p/361736#M61138</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2021-02-23T11:37:42Z</dc:date>
    </item>
  </channel>
</rss>

