cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • How to add text to a graph after drawing using JSL?

    Add the text "txt1" at the top left of the image coordinates (100,100)Thanks!dt = Current Data Table(); P1 = dt << Graph Builder( Show Control Panel( 0 ), Variables( X( :age ), Y( :sex ) ), Elements( Heatmap( X, Y, Legend( 2 ) ) ) //, Text( Center Justified, {100, 100 }, "txt1"); ?? );

    lala lala
    Discussions |
    Nov 26, 2023 11:24 PM
    4498 views | 11 replies
  • How do I change graph builder color in JSL?

    Hi all,   I made several Graph Builders below with JSL.
    This is the syntax for dividing colors based on the column :XX.
    But when I made several graphs, all of them came out the same color as "blue."
    I want to give different colors for each graph builder, what options are available? gb1 = dt << Graph Builder( Size( 1200, 600 ), Variables( X( :A1, Position( 1 ) ), Y( :Y ), Color( :XX ) ) ); ...

    PruningTheKoala PruningTheKoala
    Discussions |
    Nov 26, 2023 7:29 PM
    1623 views | 1 replies
  • reference gets lost >before< data table gets closed

    I just noticed that a symbol reference to a data table gets lost already before this dialog opens:TS-00076052Even if you click on Cancel, the reference is lost:(view in My Videos)

    hogi hogi
    Discussions |
    Nov 26, 2023 4:24 AM
    1879 views | 4 replies
  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    998 views | 0 replies
  • Predicted response of ANN

    when I save the predicted response of ANN in jmp, it gave me points not values

    hamza-moussa hamza-moussa
    Discussions |
    Nov 25, 2023 6:31 AM
    1099 views | 1 replies

Latest Discussions

  • How to add text to a graph after drawing using JSL?

    Add the text "txt1" at the top left of the image coordinates (100,100)Thanks!dt = Current Data Table(); P1 = dt << Graph Builder( Show Control Panel( 0 ), Variables( X( :age ), Y( :sex ) ), Elements( Heatmap( X, Y, Legend( 2 ) ) ) //, Text( Center Justified, {100, 100 }, "txt1"); ?? );

    lala lala
    Discussions |
    Nov 26, 2023 11:24 PM
    4498 views | 11 replies
  • reference gets lost >before< data table gets closed

    I just noticed that a symbol reference to a data table gets lost already before this dialog opens:TS-00076052Even if you click on Cancel, the reference is lost:(view in My Videos)

    hogi hogi
    Discussions |
    Nov 26, 2023 4:24 AM
    1879 views | 4 replies
  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    998 views | 0 replies
  • Predicted response of ANN

    when I save the predicted response of ANN in jmp, it gave me points not values

    hamza-moussa hamza-moussa
    Discussions |
    Nov 25, 2023 6:31 AM
    1099 views | 1 replies
  • JSL Help: Set Function() command syntax help

    Hi All,   Back with another JSL programming question. It's related to the other posts through, e.g. here.   I would like to have a Check Box() functionality that when the check box is checked (state=1), the selected rows (it happens to be rows where RSquare is negative) are selected and then hidden and removed so the updated Graph builder shows the desired output. Then, if the box is unchecked (st...

    SDF1 SDF1
    Discussions |
    Nov 25, 2023 5:05 AM
    4143 views | 9 replies

Latest Discussions

  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    998 views | 0 replies
  • 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
    833 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
    788 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
    751 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
    1199 views | 0 replies
view all discussions