cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Multiple analysis does not include all paramters in results

    So I have some catagorical data where one category never shows up in the Parameter Estimates part of any analysis I try with this data (for example Generalized Linear Models, Nominal Logistic, and Ordinal Logistic). It is always the "highest/latest" catagory of the column (in my case Methods 3 or Cycle 5). Even when I Hide/Exclude the other categories these never show up. If I change another categ...

    Lost_Ecologist Lost_Ecologist
    Discussions |
    Nov 21, 2023 3:09 AM
    2226 views | 2 replies
  • Density contours in ternary diagrams

    Hello,Is there a way to plot density contours on a ternary diagram in JMP17?If not, is there a way to do this by using a custom Contour Formula in the ternary plot platform? What would be this formula? Thanks

    dp30 dp30
    Discussions |
    Nov 21, 2023 1:20 AM
    5219 views | 8 replies
  • How do I import only the latest files in JMP.

    Hi All,I currently have a script that imports multiple files from a directory using the IMF function with a date and name filter enabled. I import about 4000 files and then clean up the data tables into one data table that is saved. The directory keeps getting updated with new files and I would like to import the new files only so I can append it to the last date table.   I was wondering if I can ...

    Ahmed1 Ahmed1
    Discussions |
    Nov 20, 2023 9:55 PM
    4849 views | 7 replies
  • Multiple File Importer opening 2 tables?

    I'm attempting to import data from multiple (almost identical) .csv files using the MFI, which I have scripted as   dt = Multiple File Import(  .... I have "Stack Similar Files" checked, selecting data from row 270, with the correct delimiters, but for some reason it is creating 2 separate files, one of which is nonsensical. The other is what I need. I checked and all files have the data I need in...

    ERoderz ERoderz
    Discussions |
    Nov 20, 2023 9:22 PM
    2168 views | 2 replies
  • carte de contrôle avec des données qui sont déjà des moyennes

    Bonjourje cherche à indiquer à la plate forme qualité que les données que je récolte sont déjà des moyennes (de 9-21-49 valeurs selon les cas).je n'ai pas trouvé où indiquer à JMP que les valeurs de la table sont déjà des moyennes. Du coup, les limites calculées sont fausses par rapport à ce que je calcule pour mes données sous Matlab.Un indice de la bonne case à cocher ?merci d'avance.

    Francis38 Francis38
    Discussions |
    Nov 20, 2023 3:48 PM
    2847 views | 4 replies

Latest Discussions

  • Density contours in ternary diagrams

    Hello,Is there a way to plot density contours on a ternary diagram in JMP17?If not, is there a way to do this by using a custom Contour Formula in the ternary plot platform? What would be this formula? Thanks

    dp30 dp30
    Discussions |
    Nov 21, 2023 1:20 AM
    5219 views | 8 replies
  • carte de contrôle avec des données qui sont déjà des moyennes

    Bonjourje cherche à indiquer à la plate forme qualité que les données que je récolte sont déjà des moyennes (de 9-21-49 valeurs selon les cas).je n'ai pas trouvé où indiquer à JMP que les valeurs de la table sont déjà des moyennes. Du coup, les limites calculées sont fausses par rapport à ce que je calcule pour mes données sous Matlab.Un indice de la bonne case à cocher ?merci d'avance.

    Francis38 Francis38
    Discussions |
    Nov 20, 2023 3:48 PM
    2847 views | 4 replies
  • graphique

    Bonjour à tous, Dans ma base de données, chaque semaine de nouvelles données sont rajoutées à partir de différents calculs.
    J’ai donc des colonnes par semaine (Ex : Y2023-W45...) et ces colonnes se remplissent au fur et à mesure des semaines. Je représente ces données dans un graphique comme ci-dessous :  Je cherche à améliorer mon graphique de cette façon : ne représenter que les semaines pour les...

    hcarr01 hcarr01
    Discussions |
    Nov 20, 2023 5:58 AM
    2746 views | 5 replies
  • Process Capability: Subgrouping vs. no subgrouping?

    Hi, I am currently working on a Cpk Ppk analysis (JMP Pro 17.1) and I am very unclear on what subgrouping is and whether it is needed in my analysis. I have the same lab results dataset however did the Process Screening/Capability slightly differently:

    1. Process Screening --> Process Variables = Grade A (leaving Grouping, Subgroup, Time and By column empty).

    Result: 2. Process Screening --> Process...

    ConditionalAvg2 ConditionalAvg2
    Discussions |
    Nov 19, 2023 9:17 PM
    3249 views | 2 replies
  • access column values in a formula in a loop

    I want to write a script to create a new column for each column present in the original table; the new column values equal a constant value subtracted from the original column values. How do I access the values in the column?  The 'cnme' reads the column references accurately but Column(cnme) does not read the values in the column Code:
    a = N Col( Data Table( "vert" ) );For( i = 2, i <= a, i++,
    cnme...

    JMPuser17 JMPuser17
    Discussions |
    Nov 18, 2023 8:57 PM
    1433 views | 1 replies

Latest Discussions

  • Choice platform, analysis of discrete choice: random parameters logit analysis?

    Hi there,I have a question concerning the choice platform. I have conducted a discrete choice experiment and analysed it using JMP. I have the choice profiles dataset, and the choices run (or responses) on another. I have done my analysis, and it bears interesting results.A colleague suggested performing a random parameters logit analysis. Is it possible to do it in JMP? How does it differ from th...

    gav2013 gav2013
    Discussions |
    Nov 17, 2023 8:07 AM
    1136 views | 0 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1683 views | 0 replies
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    1231 views | 0 replies
  • JSL script to open a SharePoint .xlsx worksheet.

    Hi!I am getting the below error when I tried to implement this method of opening an excel worksheet from SharePoint. Is there another method ?(Solved: How to extract data from an Excel file on Sharepoint? - JMP User Community) 

    MIchaels MIchaels
    Discussions |
    Nov 15, 2023 12:58 AM
    1319 views | 0 replies
  • JMP Progress Bar

    Hello expert,I'm running a script in JMP 17.0 (basically handling ~200,000 rows of data : 20MB) & trying to save the treemap result in html.after waiting for ~10 mins, JMP progress bar appear like below;I see the update but I don't know how to read this progress bar.The reason I ask this question is because I would like to set Task Scheduler later on to run the JSL script.So, I just want an approx...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Nov 14, 2023 7:10 PM
    965 views | 0 replies
view all discussions