cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JMP14 slower than JMP12 for CSV data loading and manipulation.

    Hi,  when using jmp14, and running one of the scripts I typically use with JMP12 (which basically loads multiple csv files and does some filtering and concatenating into one final big jmp file) runs much slower than with jmp12. The larger the csv files the larger the difference in speed.  I was wondering if there is some fundamental change in JMP14 that would explain this. I'll try to figure where...

    eduardoangeles eduardoangeles
    Discussions |
    Feb 11, 2021 10:52 AM
    969 views | 1 replies
  • JMP Genomics - ANOVA vs deseq2

    Hello there. I am new to both JMP Genomics and RNA-Seq data analysis. It appears that JMP Genomics 10 implements ANOVA as a means to determine differential gene expression data. However, that vast majority of RNA-Seq gene expression studies use deseq2 or similar R packages. Has anyone done a comparison (or know of a published report) comparing the two methods? What are the pros and cons? Follow up...

    LouisAltamura LouisAltamura
    Discussions |
    Feb 11, 2021 8:48 AM
    1901 views | 1 replies
  • Filtered Spec limit in a control chart for several features

    Hello,
    I hope you can help me. I'm still very new to JSL. I have the following problem:
    I have a table like this:
    Feature     data            USL
    A           number1       Spec A
    A           number2      Spec A
    A           number3       Spec A
    B          number4       Spec B
    B          number5       Spec B
    B          number6       Spec BThe feature should be selected with the data filter. Then the data sho...

    Rumo Rumo
    Discussions |
    Feb 11, 2021 5:47 AM
    2018 views | 4 replies
  • How to auto-run attached scripts on a table pulled from database

    Following code will attach all jsl scripts in c:\work directory to the table dt.  Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j...

    Dib-Dey Dib-Dey
    Discussions |
    Feb 10, 2021 5:33 PM
    1181 views | 1 replies
  • How to use a list to select rows with an specific value

    Hi I am trying to use a list of Names that populate a column to select the matching rows of another column (in another Table) in order to subset the table and generate several different subsets.Getting the Names/Values from the first column is no problem but I cannot find the correct syntax for the loop.dt4 = Current Data Table(); uniqueVals = {"2021_file1_T1", "2021_file1_T2"}; tableList= {}; F...

    ALopez ALopez
    Discussions |
    Feb 10, 2021 2:48 PM
    2332 views | 2 replies

Latest Discussions

  • JMP14 slower than JMP12 for CSV data loading and manipulation.

    Hi,  when using jmp14, and running one of the scripts I typically use with JMP12 (which basically loads multiple csv files and does some filtering and concatenating into one final big jmp file) runs much slower than with jmp12. The larger the csv files the larger the difference in speed.  I was wondering if there is some fundamental change in JMP14 that would explain this. I'll try to figure where...

    eduardoangeles eduardoangeles
    Discussions |
    Feb 11, 2021 10:52 AM
    969 views | 1 replies
  • How to auto-run attached scripts on a table pulled from database

    Following code will attach all jsl scripts in c:\work directory to the table dt.  Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j...

    Dib-Dey Dib-Dey
    Discussions |
    Feb 10, 2021 5:33 PM
    1181 views | 1 replies
  • Lineup box disappears upon Save as Report MyReport.jrp

    I have a script that creates a window with three tabs.  The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );All the graphs generated by the loop are appended with:vlb << Append( Graph Builder("graph stuff here");At the end everything looks as expected two...

    ALopez ALopez
    Discussions |
    Feb 10, 2021 12:25 PM
    2236 views | 4 replies
  • problem to open excel

    hi, with JMP 15, I have a ne error message. I don't understand what to do. can someone give me a solution please? best regards

    Françoise Françoise
    Discussions |
    Feb 10, 2021 7:39 AM
    1721 views | 3 replies
  • How do I combine these codes?

    Hi there, I would like to combine these codes so that they run from the "Formulation Change Review (new)" and closes the new data table/tabulate tab only leaving the graph. Any help much appreciated! (Data Table( "Formulation Change Review (new)" ) << Tabulate( Add Table( Column Table( Grouping Columns( :Lab RFT ), Statistics( Row % ) ), Row Table( Grouping Columns( :Grade ) ) ) )) << Make I...

    JC7 JC7
    Discussions |
    Feb 10, 2021 3:53 AM
    828 views | 1 replies

Latest Discussions

view all discussions