cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Regression model does not provide correct quadratic equation

    Hello:I created a 2^3 full factorial experiment with 4 center points. X1, X2 and X3  are the factors and Y is the response. X2 and X3 are just any random factor, but X1 is the radius and Y is the area. So mathematically relation is Y=3.14*X1^2Below are the three scenarios where I computed regression equation based on just X1, both X1 and X1^2 and only X1^2. When I only consider X1^2, it is no more...

    VarunK VarunK
    Discussions |
    Sep 3, 2023 8:27 PM
    3104 views | 4 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    909 views | 1 replies
  • Open function with relative file location

    I need to use the open function with a relative file location. The following code finds the location, and stores the path to the file in the variable RelativeLocation relativePath = Get Default Directory(); UPtwo = Left( relativePath, Contains( relativePath, "/Folder/", -2 ) ); RelativeLocation = UPtwo || "Excel_file.xlsx";However, when using the Open function with the RelativeLocation variable, t...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Sep 2, 2023 2:19 PM
    1387 views | 2 replies
  • Distribution fitting given cumulative (quantile) data?

    Hi, I have data in the form of quantiles (percentiles actually) and would like to estimate distribution parameters and do a Q-Q-plot from that. I once used the Life Distribution platform for fitting but that only worked for probability data by using the probability as a frequency variable.  Maybe that's a trivial task in JMP but I don't see how I could do it.  Björn

    bjoern_arnold bjoern_arnold
    Discussions |
    Sep 2, 2023 8:30 AM
    2633 views | 4 replies
  • I need to reorder my columns in an efficient manner (there are 57 instances of 5 groups each (57 x 5) = 285 columns to rearrange)

    Hi - I have 5 groups of 57 columns (5 x 57) that I need to rearrange so that likes are with likes.  I've cut and pasted examples of the columns from my JMP table.  The columns names have five sets of prefixes (again, each of these groups has 57 column names corresponding to chemical compounds):1 - RES_VALUES_2 - RES_TEXT_3 - DETECT_FLAG_4 - RL_5 - DILUTION_FACTOR_Each of these is followed by a suf...

    learning_JSL learning_JSL
    Discussions |
    Sep 2, 2023 5:13 AM
    1451 views | 2 replies

Latest Discussions

Latest Discussions

view all discussions