cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • "Not enough memory for Kenward and Roger" error during linear mixed effects modeling

    I am running a linear mixed effects model with 28,966 rows of data, where I am nesting the random effects with 4 levels: CombineMatch[CellType,MouseName,FieldOfView], comparing across three groups (CellType), and I have a covariate (Distance). I have not been able to run the analysis due to the error: “Not enough memory for Kenward and Roger. Try the Variance Components Only option.” I have been a...

    methomas methomas
    Discussions |
    Nov 22, 2023 5:57 PM
    944 views | 1 replies
  • Powerpoint slide title using column value

    Hi all,I am trying to create a graph using a subset data. And I needed the column value to be concatenated into the slide's title. For example, the title of the slide is "Data for 2023_" and I need to add what specific sex the data is for. Output should be "Data for 2023_Male" and "Data for 2023_Female". Here is the code I have created For( v=1, v <= N items (dt_sub), v++, hb1 = HlistBox(); sex_k...

    UserID16644 UserID16644
    Discussions |
    Nov 22, 2023 12:04 PM
    1237 views | 2 replies
  • Using DOE result as a quantitative or qualitative prediction (based on effect summary)

    Hi all,  I'm doing a Full factorial DOE with 2 factors & 2 responses. & wondering how doAfter testing & run the model. The result show that there is no significant factors & no significant model also.   But Looking at the interaction profiler. I see some clear trends in Factor A & response X. 
    So my question is how to use this result correctly. - With this, I cannot predict quantitatively by using ...

    Justin_Bui Justin_Bui
    Discussions |
    Nov 22, 2023 11:10 AM
    2376 views | 3 replies
  • How to apply changed properties to the Report?

    The properties menu on the right allows a very elegant way to change settings of a report.But:
    The settings in the properties pane don't trigger an auto-update of the Graph, right?
    What do I have to do to apply the changes to the graph? Sometimes out of a sudden they are applied - most of the time I lose my changes by clicking some wrong spot before the changes got applied. I guess there is a Trick ...

    hogi hogi
    Discussions |
    Nov 22, 2023 9:39 AM
    2054 views | 4 replies
  • printing something from graph builder stepping through a column switcher all to one PDF?

    I have a graph (built in graph builder) with a local data filter that I use a column swticher to see the same graph for multiple columns of data.  The people I built this for want to print all the graphs to a single PDF.  I am at a loss.  I tried the Multi-Column PDF Export - JMP User Community that works for everyting BUT graph builder for some reason. I am no good at JSL.... thanks

    cravin187 cravin187
    Discussions |
    Nov 22, 2023 8:03 AM
    5594 views | 8 replies

Latest Discussions

  • "Not enough memory for Kenward and Roger" error during linear mixed effects modeling

    I am running a linear mixed effects model with 28,966 rows of data, where I am nesting the random effects with 4 levels: CombineMatch[CellType,MouseName,FieldOfView], comparing across three groups (CellType), and I have a covariate (Distance). I have not been able to run the analysis due to the error: “Not enough memory for Kenward and Roger. Try the Variance Components Only option.” I have been a...

    methomas methomas
    Discussions |
    Nov 22, 2023 5:57 PM
    944 views | 1 replies
  • Powerpoint slide title using column value

    Hi all,I am trying to create a graph using a subset data. And I needed the column value to be concatenated into the slide's title. For example, the title of the slide is "Data for 2023_" and I need to add what specific sex the data is for. Output should be "Data for 2023_Male" and "Data for 2023_Female". Here is the code I have created For( v=1, v <= N items (dt_sub), v++, hb1 = HlistBox(); sex_k...

    UserID16644 UserID16644
    Discussions |
    Nov 22, 2023 12:04 PM
    1237 views | 2 replies
  • Using DOE result as a quantitative or qualitative prediction (based on effect summary)

    Hi all,  I'm doing a Full factorial DOE with 2 factors & 2 responses. & wondering how doAfter testing & run the model. The result show that there is no significant factors & no significant model also.   But Looking at the interaction profiler. I see some clear trends in Factor A & response X. 
    So my question is how to use this result correctly. - With this, I cannot predict quantitatively by using ...

    Justin_Bui Justin_Bui
    Discussions |
    Nov 22, 2023 11:10 AM
    2376 views | 3 replies
  • How to apply changed properties to the Report?

    The properties menu on the right allows a very elegant way to change settings of a report.But:
    The settings in the properties pane don't trigger an auto-update of the Graph, right?
    What do I have to do to apply the changes to the graph? Sometimes out of a sudden they are applied - most of the time I lose my changes by clicking some wrong spot before the changes got applied. I guess there is a Trick ...

    hogi hogi
    Discussions |
    Nov 22, 2023 9:39 AM
    2054 views | 4 replies
  • printing something from graph builder stepping through a column switcher all to one PDF?

    I have a graph (built in graph builder) with a local data filter that I use a column swticher to see the same graph for multiple columns of data.  The people I built this for want to print all the graphs to a single PDF.  I am at a loss.  I tried the Multi-Column PDF Export - JMP User Community that works for everyting BUT graph builder for some reason. I am no good at JSL.... thanks

    cravin187 cravin187
    Discussions |
    Nov 22, 2023 8:03 AM
    5594 views | 8 replies

Latest Discussions

  • When the neural network of JMP is operated in Python, the value is different.

    When the neural network created by JMP was saved and run in python code, it output values different from the score output by JMP.

    OS:windows 10Python Version : 3.9

    File list jmp_score.py
    CNN_NTanH_boost.py <- JMP Python 
    mypython_code.py


    import CNN_NTanH_boost
    import numpy as np
    import pandas as pdfilepath = r"filepath" ext = 'csv' if filepath.endswith(ext): df=pd.read_csv(filepath) else : df=pd....

    TShiino TShiino
    Discussions |
    Nov 21, 2023 8:48 PM
    830 views | 0 replies
  • Could JMP optimize factors with uncertainty?

    Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example: 

    Marco1 Marco1
    Discussions |
    Nov 21, 2023 9:08 AM
    786 views | 0 replies
  • 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
    747 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
    1197 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
    836 views | 0 replies
view all discussions