<?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 change line style in the &amp;quot;Fit Life by X&amp;quot;? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/614115#M81418</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This question seems to be easy, but I cannot find the way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Analyze toolbar &amp;gt; Reliability and Survival &amp;gt; Fit Life by X, there is a Nonparametric Overlay plot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is that I cannot find the way to change line style (such as changing from continuous lines to dash lines).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, my question is "how to change line style in the Fit Life by X?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much in advance for helping me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I am currently using JMP17.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find below the picture that summarize my question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51254iB2C55B70CF2FDF89/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png" alt="2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the code for reproducing the plot above here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fit Life by X(
	Distribution( Weibull ),
	Nested Model Tests( Location and Scale ),
	Y( :ResponseVariable ),
	X( :Category ),
	Censor( :Censor ),
	Censor Code( 1 ),
	&amp;lt;&amp;lt;Fit Weibull,
	Use Transformation Scale( 0 ),
	Show Overlay by Levels( 1 ),
	&amp;lt;&amp;lt;Set Scale( Weibull, Simultaneous, Show Nonparametric CI( 0 ) ),
	&amp;lt;&amp;lt;Set Scriptables(
		{Scatter Plot Show Distribution(
			Weibull( 0 ),
			Lognormal( 0 ),
			Loglogistic( 0 ),
			Frechet( 0 ),
			Exponential( 0 ),
			SEV( 0 ),
			Normal( 0 ),
			Logistic( 0 ),
			LEV( 0 )
		)}
	),
	Confidence Interval Method( Likelihood ),
	SendToEmbeddedScriptable(
		Dispatch( {"Scatterplot"}, {Use Transformation Scale( 0 )} ),
		Dispatch(
			{"Comparisons", "Distribution Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Quantile Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				Probability( 0.5, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Hazard Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Density Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Distribution Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Quantile Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				Probability( 0.5, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Hazard Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Density Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:27:14 GMT</pubDate>
    <dc:creator>Bhume_Chant</dc:creator>
    <dc:date>2023-06-08T16:27:14Z</dc:date>
    <item>
      <title>How to change line style in the "Fit Life by X"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/614115#M81418</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This question seems to be easy, but I cannot find the way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Analyze toolbar &amp;gt; Reliability and Survival &amp;gt; Fit Life by X, there is a Nonparametric Overlay plot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is that I cannot find the way to change line style (such as changing from continuous lines to dash lines).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, my question is "how to change line style in the Fit Life by X?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much in advance for helping me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I am currently using JMP17.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find below the picture that summarize my question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51254iB2C55B70CF2FDF89/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png" alt="2023-03-20 16_57_45-PowerPoint Slide Show  -  Presentation1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the code for reproducing the plot above here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fit Life by X(
	Distribution( Weibull ),
	Nested Model Tests( Location and Scale ),
	Y( :ResponseVariable ),
	X( :Category ),
	Censor( :Censor ),
	Censor Code( 1 ),
	&amp;lt;&amp;lt;Fit Weibull,
	Use Transformation Scale( 0 ),
	Show Overlay by Levels( 1 ),
	&amp;lt;&amp;lt;Set Scale( Weibull, Simultaneous, Show Nonparametric CI( 0 ) ),
	&amp;lt;&amp;lt;Set Scriptables(
		{Scatter Plot Show Distribution(
			Weibull( 0 ),
			Lognormal( 0 ),
			Loglogistic( 0 ),
			Frechet( 0 ),
			Exponential( 0 ),
			SEV( 0 ),
			Normal( 0 ),
			Logistic( 0 ),
			LEV( 0 )
		)}
	),
	Confidence Interval Method( Likelihood ),
	SendToEmbeddedScriptable(
		Dispatch( {"Scatterplot"}, {Use Transformation Scale( 0 )} ),
		Dispatch(
			{"Comparisons", "Distribution Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Quantile Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				Probability( 0.5, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Hazard Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Comparisons", "Density Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "A", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Distribution Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Quantile Profiler"},
			{1, Confidence Intervals( 1 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				Probability( 0.5, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Hazard Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		),
		Dispatch(
			{"Results", "Weibull Results", "Density Profiler"},
			{1, Confidence Intervals( 0 ), Term Value(
				Category( "C", Lock( 0 ), Show( 1 ) ),
				ResponseVariable( 560, Lock( 0 ), Show( 1 ) )
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:27:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/614115#M81418</guid>
      <dc:creator>Bhume_Chant</dc:creator>
      <dc:date>2023-06-08T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change line style in the "Fit Life by X"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/616063#M81575</link>
      <description>&lt;P&gt;Unfortunately, it is not doable in the current release. Please contact Tech Support &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt; to file a report.&lt;/P&gt;
&lt;P&gt;Thank you for detailed steps to reproduce the issue. I appreciate it!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 02:51:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/616063#M81575</guid>
      <dc:creator>peng_liu</dc:creator>
      <dc:date>2023-03-24T02:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change line style in the "Fit Life by X"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/616247#M81583</link>
      <description>&lt;P&gt;Hi Peng Liu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will contact tech support as you suggested.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:08:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-line-style-in-the-quot-Fit-Life-by-X-quot/m-p/616247#M81583</guid>
      <dc:creator>Bhume_Chant</dc:creator>
      <dc:date>2023-03-24T10:08:48Z</dc:date>
    </item>
  </channel>
</rss>

