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

  • Encoding of categorical variables

    Hi everyone, I'm interested in an *easy* recoding of categorical variables in JMP. Depending on the variables I want to do this to be able to specify which levels should be compared to each other. If I include all levels in the model I want to get p-values for exactly the differences I want to see or I want to do a model selection and just include certain differences of levels. In these cases the ...

    Anja_W Anja_W
    Discussions |
    Jul 25, 2025 3:32 PM
    1897 views | 4 replies
  • Orientation titre du graphique

    Hi, est-il possible de modifier l'orientation quand on a  une variable avec plusieurs niveaux qui est mise en haut du graphique comme on peut changer l'orientation des étiquettes de l'axe X ? dans  l'exemple: avoir un affichage vertical au lieu d'un affichage horizontal. cordialement

    Françoise Françoise
    Discussions |
    Jul 25, 2025 10:37 AM
    290 views | 1 replies
  • JMP ODBC Databricks and default catalog

      When using the simba spark ODBC driver to connect to databricks, it is successful. However, it will only list tables that are part of the default catalog as shown below in terraform config for databricks. While the setting is "default_catalog_name"  (see https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/metastore_assignment) this appears to be really the default...

    DependentSpace1 DependentSpace1
    Discussions |
    Jul 25, 2025 8:23 AM
    2110 views | 3 replies
  • JSL instruction to call script saved with data table?

    I'm trying to call a script saved with a data table from another JSL script.  Is that possible?  I've used Include() before to call a JSL file, but can't figure out how to call a script that is saved with a data table.

    terapin terapin
    Discussions |
    Jul 25, 2025 6:35 AM
    15321 views | 5 replies
  • How to stack a variable number of series?

    The following code does not work, but it does when replacing "n_series" with 3 in the Stack command. dt = Open( "$SAMPLE_DATA/Blood Pressure.jmp" ); n_series = 3; dt << Stack( columns(:BP 8M, :BP 12M, :BP 6M, :BP 8W, :BP 12W, :BP 6W, :BP 8F, :BP 12F, :BP 6F), Number of Series( n_series ), Contiguous, Source Label Column( "Day" ), Stacked Data Column( "BP" ) ); I need to have this value variab...

    Robbb Robbb
    Discussions |
    Jul 25, 2025 3:56 AM
    333 views | 1 replies

Latest Discussions

  • Encoding of categorical variables

    Hi everyone, I'm interested in an *easy* recoding of categorical variables in JMP. Depending on the variables I want to do this to be able to specify which levels should be compared to each other. If I include all levels in the model I want to get p-values for exactly the differences I want to see or I want to do a model selection and just include certain differences of levels. In these cases the ...

    Anja_W Anja_W
    Discussions |
    Jul 25, 2025 3:32 PM
    1897 views | 4 replies
  • Orientation titre du graphique

    Hi, est-il possible de modifier l'orientation quand on a  une variable avec plusieurs niveaux qui est mise en haut du graphique comme on peut changer l'orientation des étiquettes de l'axe X ? dans  l'exemple: avoir un affichage vertical au lieu d'un affichage horizontal. cordialement

    Françoise Françoise
    Discussions |
    Jul 25, 2025 10:37 AM
    290 views | 1 replies
  • JMP ODBC Databricks and default catalog

      When using the simba spark ODBC driver to connect to databricks, it is successful. However, it will only list tables that are part of the default catalog as shown below in terraform config for databricks. While the setting is "default_catalog_name"  (see https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/metastore_assignment) this appears to be really the default...

    DependentSpace1 DependentSpace1
    Discussions |
    Jul 25, 2025 8:23 AM
    2110 views | 3 replies
  • Change string col box width in a table box

    I'm trying to display long text in a string col box in a table box window and have them wrap visually across multiple lines without modifying the underlying text data. I've found some ideas in this post and this post but I can't make them work for a string col box. Here's a minimal example to illustrate my issue, here I would like to make the string col box behave like the col box : longstring = "...

    Charly Charly
    Discussions |
    Jul 25, 2025 2:15 AM
    254 views | 1 replies
  • txt import - point and comma ?

    MultiFileImport (MFI())
    independent of the settings in the operating system and the settings in the preferences, 
    text files with point as decimal separator can be imported, files with comma can't. Open(...)
    there are several settings in JMP that control whether txt files can be imported or not.
    This is how it looks on my Win / JMP18.1.1 system:(to make it easier to read I put the symbols for comma an...

    hogi hogi
    Discussions |
    Jul 25, 2025 1:09 AM
    1528 views | 3 replies

Latest Discussions

view all discussions