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

  • Get 3rd Y axis only for certain columns (working with loops)

    Hi there, I got stuck on a problem and would be grateful for some advice: We analyze samples and get population A, B, C, D and E for each sample.The information for A can be divided into "%" and "count" , same for B,C,D and E.  We import the data and the columns named "A 1" to "E 1" represent the "%" values, the ones called "A 2" to "E 2" represent the "Count" values.  Since the import will always...

    Matt_1 Matt_1
    Discussions |
    Mar 20, 2023 8:34 AM
    813 views | 1 replies
  • No retrospective Parameter Power calculation available in Split-Plot analysis?

    In the analysis of a typical DOE (using Standard Least Squares), there is a possibility to view the retrospective Parameter Power(Estimates > Parameter Power).However, when analysing a Split-Plot DOE (using REML), this option is not available.I can imagine it is more complex to calculate, but would have expected it to be available somehow.

    Jan Jan
    Discussions |
    Mar 20, 2023 8:25 AM
    788 views | 1 replies
  • How to know whether my choice design is orthogonal? (Validity of choice experime

    For my master thesis I made a Discrete Choice Experminent in JMP. The following design roled out of JMP (with 4 attributes, 3 levels each, and 16 choice sets)  When I checked the validity of the design I made a correlation matrix of dummy variables. The attributes Gar2/Gar3 (warranty) and EEO 450,525 and 600 (efficiency of energy conversion) correlates with each other. Is this correlation to high ...

    PearsonRoot1067 PearsonRoot1067
    Discussions |
    Mar 20, 2023 8:06 AM
    1131 views | 1 replies
  • Comment supprimer des valeurs

    Bonjour, pourquoi les valeurs sélectionnées sur la BD ne sont pas manquates (« . ») ? Cordialement

    hcarr01 hcarr01
    Discussions |
    Mar 20, 2023 6:24 AM
    759 views | 1 replies
  • DoE with replicates on the extremities

    Hello, I would appreciate support on the following topic:- I pretend to perform a Full Factorial DoE with 2 center points and replicates on the extremities. When I set up my design I chose 1 replicate (in the tab below) and then the DoE appears one replicate for each experience. Is it possible to set up just one replicate for each one of the extreme conditions? How? Thank you in advance,Helena

    HelenaG HelenaG
    Discussions |
    Mar 20, 2023 4:57 AM
    1492 views | 2 replies

Latest Discussions

  • Get 3rd Y axis only for certain columns (working with loops)

    Hi there, I got stuck on a problem and would be grateful for some advice: We analyze samples and get population A, B, C, D and E for each sample.The information for A can be divided into "%" and "count" , same for B,C,D and E.  We import the data and the columns named "A 1" to "E 1" represent the "%" values, the ones called "A 2" to "E 2" represent the "Count" values.  Since the import will always...

    Matt_1 Matt_1
    Discussions |
    Mar 20, 2023 8:34 AM
    813 views | 1 replies
  • No retrospective Parameter Power calculation available in Split-Plot analysis?

    In the analysis of a typical DOE (using Standard Least Squares), there is a possibility to view the retrospective Parameter Power(Estimates > Parameter Power).However, when analysing a Split-Plot DOE (using REML), this option is not available.I can imagine it is more complex to calculate, but would have expected it to be available somehow.

    Jan Jan
    Discussions |
    Mar 20, 2023 8:25 AM
    788 views | 1 replies
  • How to know whether my choice design is orthogonal? (Validity of choice experime

    For my master thesis I made a Discrete Choice Experminent in JMP. The following design roled out of JMP (with 4 attributes, 3 levels each, and 16 choice sets)  When I checked the validity of the design I made a correlation matrix of dummy variables. The attributes Gar2/Gar3 (warranty) and EEO 450,525 and 600 (efficiency of energy conversion) correlates with each other. Is this correlation to high ...

    PearsonRoot1067 PearsonRoot1067
    Discussions |
    Mar 20, 2023 8:06 AM
    1131 views | 1 replies
  • Comment supprimer des valeurs

    Bonjour, pourquoi les valeurs sélectionnées sur la BD ne sont pas manquates (« . ») ? Cordialement

    hcarr01 hcarr01
    Discussions |
    Mar 20, 2023 6:24 AM
    759 views | 1 replies
  • Variability Chart.

    HelloI have a table, and I need to do Variability Chart.For the Variability graph, I need 2 parameters: Y numeric and X characters.The problem starts I have just numeric columns and but I would like to use the name of the column for X grouping.So my strange question is, how I can use the numeric data of the column in and the name of the column as X grouping?    

    Dennisbur Dennisbur
    Discussions |
    Mar 20, 2023 4:36 AM
    2522 views | 4 replies

Latest Discussions

  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1350 views | 0 replies
  • problème affichage date et heure dans un dashboard

    bonjour, j'ai créé un dashboard avec un script. Quand je fais affiché la date et l'heure, j'ai des affichages qui varient et qui décalent mes graphiques.comment je peux supprimer ce problème dans mon script? cordialement

    Françoise Françoise
    Discussions |
    Mar 17, 2023 4:55 AM
    983 views | 0 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    698 views | 0 replies
  • How to get ROC table for Neural Network classification model?

    I fitted Neural Network on a dataset that has nominal response variable. For logistic regression model, I can see ROC table along with ROC curve. However, in neural networks (and other ML models) I only get the ROC curve but not ROC table.

    abhinavsharma91 abhinavsharma91
    Discussions |
    Mar 12, 2023 5:58 AM
    683 views | 0 replies
  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    714 views | 0 replies
view all discussions