cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Modification of values of factor in DOE

    I have run a DOE in which one factor is continuous and it has quadratic effect in the model. The range in -0.15 to +0.15, so JMP creates the DOE with -0.15, 0.00 and +0.15.The problem is that it may be difficult during the experiment to have exactly these number. Therefore, I was wondering whether it is possible to modify in the DOE table after the experiment is performed.Is this going to affect t...

    bbenny7 bbenny7
    Discussions |
    May 14, 2024 7:26 AM
    1337 views | 2 replies
  • How do I create an exponential model for 6 x values?

    I am trying to develop an exponential model of the form y=a(x1)^b + c(x2)^d ... for a set of 6 x values and 1 y value. I have read that this should be possible on JMP 16 using the fit model function. I have tried fit model and am supposed to see "custom model" or something similar under the personality drop down menu and do not see this. If anyone knows where I would be able to choose an exponenti...

    BayesSet296533 BayesSet296533
    Discussions |
    May 14, 2024 4:48 AM
    1823 views | 3 replies
  • Identify Same-Name Items in a List

    I'm wondering if there's a slick way to identify items in a list that are duplicates of each other.  My list looks like this: values = {"ABC", "DEF", "Per", "Per", "Per", "Per", "Per", "XYZ", "UVW"}; I want to return all of the positions of "Per" in the list.  I.e. [3, 4, 5, 6, 7] I can loop over the list to get the answer.  But is there another way that avoids the loop?

    pmroz pmroz
    Discussions |
    May 14, 2024 4:14 AM
    2942 views | 6 replies
  • How does JSL implement the sorting of memory arrays?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ar = dt << GetAsMatrix( {2, 4} ); ar << Sort( By( 1 ), Order( Descending ), replace table );//??Of course, this code is just a try.

    lala lala
    Discussions |
    May 14, 2024 2:12 AM
    901 views | 2 replies
  • get values linked to axis labels

    Hello, I have a control chart that has 3 different label rows on the X-axis. Is there a way in JSL to get the values that are associated with these labels? For example, for label row 2 I want to get the value that is corresponding with label "30", which is "5.5" in this case.thanks!

    HannesJ HannesJ
    Discussions |
    May 14, 2024 1:10 AM
    2239 views | 6 replies

Latest Discussions

  • How do I create an exponential model for 6 x values?

    I am trying to develop an exponential model of the form y=a(x1)^b + c(x2)^d ... for a set of 6 x values and 1 y value. I have read that this should be possible on JMP 16 using the fit model function. I have tried fit model and am supposed to see "custom model" or something similar under the personality drop down menu and do not see this. If anyone knows where I would be able to choose an exponenti...

    BayesSet296533 BayesSet296533
    Discussions |
    May 14, 2024 4:48 AM
    1823 views | 3 replies
  • How do I copy and paste a formula

    I am using I am trying to paste the following formula from one data table to another (similar) table:However when I paste it into the new table I get an error message and the formula will not workHow do I resolve this so that the formula will operate properly?  Thanks

    ExpectedLlama88 ExpectedLlama88
    Discussions |
    May 13, 2024 2:27 PM
    4275 views | 11 replies
  • Graph Builder: multiple response + multiple histograms

    Gaph Builder can now display values with modeling type multiple response. That's very useful! the problem: If there are multiple histogram or bar charts next to each other and one of the displayed values has modeling type multiple response, it also affects the numbers in the other plots.In the example below, the number of visited countries affects the number of male and female students in the clas...

    hogi hogi
    Discussions |
    May 13, 2024 12:54 PM
    3623 views | 7 replies
  • How to read read from text file and load the data into Text Edit Box component?

    Hello, I am trying to save the content from a window into the Text file. After saving it, I am trying to give user the capability to read the content from the saved text file and populate it in the Text Edit Box so that they don't have to retype again. I was able to save the text file by using Save Text function.I was also able to browse the text file by using Pick File function. I need help with ...

    PunitPanjwani PunitPanjwani
    Discussions |
    May 13, 2024 9:51 AM
    1670 views | 4 replies
  • How to group/seperate a correlation plot by a variable?

    Following is an example similar to my actual data case. I am interested in looking at the correlation between two process variables known to be dependent on each other. Especially, I would like to understand the wafer number dependence of the correlation.For my actual data case, unlike the example case here,  the x-axis variable is bi-modal on the wafer number (first say n wafers sit on one mode, ...

    Neo Neo
    Discussions |
    May 13, 2024 8:42 AM
    1519 views | 2 replies

Latest Discussions

view all discussions