cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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.pngParametricStudy_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