<?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: JMP script for a user select Y, response columns for Fit Y by X in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-script-for-a-user-select-Y-response-columns-for-Fit-Y-by-X/m-p/366222#M61590</link>
    <description>&lt;P&gt;This should get you forward:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Consumer Preferences.jmp");
colDlg = Column Dialog(
	Title( "Column Selection" ),
	ycol = Col List( "Y, Response", Min Col( 1 ) ),
	xcol = Col List( "X, Factor", Min Col( 1 ) ),
	bycol = Col List ( "By", Min Col(1))
);

Show(colDlg);

biv = dt &amp;lt;&amp;lt; Bivariate(Y(colDlg["ycol"]), X(colDlg["xcol"]), By(colDlg["bycol"]));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 08 Mar 2021 18:41:45 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-03-08T18:41:45Z</dc:date>
    <item>
      <title>JMP script for a user select Y, response columns for Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-script-for-a-user-select-Y-response-columns-for-Fit-Y-by-X/m-p/366202#M61588</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to write a script that user can select columns for 'Y, response', 'X, Factor', and 'By' for Fit Y by X or Bivariate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured out that I can use 'Column Dialog' function to select Y, X, and By using below script. But, I could not write a script to plot Fit Y by X with selected columns. It would be really appreciated if anyone can help to make a full script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hyungwoo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;colDlg = Column Dialog(&lt;BR /&gt;Title( "Column Selection" ),&lt;BR /&gt;ycol = Col List( "Y, Response", Min Col( 1 ) ),&lt;BR /&gt;xcol = Col List( "X, Factor", Min Col( 1 ) ),&lt;BR /&gt;bycol = Col List ( "By", Min Col(1))&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:07:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-script-for-a-user-select-Y-response-columns-for-Fit-Y-by-X/m-p/366202#M61588</guid>
      <dc:creator>hwchoi0109</dc:creator>
      <dc:date>2023-06-09T22:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: JMP script for a user select Y, response columns for Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-script-for-a-user-select-Y-response-columns-for-Fit-Y-by-X/m-p/366222#M61590</link>
      <description>&lt;P&gt;This should get you forward:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Consumer Preferences.jmp");
colDlg = Column Dialog(
	Title( "Column Selection" ),
	ycol = Col List( "Y, Response", Min Col( 1 ) ),
	xcol = Col List( "X, Factor", Min Col( 1 ) ),
	bycol = Col List ( "By", Min Col(1))
);

Show(colDlg);

biv = dt &amp;lt;&amp;lt; Bivariate(Y(colDlg["ycol"]), X(colDlg["xcol"]), By(colDlg["bycol"]));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Mar 2021 18:41:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-script-for-a-user-select-Y-response-columns-for-Fit-Y-by-X/m-p/366222#M61590</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-03-08T18:41:45Z</dc:date>
    </item>
  </channel>
</rss>

