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

  • JMP freezes while compiling custom Design of Experiment

    Hello all, I have trouble setting up a Custom Design of the Experiment because JMP freezes and I cannot do anything. Please see the picture below. If I have a few less factors and let's say 16 runs, JMP provides the result in no time. Thanks! Best regardsMantas Minkauskas 

    MMinkauskas MMinkauskas
    Discussions |
    Jul 1, 2024 3:12 AM
    1063 views | 2 replies
  • Complex DOE Constraints

    Hi everyone, I'm working on a DOE involving four chemicals (A, B, C, and D) and need to set constraints where the components are relative to each other. Here are the specific constraints:A can’t be more than 27.4% of BC can’t be higher than 3% of (D + B)D should be less than 25% of BThe total should equal 100%Is it possible to enter these constraints in JMP? If so, how can I set this up?Thanks in ...

    NimaHojat NimaHojat
    Discussions |
    Jul 1, 2024 1:06 AM
    1456 views | 2 replies
  • Set Editiable rows with formula column

    Hello guys,  i am trying to create a datatble with user restricted  rows and columns. I have a default value column ( its default value for all column values in that row) i have coded this as formula in other columns ... but i am not able to have user input if i have formula ... i need flexibility for user to enter data n = 10; rownList = {}; For(i=1, i<=n, i++, Insert Into(rownList, "Row " || Ch...

    ComplexNerd ComplexNerd
    Discussions |
    Jun 30, 2024 3:19 PM
    1294 views | 3 replies
  • Capability Indices for attributes

    Would be tankful for references where I can read/hear/see how Capability Indices should be calculated for attributes in JMP.Theoretical explanations are also very welcomeThanks in advance

    LambdaCapybara4 LambdaCapybara4
    Discussions |
    Jun 30, 2024 7:05 AM
    649 views | 1 replies
  • How to automatically write code containing /**/ to JSL?

    For example, I use the following JSL to automatically generate a table script file in a data table.
    But how to write the code containing /**/ into the script file of this table?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp"); Eval(Parse("dt<<new script(\!"test\!", dt<<Select Where(age==12);d3=dt<<Subset(Output Table(\!"age12\!"),Selected Rows(1),selected columns(0));try(d3<<Delete Table Property(\!"S...

    lala lala
    Discussions |
    Jun 30, 2024 3:35 AM
    988 views | 3 replies

Latest Discussions

  • Capability Indices for attributes

    Would be tankful for references where I can read/hear/see how Capability Indices should be calculated for attributes in JMP.Theoretical explanations are also very welcomeThanks in advance

    LambdaCapybara4 LambdaCapybara4
    Discussions |
    Jun 30, 2024 7:05 AM
    649 views | 1 replies
  • How to automatically write code containing /**/ to JSL?

    For example, I use the following JSL to automatically generate a table script file in a data table.
    But how to write the code containing /**/ into the script file of this table?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp"); Eval(Parse("dt<<new script(\!"test\!", dt<<Select Where(age==12);d3=dt<<Subset(Output Table(\!"age12\!"),Selected Rows(1),selected columns(0));try(d3<<Delete Table Property(\!"S...

    lala lala
    Discussions |
    Jun 30, 2024 3:35 AM
    988 views | 3 replies
  • Please help me understand how to get what my professor is looking for!!!

    I am not looking to cheat but cannot figure out how to build this graph or get to what my professor wants.   

    BlockPathOwl460 BlockPathOwl460
    Discussions |
    Jun 29, 2024 3:18 PM
    900 views | 1 replies
  • Reproduction of DOE results

    Hallo.I have a DOE design with response data as a table, created starting from an Excel table. Here my DOE experiences:I can create a contour plot easily. The response column - as well as all factors X - are ap­pearing in the lists for the corresponding variables and can be used for the plot.  I prac­tically get the same plot with OriginLab.  If I want to obtain an analysis diagram or a contour an...

    DrThWillms DrThWillms
    Discussions |
    Jun 29, 2024 3:55 AM
    1139 views | 2 replies
  • data table with images -> Excel

    Is it possible to save a data Table with Images to Excel such that the images get saved?Unfortunately, the default mode is that the image is saved as a Char of a Blob: The Background:The command Make Into Data Table in GraphBuilder is very useful - it generates a new data table with all the subplots of the GraphBuilder platform Actually amazing!  But if I want to share the table with some colleagu...

    hogi hogi
    Discussions |
    Jun 28, 2024 9:58 AM
    2315 views | 3 replies

Latest Discussions

  • Questions about Calculating Confidence Intervals in "Agreement within Raters" - Attributive Analyses

    Hello everyone, I am currently analyzing "Agreement within Raters" and would like to better understand how these confidence intervals are calculated. My main questions are:What steps or methods are used to calculate confidence intervals in "Agreement within Raters" of Attributive analyses?Which statistical distribution is typically used for these calculations? Could anyone recommend some literatur...

    DToniato DToniato
    Discussions |
    Jun 26, 2024 6:03 AM
    637 views | 0 replies
  • Creating a biomarker combination variable

    Hi. I want to analyze how well two biomarkers work together in the detection of diseased from healthy and compare the combination to the single markers. I have previously done such analysis in SPSS using binary logistic regression and then simply running ROC-analysis for single markers and combination. With JMP I cannot find how to combine two biomarkers using a logistic regression analysis. Could...

    kahuhti kahuhti
    Discussions |
    Jun 25, 2024 11:56 PM
    593 views | 0 replies
  • Q-K mixed model using plink files

    Hello,Please I need help to run Q-K mixed model analysis. I have flat and binary plink files. I tried to generate a .sas7bdat file with letters in genotypes. I tried to run a kinship matrix but it didn't look good (a lot of empty boxes/ In genotype columns, non empty boxes have 1/1 as a value). When I try to run any analysis, I got errors. I recoded genotypes in my raw files to 0, 1 and 2 but stil...

    Imane-Morjane Imane-Morjane
    Discussions |
    Jun 24, 2024 11:41 PM
    488 views | 0 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    863 views | 0 replies
  • replicate factor analysis in R

    Hi experts,
    I'm trying to replicate the results, obtained in a factor analyses using JMP Pro17, in R.I have an almost perfect matching between the unrotated factor loading obrained in JMP and R, but the rotated factor loading seem to diverge substantially, despite maintaing the same settings (factoring method, prior communality, number of factors, and rotation method - weight 1).
    Am I missing someth...

    NeuroScholar202 NeuroScholar202
    Discussions |
    Jun 24, 2024 4:41 AM
    562 views | 0 replies
view all discussions