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

  • Robust vs. Non Robust Response Screening/ Categorical Outliers

    Hello! I appreciate your help in advance!  I am currently trying to figure out the proper way to analyze my data!  I had used the DOE feature of JMP to create this fraction factorial of 24 runs for m experiment. The goal is two screen which categories have the most effect on the success rate. I had initially use the response screening option to analyze my results, when I did that none of my values...

    MedianPuppy4982 MedianPuppy4982
    Discussions |
    May 14, 2024 7:56 AM
    778 views | 0 replies
  • 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
    1826 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

Latest Discussions

  • Robust vs. Non Robust Response Screening/ Categorical Outliers

    Hello! I appreciate your help in advance!  I am currently trying to figure out the proper way to analyze my data!  I had used the DOE feature of JMP to create this fraction factorial of 24 runs for m experiment. The goal is two screen which categories have the most effect on the success rate. I had initially use the response screening option to analyze my results, when I did that none of my values...

    MedianPuppy4982 MedianPuppy4982
    Discussions |
    May 14, 2024 7:56 AM
    778 views | 0 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
    1826 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
    4277 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
    3630 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

Latest Discussions

view all discussions