cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • 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
    1280 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
    2014 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
    685 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
    1568 views | 6 replies
  • How to address weak heredity in screening designs?

    I'm about to prepare a DoE for a novel process which involves up to 11 continuous factors while one of these is hard to change.Since I'm trying to combine this with an effort to make the ideas behind DoE a bit more transparent to colleagues, I've come across a few questions, which can be summarized like this: What's the best design approach when domain knowledge suggests the existence of two-pair ...

    bjoern_arnold bjoern_arnold
    Discussions |
    May 14, 2024 12:29 AM
    2292 views | 9 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
    1280 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
    2798 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
    2443 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
    1108 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
    1018 views | 2 replies

Latest Discussions

view all discussions