cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How to find minimum or maximum of combined values of R^2 after performing fit line on a bivariate plot in JSL 

4 REPLIES 4
Byron_JMP
Staff

Re: JSL

I dont know if I understand your question.

 

try this: do a right click on the r-square value, and choose, make combined data table. From there distribution, tabulate, graph builder, table>sort, lost of options for finding the min max, and that not even including the col maximum(), and col minimum() functions.

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

Re: JSL

Hi

Thank you, to clarify on my question, Im trying to implement a search using functions like the maximize or minimize to find the abs max/min in the curve (with regards to dec place). 

ParametricStudy_0-1690231144528.png

 

Re: JSL

You can use the Max() or Maximum() functions to extract the value from a list or matrix. You can use Loc Max() to get the index of the maximum value in a list or matrix.

How will you use the maximum R square?

Re: JSL

The y axis is the Rsquare values so i wanted to get the max Rsquare

Recommended Articles