<?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: Value at x-axis where reference line intersects graph in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Value-at-x-axis-where-reference-line-intersects-graph/m-p/637795#M83563</link>
    <description>&lt;P&gt;Go to this menu: &amp;nbsp;Analyze&amp;gt;Specialized Modeling&amp;gt;Fit Curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put in your X, Y and Group variables.&lt;/P&gt;
&lt;P&gt;Try fitting Sigmoidal Curve, 4p Logistic, or a model like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After you fit the model, look under the red triangle menu for the fit to find inverse prediction:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Byron_JMP_0-1685610468718.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53321iEABCCE6B3C89A950/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Byron_JMP_0-1685610468718.png" alt="Byron_JMP_0-1685610468718.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;Here's an example using the sample data of what it will look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Byron_JMP_1-1685610541197.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53322i2364C3A321996AD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Byron_JMP_1-1685610541197.png" alt="Byron_JMP_1-1685610541197.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note: I added the reference line annotations, those don't happen automatically .&lt;/P&gt;
&lt;P&gt;&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( 1 );
dt = Open( "$SAMPLE_DATA/Nonlinear Examples/Bioassay.jmp" );

Fit Curve(
	Y( :Toxicity ),
	X( :log Conc ),
	Group( :Formulation ),
	Fit Logistic 4P( Custom Inverse Prediction( Response( 0.9 ) ) ),
	SendToReport(
		Dispatch( {}, "Model Comparison", OutlineBox, {Close( 1 )} ),
		Dispatch( {}, "Plot", OutlineBox, {Close( 1 )} ),
		Dispatch( {"Logistic 4P"}, "Group Summary", OutlineBox, {Close( 1 )} ),
		Dispatch(
			{"Logistic 4P", "Inverse Prediction", "Predicted Values"},
			"1",
			ScaleBox,
			{Add Ref Line( 0.3843702, "Solid", "Black", "inverse pred for std", 1 )}
		),
		Dispatch(
			{"Logistic 4P", "Inverse Prediction", "Predicted Values"},
			"2",
			ScaleBox,
			{Add Ref Line( 0.9, "Solid", "Black", "my inverse prediction", 1 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 09:09:49 GMT</pubDate>
    <dc:creator>Byron_JMP</dc:creator>
    <dc:date>2023-06-01T09:09:49Z</dc:date>
    <item>
      <title>Value at x-axis where reference line intersects graph</title>
      <link>https://community.jmp.com/t5/Discussions/Value-at-x-axis-where-reference-line-intersects-graph/m-p/637637#M83548</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For a set of graphs, I draw a reference line on the y-axis. I want to compute what the x-axis values are at points where the reference line intersects the various curves/graphs. I have attached an image of the graph. Is there any way that I can compute these x-axis values using a script or any other way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help. Thanks&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="aviquid_0-1685590677043.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53311i93886E68733FB5A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aviquid_0-1685590677043.png" alt="aviquid_0-1685590677043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:11:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-at-x-axis-where-reference-line-intersects-graph/m-p/637637#M83548</guid>
      <dc:creator>aviquid</dc:creator>
      <dc:date>2023-06-09T16:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Value at x-axis where reference line intersects graph</title>
      <link>https://community.jmp.com/t5/Discussions/Value-at-x-axis-where-reference-line-intersects-graph/m-p/637795#M83563</link>
      <description>&lt;P&gt;Go to this menu: &amp;nbsp;Analyze&amp;gt;Specialized Modeling&amp;gt;Fit Curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put in your X, Y and Group variables.&lt;/P&gt;
&lt;P&gt;Try fitting Sigmoidal Curve, 4p Logistic, or a model like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After you fit the model, look under the red triangle menu for the fit to find inverse prediction:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Byron_JMP_0-1685610468718.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53321iEABCCE6B3C89A950/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Byron_JMP_0-1685610468718.png" alt="Byron_JMP_0-1685610468718.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;Here's an example using the sample data of what it will look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Byron_JMP_1-1685610541197.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53322i2364C3A321996AD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Byron_JMP_1-1685610541197.png" alt="Byron_JMP_1-1685610541197.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note: I added the reference line annotations, those don't happen automatically .&lt;/P&gt;
&lt;P&gt;&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( 1 );
dt = Open( "$SAMPLE_DATA/Nonlinear Examples/Bioassay.jmp" );

Fit Curve(
	Y( :Toxicity ),
	X( :log Conc ),
	Group( :Formulation ),
	Fit Logistic 4P( Custom Inverse Prediction( Response( 0.9 ) ) ),
	SendToReport(
		Dispatch( {}, "Model Comparison", OutlineBox, {Close( 1 )} ),
		Dispatch( {}, "Plot", OutlineBox, {Close( 1 )} ),
		Dispatch( {"Logistic 4P"}, "Group Summary", OutlineBox, {Close( 1 )} ),
		Dispatch(
			{"Logistic 4P", "Inverse Prediction", "Predicted Values"},
			"1",
			ScaleBox,
			{Add Ref Line( 0.3843702, "Solid", "Black", "inverse pred for std", 1 )}
		),
		Dispatch(
			{"Logistic 4P", "Inverse Prediction", "Predicted Values"},
			"2",
			ScaleBox,
			{Add Ref Line( 0.9, "Solid", "Black", "my inverse prediction", 1 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 09:09:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-at-x-axis-where-reference-line-intersects-graph/m-p/637795#M83563</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2023-06-01T09:09:49Z</dc:date>
    </item>
  </channel>
</rss>

