<?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 use JSL for Fit Group with by column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105890#M38956</link>
    <description>&lt;P&gt;Not sure what is erroring out in this script using Fit Group in JSL. It still plots the graph as I wanted, however it terminated&amp;nbsp;the script at that point.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;In the following script, error marked by /*###*/
Fit Group(
	Bivariate(Y(:A), X(:AAA),
	Bivariate(Y(:A), X(:BBB)),
	Bivariate(Y(:A), X(:CCC)),
	Bivariate(Y(:B), X(:AAA)),
	Bivariate(Y(:B), X(:BBB)),
	Bivariate(Y(:B), X(:CCC)),
	&amp;lt;&amp;lt;{Arrange in Rows(3)},
	By(:Group123) /*###*/
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 00:14:58 GMT</pubDate>
    <dc:creator>cyrus_cheung</dc:creator>
    <dc:date>2019-01-14T00:14:58Z</dc:date>
    <item>
      <title>How to use JSL for Fit Group with by column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105890#M38956</link>
      <description>&lt;P&gt;Not sure what is erroring out in this script using Fit Group in JSL. It still plots the graph as I wanted, however it terminated&amp;nbsp;the script at that point.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;In the following script, error marked by /*###*/
Fit Group(
	Bivariate(Y(:A), X(:AAA),
	Bivariate(Y(:A), X(:BBB)),
	Bivariate(Y(:A), X(:CCC)),
	Bivariate(Y(:B), X(:AAA)),
	Bivariate(Y(:B), X(:BBB)),
	Bivariate(Y(:B), X(:CCC)),
	&amp;lt;&amp;lt;{Arrange in Rows(3)},
	By(:Group123) /*###*/
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 00:14:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105890#M38956</guid>
      <dc:creator>cyrus_cheung</dc:creator>
      <dc:date>2019-01-14T00:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL for Fit Group with by column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105900#M38958</link>
      <description>&lt;P&gt;I assume the issue is that the By needs to be associated with each of the separate Bivariate instances&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fit Group(
	Bivariate(Y(:A), X(:AAA),By(:Group123)),
	Bivariate(Y(:A), X(:BBB),By(:Group123)),
	Bivariate(Y(:A), X(:CCC),By(:Group123)),
	Bivariate(Y(:B), X(:AAA),By(:Group123)),
	Bivariate(Y(:B), X(:BBB),By(:Group123)),
	Bivariate(Y(:B), X(:CCC),By(:Group123)),
	&amp;lt;&amp;lt;{Arrange in Rows(3)}
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Jan 2019 02:39:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105900#M38958</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-01-14T02:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL for Fit Group with by column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105918#M38959</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 04:31:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-for-Fit-Group-with-by-column/m-p/105918#M38959</guid>
      <dc:creator>cyrus_cheung</dc:creator>
      <dc:date>2019-01-14T04:31:37Z</dc:date>
    </item>
  </channel>
</rss>

