<?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: User Input List for Regression Analysis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/430759#M68046</link>
    <description>&lt;P&gt;This works well for my initial list. What if I want to have interactions between two factors? (i.e. myList[1] * myList[2])&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 15:10:48 GMT</pubDate>
    <dc:creator>dkraeuter_sunne</dc:creator>
    <dc:date>2021-10-27T15:10:48Z</dc:date>
    <item>
      <title>User Input List for Regression Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/428018#M67737</link>
      <description>&lt;P&gt;I have an input box where users can select columns to be run in a regression report. (Long story on why I want to do this.) This part works great. I then insert the list of columns into a list. When I try to put the list or even just a few of the column names into the regression report. It doesn’t work. What should I do to make this work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The user input list readout looks like this: {"Column 1", "Column 2", "Column 3"}&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;platform = dt &amp;lt;&amp;lt; Fit Model(

       Y( :Char(variable)),

             Effects(

                           What should go here?????

       ),

      

       Personality( "Generalized Regression" ),

       Generalized Distribution( "Normal" ),

       Run(

             Fit( Estimation Method( Two Stage Forward Selection ), Validation Method( AICc ), Enforce Heredity )

       )

);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:38:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/428018#M67737</guid>
      <dc:creator>dkraeuter_sunne</dc:creator>
      <dc:date>2023-06-10T23:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: User Input List for Regression Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/428041#M67739</link>
      <description>&lt;P&gt;Place your list within an Eval() function and you should get what you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;myList = {&amp;lt;your list of columns&amp;gt;};
platform = dt &amp;lt;&amp;lt; Fit Model(
	Y( :Char( variable ) ),
	Effects( Eval( myList ) ),
	Personality( "Generalized Regression" ),
	Generalized Distribution( "Normal" ),
	Run(
		Fit(
			Estimation Method( Two Stage Forward Selection ),
			Validation Method( AICc ),
			Enforce Heredity
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Oct 2021 20:36:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/428041#M67739</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-10-18T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: User Input List for Regression Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/430759#M68046</link>
      <description>&lt;P&gt;This works well for my initial list. What if I want to have interactions between two factors? (i.e. myList[1] * myList[2])&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:10:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/User-Input-List-for-Regression-Analysis/m-p/430759#M68046</guid>
      <dc:creator>dkraeuter_sunne</dc:creator>
      <dc:date>2021-10-27T15:10:48Z</dc:date>
    </item>
  </channel>
</rss>

