<?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 Re: Individual sets of data points Smoothing/Spline Fitting in Graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Individual-sets-of-data-points-Smoothing-Spline-Fitting-in-Graph/m-p/64531#M34226</link>
    <description>&lt;P&gt;You can use Fit Y by X and then set the Group By, and then do a Flexable==&amp;gt;Fit Spline.&amp;nbsp; Each group will have it's own Lambda slider&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spline.PNG" style="width: 404px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11734i4EC9BB2DD69F7F3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="spline.PNG" alt="spline.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );

dt &amp;lt;&amp;lt; Bivariate(
	Y( :height ),
	X( :weight ),
	Fit Where( :sex == "F", Fit Spline( 1000, {Line Color( {212, 73, 88} )} ) ),
	Fit Where( :sex == "M", Fit Spline( 1000, {Line Color( {66, 112, 221} )} ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 27 Jul 2018 21:18:49 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-07-27T21:18:49Z</dc:date>
    <item>
      <title>Individual sets of data points Smoothing/Spline Fitting in Graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Individual-sets-of-data-points-Smoothing-Spline-Fitting-in-Graph/m-p/64096#M34222</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to know if there's anyway of adjusting the lambda in smoother for&amp;nbsp; individual sets of datapoints.&amp;nbsp; For eg: can only the fitting of the cyanish curve be modified without changing the fitting of the other curves? Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11716iB13C2078D52E4407/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 19:14:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Individual-sets-of-data-points-Smoothing-Spline-Fitting-in-Graph/m-p/64096#M34222</guid>
      <dc:creator>sid265</dc:creator>
      <dc:date>2018-07-27T19:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Individual sets of data points Smoothing/Spline Fitting in Graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Individual-sets-of-data-points-Smoothing-Spline-Fitting-in-Graph/m-p/64531#M34226</link>
      <description>&lt;P&gt;You can use Fit Y by X and then set the Group By, and then do a Flexable==&amp;gt;Fit Spline.&amp;nbsp; Each group will have it's own Lambda slider&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spline.PNG" style="width: 404px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11734i4EC9BB2DD69F7F3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="spline.PNG" alt="spline.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );

dt &amp;lt;&amp;lt; Bivariate(
	Y( :height ),
	X( :weight ),
	Fit Where( :sex == "F", Fit Spline( 1000, {Line Color( {212, 73, 88} )} ) ),
	Fit Where( :sex == "M", Fit Spline( 1000, {Line Color( {66, 112, 221} )} ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2018 21:18:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Individual-sets-of-data-points-Smoothing-Spline-Fitting-in-Graph/m-p/64531#M34226</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-07-27T21:18:49Z</dc:date>
    </item>
  </channel>
</rss>

