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

  • overlapping variables in a composite index

    I have a data set of patients of which I have created a composite index of critical illness. This composite includes patients who died, who had ventilator requirement, who had septic shock , required dialysis et cetera (about total 16 categories all nominal yes/no).Reviewer want to know how much of these categories contributed to the composite. There are a total 600 patients who met the criteria o...

    Sandeep123 Sandeep123
    Discussions |
    Mar 29, 2021 7:55 AM
    1915 views | 3 replies
  • How to grey out OK button if user input is missing

    Hello, I am creating a modal window with "Ok" and "Cancel" button. How can I leave the "Ok" button greyed out if the user did not enter any information in one of the inputs? Thank you. // User Interface Window to get some data UIwin = New Window( "User Input", Show Menu( 0 ), Show Toolbars( 0 ), <<Modal, H List Box( V List Box( Panel Box( "", Spacer Box( size( 250, 5 ) ), H Cen...

    JMPPRO JMPPRO
    Discussions |
    Mar 29, 2021 7:39 AM
    1558 views | 1 replies
  • columns data split and rename column headers

    Hi, I have Data_original.csv which have many columns of | or _ or none. In this example, I'm showing only 3 columns of |.I tried the data preview to see if I can split but my column got messed up. Data_original.csv

    Fruit,ID,Colors,Weigth,CountryCode
    Apple,123456,5_2|1_4,3|3|3|oz,1_2_5|3_2_1_123_2343_342|1_2
    Apricot,5555666,9_0|55_298,5|3|2|1|lb,0_9_1|23
    Grape,98746,12_1|23_99,1|2|1|7|6|4|2|1|8|g,9_1_3
    ...

    sam_t sam_t
    Discussions |
    Mar 29, 2021 1:00 AM
    5186 views | 4 replies
  • add blank page with text on PDF output

    Hi, How can I add a blank page with some texts between plots. See the code below. Thanks.  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Football.jmp" ); wf=new window("final"); wn = New Window("Bivariate", Bivariate(Y(:Name("Height")), X(:Name("Weight")), Histogram Borders(1))); wf << append(wn);
    //
    // add a blank page here with some text?
    //
    wn = New Window("Bp", Bubble P
    ...

    sam_t sam_t
    Discussions |
    Mar 28, 2021 5:44 PM
    1311 views | 1 replies
  • Looking for a file called VSSTeamData.jmp

    Hi folks I'm just working my way through EDA on the industrial problem solving course and cant find the referenced sample data Looking for a file called VSSTeamData.jmp . Can anyone else find or share? thanks

    cprunty cprunty
    Discussions |
    Mar 28, 2021 7:40 AM
    1797 views | 2 replies

Latest Discussions

  • overlapping variables in a composite index

    I have a data set of patients of which I have created a composite index of critical illness. This composite includes patients who died, who had ventilator requirement, who had septic shock , required dialysis et cetera (about total 16 categories all nominal yes/no).Reviewer want to know how much of these categories contributed to the composite. There are a total 600 patients who met the criteria o...

    Sandeep123 Sandeep123
    Discussions |
    Mar 29, 2021 7:55 AM
    1915 views | 3 replies
  • Looking for a file called VSSTeamData.jmp

    Hi folks I'm just working my way through EDA on the industrial problem solving course and cant find the referenced sample data Looking for a file called VSSTeamData.jmp . Can anyone else find or share? thanks

    cprunty cprunty
    Discussions |
    Mar 28, 2021 7:40 AM
    1797 views | 2 replies
  • Calling Built-in JMP menu Functions Within Script

    Hi Everyone, Inexperienced JSL scripter here. Apologies if this is a trivial question, but I was wondering if there was a way to insert into a variable the scatterplot 3D command for a particular rotation angle (predetermined by the user's rotation of the 3D graph generated by doing scatterplot 3D manually) from within a JSL script. For example,sp = Scatterplot 3D( Y( :age, :height, :weight ), F...

    akfence akfence
    Discussions |
    Mar 28, 2021 5:54 AM
    2447 views | 4 replies
  • Manipulating data table properties (cell width/height) INSIDE application module

    Hello! I have created and Application consisting of data from multiple data tables, plotted it into few separate cross-linked graph builders and hosting one preview of data table (which has images, which is kind of the point). I would like to manipulate the cell width / height of the data table cells included into this application/dashboard, but the task seems impossible. For only the data table, ...

    plotMaster plotMaster
    Discussions |
    Mar 27, 2021 3:54 PM
    1407 views | 0 replies
  • Does anyone know if it is possible to add images to the imagesmaps folder and select them in backgroud map?

    It would be very useful for making our own maps work.Any suggestions?Thanks

    gallardet gallardet
    Discussions |
    Mar 26, 2021 4:16 PM
    2471 views | 4 replies

Latest Discussions

view all discussions