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

  • How to change the color of many histogram distributions?

    Hi,I am plotting 64 histogram distributions and stack them together. I like to change the color of each histogram different. You can manually do this but how one can change this automatically? I appreciate your help. Thanks 

    AT AT
    Discussions |
    Mar 14, 2018 9:51 AM
    5595 views | 4 replies
  • How change the line width in Graph Builder?

    Hi,I'm making a graph builder script by manually plotting and saving the script in the data table. So far here is what I've got: //User declares Bottom_Var, Left_Var, Top_Var, Right_Var, and Legend_Var //Legend_Var is the cell grouping whose number may vary Graph Builder( Size( 1173, 638 ), Show Control Panel( 0 ), Variables( X( Bottom_Var ), Y( Left_Var ), Group X( Top_Var ), Group Y(...

    shaira shaira
    Discussions |
    Mar 14, 2018 9:32 AM
    2946 views | 1 replies
  • Save a JMP Custom Design to a csv file in a script?

     I would like to create a script that generates a Custom Design then outputs the Design Matrix to a text file, e.g., '*.csv'.  Here is an example script that generates the Custom Design and a JMP Table containing the Design Matrix.DOE( Custom Design, {Add Response( None, "My Response", ., ., . ), Add Factor( Discrete Numeric, {1, 2, 3, 4, 5, 6, 7, 8, 9}, "f1", 0 ), Add Factor( Disc...

    StevenCHowell StevenCHowell
    Discussions |
    Mar 13, 2018 2:48 PM
    5716 views | 1 replies
  • How do I combine tables

     I have two tables, A and B. I want to write JSL that will find all the rows in A whose ID is represented one or more times in B, and then append those rows to B to yield a new table C.  For example, let this be A:IDDataDay1RedSun2OrangeMon2YellowTue3BlueWed4IndigoThu4VioletFri4FuchsiaSat5TealSun6BlackMon And let this be B:IDDataDay6AquaTue1PinkWed1BeigeThu4WhiteFri9GoldSat10SilverSun I want code ...

    john_madden john_madden
    Discussions |
    Mar 13, 2018 12:52 PM
    10987 views | 4 replies
  • Actual by predicted plot

    Hi I'm relatively new to JMP. When I run a Fit Model, why sometimes I don't see a Actual by predicted plot? I still see other things such as Effect Summary, Parameter Estimates.. Thanks.

    Shan Shan
    Discussions |
    Mar 13, 2018 10:01 AM
    5918 views | 2 replies

Latest Discussions

  • How change the line width in Graph Builder?

    Hi,I'm making a graph builder script by manually plotting and saving the script in the data table. So far here is what I've got: //User declares Bottom_Var, Left_Var, Top_Var, Right_Var, and Legend_Var //Legend_Var is the cell grouping whose number may vary Graph Builder( Size( 1173, 638 ), Show Control Panel( 0 ), Variables( X( Bottom_Var ), Y( Left_Var ), Group X( Top_Var ), Group Y(...

    shaira shaira
    Discussions |
    Mar 14, 2018 9:32 AM
    2946 views | 1 replies
  • Populating/Expand UI based on a selection

    All, 
          I found this post and example very relevant to my needs. https://community.jmp.com/t5/Discussions/Creating-drop-down-menu-for-interactive-user-input/td-p/17982. However, as I try to implement/execute the code piece provided here, I don't see what I expected to happen. I think it is a typo, provided is my edited - working code.  dt = Open( "$SAMPLE_DATA\Big Class.jmp" ); /* Extract a li...

    uday_guntupalli uday_guntupalli
    Discussions |
    Mar 13, 2018 7:20 AM
    2633 views | 2 replies
  • Assessing significance of slopes and interactions in mixed models

    How do I test not only for differences among slopes, but also that the slopes are different from zero (significant) in a linear mixed effects model with 1 continuous and 1 categorical (2 level) variables, and two random effects. In the Parameter Estimates output below I see that I have a significant interaction between tissue type [MSC] and lnSe.  Meaning that the slope for MSC is different from t...

    arstewar arstewar
    Discussions |
    Mar 12, 2018 8:12 AM
    5168 views | 2 replies
  • change p-value output format in preferences

    Simple question. I understand the reasons why reporting p<0.0001 as "<0.0001"; I also understand how to change the number format in individual outputs. However, for some downtream analyses (like FDR calculation) it is necessary to have the exact p-value AND it is difficult to change format in a large output with thousands of tests. Is there a way to change the preference for p-value output system-...

    l_yampolsky l_yampolsky
    Discussions |
    Mar 12, 2018 7:54 AM
    4781 views | 4 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2255 views | 0 replies

Latest Discussions

  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2255 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3495 views | 0 replies
  • .jsl scripts will lock files even while set to read and execute permissions only

    I am having an issue where an add-in script which runs another script via the include(); function is locking the included script file while other users are running it. This renders me unable to update that script. I tried setting the permissions on the repository and the file as read and execute only but it still locks when other users access it.

    nbullen nbullen
    Discussions |
    Feb 5, 2018 12:05 PM
    2273 views | 0 replies
  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3765 views | 0 replies
  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2648 views | 0 replies
view all discussions