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

  • Is there nonlinear fit bug in jmp 16.0?

    I have a script (thanks peng_liu) that puts the parameter estimates Max and k from nonlinear fit into table variables with the same names, which I planned to use in further calculation.  It seems creating the table variables makes the nonlinear fit plot stall. - the first time the script is run, the table variables Max and k are created from the parameters Max and k from nonlinear fit. If already ...

    Ake Ake
    Discussions |
    Dec 7, 2021 9:09 AM
    2160 views | 3 replies
  • Interaction Plot Label Formatting

    I have executed a DoE and in my final model there is an interaction between two parameters.  The labels for the red and blue lines overlap and for my report i want to move the labels show in the plot so they can be clearly seen.  I cannot find a setting to adjust the location/formatting and i cannot drag and move the label.  Is there a way i can do this without taking it to paint and editing it?  ...

    RS1301 RS1301
    Discussions |
    Dec 7, 2021 8:02 AM
    4465 views | 6 replies
  • How to calculate the one-sided 95% upper confidence bound for the IP of a bioassay (USP <1033> example)

      USP <1033> is a validation guidance to support (cell-based) assay validation. It contains (simulated) validation data and the results of numerical values for different validation parameters.  Variant component estimates can be derived by applying a mixed effects model on these data. This is relatively straightforward using JMP.  However, I struggle with the following: USP <1033> recommends to re...

    Zeban Zeban
    Discussions |
    Dec 7, 2021 6:25 AM
    1776 views | 1 replies
  • missing output in mixed effects models for some variables only

    hello, I am trying to model the effects of metal ions on different metabolites in earthworms - i.e. it is an environmental pollution question. I have both concentration values for a number of different metal ions, and for a number of different metabolites, both on a per-worm (individual) basis.  The analysis is complicated by the fact that the worms are collected from a number of different sites, ...

    Jake_b Jake_b
    Discussions |
    Dec 7, 2021 2:31 AM
    2519 views | 2 replies
  • how to sort x axis by another column value

    For example, I have 3 column:Name Age Score:Jason  21 98Alice 19 67Dave 36 89John 28 70I would like to plot x:  Name and Y: Score, but I also want to sort X axis (names) by their Age. Thanks so much for the help!  

    jasongao jasongao
    Discussions |
    Dec 6, 2021 3:47 PM
    13957 views | 7 replies

Latest Discussions

  • Is there nonlinear fit bug in jmp 16.0?

    I have a script (thanks peng_liu) that puts the parameter estimates Max and k from nonlinear fit into table variables with the same names, which I planned to use in further calculation.  It seems creating the table variables makes the nonlinear fit plot stall. - the first time the script is run, the table variables Max and k are created from the parameters Max and k from nonlinear fit. If already ...

    Ake Ake
    Discussions |
    Dec 7, 2021 9:09 AM
    2160 views | 3 replies
  • Interaction Plot Label Formatting

    I have executed a DoE and in my final model there is an interaction between two parameters.  The labels for the red and blue lines overlap and for my report i want to move the labels show in the plot so they can be clearly seen.  I cannot find a setting to adjust the location/formatting and i cannot drag and move the label.  Is there a way i can do this without taking it to paint and editing it?  ...

    RS1301 RS1301
    Discussions |
    Dec 7, 2021 8:02 AM
    4465 views | 6 replies
  • How to calculate the one-sided 95% upper confidence bound for the IP of a bioassay (USP <1033> example)

      USP <1033> is a validation guidance to support (cell-based) assay validation. It contains (simulated) validation data and the results of numerical values for different validation parameters.  Variant component estimates can be derived by applying a mixed effects model on these data. This is relatively straightforward using JMP.  However, I struggle with the following: USP <1033> recommends to re...

    Zeban Zeban
    Discussions |
    Dec 7, 2021 6:25 AM
    1776 views | 1 replies
  • missing output in mixed effects models for some variables only

    hello, I am trying to model the effects of metal ions on different metabolites in earthworms - i.e. it is an environmental pollution question. I have both concentration values for a number of different metal ions, and for a number of different metabolites, both on a per-worm (individual) basis.  The analysis is complicated by the fact that the worms are collected from a number of different sites, ...

    Jake_b Jake_b
    Discussions |
    Dec 7, 2021 2:31 AM
    2519 views | 2 replies
  • Is it possible to execute a script by clicking a curve in the graph via JSL?

    For example, I made a graph of the script below.dt = Open( "$SAMPLE_DATA/Students2.JMP" ); dt << Sort( By( 1 ), Order( Ascending ), replacetable( 1 ) ); New Column( "A" ); Column( "A" ) << Formula( If( Row() == 1 | name != Lag( name, 1 ), 1, If( Lag( A, 1 ) < 6, Lag( A, 1 ) + 1 ) ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << Sort( By( "A" ), Order( DEscending ), replacetable( 1 ) ...

    lwx228 lwx228
    Discussions |
    Dec 6, 2021 3:18 AM
    3851 views | 7 replies

Latest Discussions

  • Permutation Tests and Monte Carlo Cross Validations Using the Simulation Platform

    I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.   1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test. 2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Withou...

    mjmg mjmg
    Discussions |
    Dec 1, 2021 7:53 AM
    1247 views | 0 replies
  • Content Mentions Demo

    @IanAtJMP  wrote the article Notification Settings: An Overview and here are some keywords from a post Images in Notification Emails 

    jmp_demo jmp_demo
    Discussions |
    Nov 22, 2021 8:01 AM
    933 views | 0 replies
  • DoE with two-choice experiments, continuous response variable

    We want to rank the preference  of population of animals for n different recipes. Recipes are tested in two-choice assays, where groups of over 100 individuals can choose one choice or the other. Preference for the group is computed as a preference index, a continuous variable that is between -1 and 1. Is there an experimental design that would help reduce the number of combinations to test in ord...

    Alexa_Guigue Alexa_Guigue
    Discussions |
    Nov 19, 2021 7:06 AM
    1078 views | 0 replies
  • Can I share dashboard with specific person in JMP Public?

    Hi, I would like to share my dashboard in JMP Public. However, there are only two choices: "only share with me" and "share with everyone". Is there anyway to share with specific persons? Thanks.

    lujc07 lujc07
    Discussions |
    Nov 9, 2021 7:41 AM
    1098 views | 0 replies
  • Changing axis scale with superscripts

    I'm wondering how to change my axis scale with superscripts. I am using unicode font to write the superscripts but I am having trouble applying the superscripts to my axis. I want the minimun to be 10⁻¹⁰ and maximum to be 10⁻³. I have attached scrrenshots below of what I'm stuck on. I'm thinking I need to use a custom format but I can't figure it out. Y axis scale needs to be LOG.   

    hannahmcnamara hannahmcnamara
    Discussions |
    Nov 7, 2021 1:02 PM
    1014 views | 0 replies
view all discussions