<?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: Fit y by X scripting in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/193088#M41307</link>
    <description>&lt;P&gt;Hi Gzmorgan0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did the job perfectly, thanks so muck for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mickyboy&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 23:31:05 GMT</pubDate>
    <dc:creator>Mickyboy</dc:creator>
    <dc:date>2019-04-15T23:31:05Z</dc:date>
    <item>
      <title>Fit y by X scripting</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/192944#M41260</link>
      <description>&lt;P&gt;I have a data table consisting of six variables and 2000 subjects, I can manually do the analysis I want which is to fit y by x with y = mcg/mL, x = Time point and I want it by subtype, I then want to group it by Lot Number, and fit special – I want a natural log transformation of y and not centred and I get this along with a report&lt;BR /&gt;which is perfect and exactly what I want, however, I would like to automate the process when I do this maually then use “current data table() get script;&amp;nbsp; and modify the syntax I get Bivariate(SendToByGroup({:Subtype }), Y(:Name("HA mcg/mL")),&lt;BR /&gt;X(:Time point), Fit Where(:Lot Number, Fit Special(yTran("Log"),&lt;BR /&gt;Centered Polynomial(0)))); however the by subtype is not working, group by lot number and the transformation isn’t working, can anyone provide any advice??&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mickyboy&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 06:28:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/192944#M41260</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2019-04-15T06:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fit y by X scripting</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/192954#M41261</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;biv = Bivariate(
	Y( :Name( "HA mcg/mL" ) ),
	X( :Time point ),
	By( :Subtype ),
	Group By( :Lot Number ),
	Fit Special( yTran( "Log" ), Centered Polynomial( 0 ) )
); 

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Apr 2019 07:27:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/192954#M41261</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-04-15T07:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fit y by X scripting</title>
      <link>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/193088#M41307</link>
      <description>&lt;P&gt;Hi Gzmorgan0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did the job perfectly, thanks so muck for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mickyboy&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 23:31:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Fit-y-by-X-scripting/m-p/193088#M41307</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2019-04-15T23:31:05Z</dc:date>
    </item>
  </channel>
</rss>

