<?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: Missing values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355343#M60535</link>
    <description>&lt;P&gt;&amp;nbsp;Thank you for your reply, it is a solution !&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>Wed, 03 Feb 2021 13:21:58 GMT</pubDate>
    <dc:creator>Mart-in</dc:creator>
    <dc:date>2021-02-03T13:21:58Z</dc:date>
    <item>
      <title>Missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-values/m-p/354532#M60447</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to make analysis (Chi2 test) but I would make it without missing values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't find the formule in order to doesn't take in account this missing values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, I would make a Chi2 to c&lt;SPAN&gt;ompare the proportion with a EVA pain level ≥4 (cf. variable in yellow) according to the Intervention (salmon color) = 0 between the 2 randomization groups (variable in red).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will also find my data base in file attach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you +++&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vocab : "Données manquantes" = missing values ; EVA &amp;lt; 4 (code = 1 for EVA variable (in yellow) ; EVA &amp;gt; 4&amp;nbsp;code = 1 for EVA variable (in yellow) ; "Bras prise en charge habituelle" --&amp;gt; cf. Bras randomisation (in red) ;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mart-in_0-1612191001255.png" style="width: 675px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29858i4063BF94A0C742F9/image-dimensions/675x204?v=v2" width="675" height="204" role="button" title="Mart-in_0-1612191001255.png" alt="Mart-in_0-1612191001255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:28:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-values/m-p/354532#M60447</guid>
      <dc:creator>Mart-in</dc:creator>
      <dc:date>2023-06-09T00:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-values/m-p/354635#M60450</link>
      <description>&lt;P&gt;I may have misunderstood your question, but what I think you want is to&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; ignore the missing values in the EVA column (I just selected those rows and hid and excluded them), and&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; look at the Fit Y (yellow) by X (salmon) separately for the 2 randomization groups (red), which I did by putting the randomization groups in the By box.&lt;/P&gt;&lt;P&gt;Attached is the file, and I'm sorry if I did not understand you correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:33:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-values/m-p/354635#M60450</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2021-02-01T16:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355106#M60506</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I didn't understand which column is used to indicate missing data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the script below you can substitute that column for Age, and then use the local data filter in the report to filter out the desired rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Categorical(
	Structured( :BRAS RANDOMISATON * :Intervention, :EVA ),
	Share Chart( 0 ),
	Legend( 0 ),
	Test Response Homogeneity( 1 ),
	Local Data Filter(
		Add Filter( columns( :Age ), Where( :Age &amp;gt;= 11.94 &amp;amp; :Age &amp;lt;= 17 ) )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:34:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355106#M60506</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2021-02-02T16:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355343#M60535</link>
      <description>&lt;P&gt;&amp;nbsp;Thank you for your reply, it is a solution !&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>Wed, 03 Feb 2021 13:21:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355343#M60535</guid>
      <dc:creator>Mart-in</dc:creator>
      <dc:date>2021-02-03T13:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355346#M60536</link>
      <description>&lt;P&gt;Thank you very much Byron ! +++&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very nice to according time to me, I know it's simple but I am not confortable with jmp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more time thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 13:24:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-values/m-p/355346#M60536</guid>
      <dc:creator>Mart-in</dc:creator>
      <dc:date>2021-02-03T13:24:43Z</dc:date>
    </item>
  </channel>
</rss>

