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

  • Counting values in each row

    I have a script with col 1-6 in a listI am trying to write a JSL script that will count how many times the word POR appear, and how many times the word test appearsexample below (did it manually the last 2 columns)reading the forum I understand I need to convert DT into a matrix, but I am not able to make it work. thanks!

    itzikd itzikd
    Discussions |
    Jul 16, 2021 12:20 PM
    7007 views | 12 replies
  • How to use text to column methods but without manually renaming all the splited columns afterwards?

    How do I use the "text to column" method but without manually renaming all the splitted columns afterwards?

    shazaaliah shazaaliah
    Discussions |
    Jul 16, 2021 7:15 AM
    1470 views | 2 replies
  • How to create my model based on sensory data

    Dear JMP-Community, for my master thesis I want to optimize the process for a hot beverage. I have 5 factors (X1 –X5), whereof one is a hard-to-change factor (X1) and 10 response variables (Y1-Y10). Responses are measured with a trained sensory panel (8 – 11 assessors). I created a custom RSM design with 243 runs (basically the design has 27 runs (minimum number), but each assessor (let´s assume 9...

    kPvDoE kPvDoE
    Discussions |
    Jul 16, 2021 7:11 AM
    3071 views | 3 replies
  • Convert array into string

    Hi all, I am trying to get a value from an array from another table and use it as value for my selection. Is there a way to get convert the array into a string? name_key = associative array(column(ref_file_1, "NAME") << get values) << get keys; merged_file << select where(:Name_final==name_key);

    29755 29755
    Discussions |
    Jul 16, 2021 5:44 AM
    3362 views | 3 replies
  • JMP table to Excel with multiple worksheets depending on column property in JMP table.

    Hi everyone,I have the challange to make inly one Excel file containing a bunch of worksheets out of a big JMP table in stacked format. For each colum vallue of the JMP table there should result one excel worksheet containing the definded columns (and values) of the JMP table. I hope that I described the intended workflow propperly nad that there is help available.Thanks in advanceEgon

    egon_gross egon_gross
    Discussions |
    Jul 16, 2021 4:27 AM
    2185 views | 3 replies

Latest Discussions

  • Counting values in each row

    I have a script with col 1-6 in a listI am trying to write a JSL script that will count how many times the word POR appear, and how many times the word test appearsexample below (did it manually the last 2 columns)reading the forum I understand I need to convert DT into a matrix, but I am not able to make it work. thanks!

    itzikd itzikd
    Discussions |
    Jul 16, 2021 12:20 PM
    7007 views | 12 replies
  • How to use text to column methods but without manually renaming all the splited columns afterwards?

    How do I use the "text to column" method but without manually renaming all the splitted columns afterwards?

    shazaaliah shazaaliah
    Discussions |
    Jul 16, 2021 7:15 AM
    1470 views | 2 replies
  • How to create my model based on sensory data

    Dear JMP-Community, for my master thesis I want to optimize the process for a hot beverage. I have 5 factors (X1 –X5), whereof one is a hard-to-change factor (X1) and 10 response variables (Y1-Y10). Responses are measured with a trained sensory panel (8 – 11 assessors). I created a custom RSM design with 243 runs (basically the design has 27 runs (minimum number), but each assessor (let´s assume 9...

    kPvDoE kPvDoE
    Discussions |
    Jul 16, 2021 7:11 AM
    3071 views | 3 replies
  • How to use JMP to make complete DOE table with positive Latin square.

    For example,
    I need to make an 8-factor, 4-level DOE. This is a total of 344 times (not exhaustive, of course) that I made using other methods.  Thanks Experts!

    lwx228 lwx228
    Discussions |
    Jul 16, 2021 12:41 AM
    1679 views | 2 replies
  • Using JSL to Save results from an Expression to a Journal

    I have the following code that I got A LOT of help on from my JMP JSL SAS professors when I took the course (so I don't totally understand how it works). It allows me to put a bunch of (variable, to be selected by the user) distributions in one window. How do I script the resultant window to the Journal that is created earlier in my code? All my other graphs are straightforward - created an outlin...

    lisa2442 lisa2442
    Discussions |
    Jul 15, 2021 5:28 PM
    2239 views | 4 replies

Latest Discussions

  • Graphlet disappearing after filtering through a null set

    Have a tool I built that has a series of graphlets in them.  Noticed some odd behavior.  The top-level graph has a local data filter.  Some combinations of that data filter will result in no data.  When I filter to a no-data set, then expand back to a set with data, the graphlet no longer exists.  Any ideas on how to retain the graphlets after filtering?

    Evan_Morris Evan_Morris
    Discussions |
    Jul 12, 2021 10:28 AM
    854 views | 0 replies
  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1473 views | 0 replies
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    862 views | 0 replies
  • Solving for new FPCs using a training set

    Had a question on the Functional Data Explorer system.  Feels like a dumb question but can't figure it out.  So I set up a training set and developed FPCs I like.   The next step is then to use that spline structure to solve the FPCs for new items as they come in.    What steps would I take to do that?    

    Evan_Morris Evan_Morris
    Discussions |
    Jul 6, 2021 11:08 AM
    691 views | 0 replies
  • Section 508 compliance

    Is there any guidance on how to make JMP graphs section 508 compliant (ADA issue for government documents)?  I found a post on how to remove the gray background, but is there any 508 specific guidance or other preference settings that would be helpful?  Maybe this is a wish list item?

    GGfGA GGfGA
    Discussions |
    Jun 30, 2021 10:03 AM
    861 views | 0 replies
view all discussions