<?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: Survival in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Survival/m-p/483166#M72744</link>
    <description>&lt;P&gt;I'm not sure why it isn't working with Survival / why it is working with Fit model, but you could try leaving the column definition out from Survival, seemed to open the platform for me and it had (at least some) settings set correctly&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 0 );

dt = Open("$SAMPLE_DATA/Rats.jmp");

If( Not( Is Scriptable( dt ) ), 
	dtsel = Pick File( "Open File", {"JMP|jmp", "All files|*"} );
	If( dtsel == "",
		Stop(),
		Try( dt = Open( dtsel ), Stop() )
	);
);

dt &amp;lt;&amp;lt; Survival(
	Failure Plot( 1 ),
	Show Points( 1 ),
	Show Shaded Simultaneous CI( 1 ),
	Show Simultaneous CI( 1 )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 29 Apr 2022 16:34:47 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-04-29T16:34:47Z</dc:date>
    <item>
      <title>Survival</title>
      <link>https://community.jmp.com/t5/Discussions/Survival/m-p/483159#M72743</link>
      <description>&lt;P&gt;I have done scripts before where I do not put columns into the script so that when the script is executed, it brings up the platform and lets them put the information in, such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fit Model(
Y( ),
Effects(&amp;nbsp; ),
Personality( "Standard Least Squares" ),
Emphasis( "Minimal Report" ),
Run(
:height &amp;lt;&amp;lt; {Summary of Fit( 1 ), Analysis of Variance( 1 ),
Parameter Estimates( 1 ), Plot Actual by Predicted( 1 ),
Plot Residual by Predicted( 1 ), Plot Studentized Residuals( 0 ),
Plot Effect Leverage( 1 ), Box Cox Y Transformation( 0 )}
)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This brings up the fit model platform for them to enter the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I try this with the survival platform it does not work. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 0 );

Clear Log();

dt = Current Data Table();


If( Not( Is Scriptable( dt ) ), 
	dtsel = Pick File( "Open File", {"JMP|jmp", "All files|*"} );
	If( dtsel == "",
		Stop(),
		Try( dt = Open( dtsel ), Stop() )
	);
);

dt&amp;lt;&amp;lt;Survival(
	Y( ),
	Grouping( ),
	Failure Plot( 1 ),
	Show Points( 1 ),
	Show Shaded Simultaneous CI( 1 ),
	Show Simultaneous CI( 1 )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why does this not work for Survival?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have JMP Pro 16.0 on a MacBook.&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 16:58:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Survival/m-p/483159#M72743</guid>
      <dc:creator>lisamaley</dc:creator>
      <dc:date>2023-06-09T16:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Survival</title>
      <link>https://community.jmp.com/t5/Discussions/Survival/m-p/483166#M72744</link>
      <description>&lt;P&gt;I'm not sure why it isn't working with Survival / why it is working with Fit model, but you could try leaving the column definition out from Survival, seemed to open the platform for me and it had (at least some) settings set correctly&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 0 );

dt = Open("$SAMPLE_DATA/Rats.jmp");

If( Not( Is Scriptable( dt ) ), 
	dtsel = Pick File( "Open File", {"JMP|jmp", "All files|*"} );
	If( dtsel == "",
		Stop(),
		Try( dt = Open( dtsel ), Stop() )
	);
);

dt &amp;lt;&amp;lt; Survival(
	Failure Plot( 1 ),
	Show Points( 1 ),
	Show Shaded Simultaneous CI( 1 ),
	Show Simultaneous CI( 1 )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Apr 2022 16:34:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Survival/m-p/483166#M72744</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-04-29T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Survival</title>
      <link>https://community.jmp.com/t5/Discussions/Survival/m-p/483176#M72746</link>
      <description>&lt;P&gt;Thank you! &amp;nbsp;That worked great!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 17:13:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Survival/m-p/483176#M72746</guid>
      <dc:creator>lisamaley</dc:creator>
      <dc:date>2022-04-29T17:13:33Z</dc:date>
    </item>
  </channel>
</rss>

