cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Graph Builder: how to display only ellipse contour?

    Hello everybody, I would like to display Ellipse element in the graph builder but I would like to have only the contour colored and not the full ellipse.I found a solution using the Customize menu and modifying the Line Color property. However if there are several groups (using the overlay drop zone) it means that every ellipse need to be modified one by one.Is there a faster way to do that? If po...

    anne_sa anne_sa
    Discussions |
    Oct 11, 2022 7:32 AM
    1778 views | 4 replies
  • Reduce font size for wrapped graph builder headings?

    Hello all,I'm creating graphs using Graph Builder, and I'm using the Wrap zone to show a "matrix" of graphs.  However, when I have a lot of levels the font size for each graphs header is too large.  Is there any way to reduce it?For example:dt = open("$sample_data\S4 Temps.jmp");Graph Builder(    Show Control Panel( 0 ),    Variables( X( :outside temp ), Y( :Y ), Wrap( :Name( "room/office" ) ) )...

    pmroz pmroz
    Discussions |
    Oct 11, 2022 6:19 AM
    11429 views | 3 replies
  • WMS Server Slow

    Hi, 
    Attaching a webserver image map into the graph builder is extremely slow on my M1 MacBook Pro. This seems as if it may be an issue with the MacBook and how it generates graph builder. Does anyone know how to make the maps low resolution so they would run faster? My best guess why maps don't load (and they load on my Windows) is that the resolution ends up being too high off the bat. 


    MikeDereviankin MikeDereviankin
    Discussions |
    Oct 10, 2022 2:11 PM
    905 views | 2 replies
  • How to automatically detect Index column by format?

    Hi All, I am creating an app using JMP Application Builder where a user opens a datafile into JMP and can perform some analyses. The program requires some kind of an index column (either date/time or a simple row index will suffice). Often, the type of data loaded into this application will have a date/time index, but this is not always the case and sometimes the first column is actual data (conti...

    EstelleS EstelleS
    Discussions |
    Oct 10, 2022 1:38 PM
    989 views | 2 replies
  • JMP > Multivariate Analysis > Correlation> How to Handle Large Datasets?

    Hi JMP Community, I need to assess the correlation between ~10,500 biomarkers measured in 150 patients at baseline. I tried a simple JSL script based on the fit Y by X and the Multivariate Correlation platform. Both approaches take a long time to compute on my machine (Windows 10 Pro, Intel i-7 2.50 GHz, 32 GB RAM, JMP 16). Is there a faster approach to generate and retrieve Pearson's r and associ...

    Thierry_S Thierry_S
    Discussions |
    Oct 10, 2022 12:58 PM
    1153 views | 5 replies

Latest Discussions

  • Graph Builder: how to display only ellipse contour?

    Hello everybody, I would like to display Ellipse element in the graph builder but I would like to have only the contour colored and not the full ellipse.I found a solution using the Customize menu and modifying the Line Color property. However if there are several groups (using the overlay drop zone) it means that every ellipse need to be modified one by one.Is there a faster way to do that? If po...

    anne_sa anne_sa
    Discussions |
    Oct 11, 2022 7:32 AM
    1778 views | 4 replies
  • WMS Server Slow

    Hi, 
    Attaching a webserver image map into the graph builder is extremely slow on my M1 MacBook Pro. This seems as if it may be an issue with the MacBook and how it generates graph builder. Does anyone know how to make the maps low resolution so they would run faster? My best guess why maps don't load (and they load on my Windows) is that the resolution ends up being too high off the bat. 


    MikeDereviankin MikeDereviankin
    Discussions |
    Oct 10, 2022 2:11 PM
    905 views | 2 replies
  • Regression Question

    I have a randomized complete block design. I have 2 treatments (A and B). I have 3 blocks of each treatment (A1, A2, A3 and B1, B2, B3). Within each block I have 15 plots. Within the 15 plots I collected data each time I found one of 3 different types of bushes (M, E, and R) in my plots. I need to run an analysis that will tell me if treatments A and B have a significantly different number of Bush...

    Braydon12 Braydon12
    Discussions |
    Oct 10, 2022 9:29 AM
    908 views | 3 replies
  • Analysis of split plot DOE results

    In analysis of a (split) split plot REML as well as Generalized regression is used, which anaysis method is preferred?

    frankderuyck frankderuyck
    Discussions |
    Oct 10, 2022 9:18 AM
    1301 views | 4 replies
  • Map Shapes Not Found In Graph Builder ( Great Britain)

    I use Graph Builder quite a bit to demonstrate where my JMP users are based in the world. We can automatically pick up where they are based via a Smartsheet ( https://www.smartsheet.com/) but one of the annoyances is that Smartsheet calls the UK Great Britain which JMP doesn't recognize. This means that i have to change these manually each time to run the report, I realize I could have a script to...

    d_barnett d_barnett
    Discussions |
    Oct 10, 2022 8:44 AM
    1850 views | 5 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    415 views | 0 replies
  • wrap: hide sub-titles?

    In GRaph Builder, "wrap" is a nice option to split a data set into small pieces and generate many sub-plots.
    But sometimes, the window is just filles with the "titles" of the sub-plots an there is no space left for the plots.
    Is there an option to hide the titles of the subplots?
    In the "wrap" context menu, there is an option to remove the "title" (here: "data"), but not the sub-titles.
    And in the red...

    hogi hogi
    Discussions |
    Sep 11, 2022 8:53 AM
    486 views | 0 replies
  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    517 views | 0 replies
  • XGBoost Add-In for JMP Pro no test set result in model screening

    I'm using model screening and include XGBoost as a method. However the result from XGBoost are only shown in Train set and Validation set.Why the result of XGBoost for test set is not shown? 

    TasapornV TasapornV
    Discussions |
    Aug 25, 2022 12:45 AM
    568 views | 0 replies
  • JMP Pro, Dantzig selector: how do I improve computational time

     Hello JMP community members. Concerning the use of the Dantzig selector on big and sparse datasets.I wondered what features would be at disposal to tune the computational time.Right now it takes about 40 minutes to get a result back for a problem with 380 rows and 149 non-singular parameters. This makes me wonder about the options available to tweak the computation time. I was thinking about redu...

    Not_A_Student Not_A_Student
    Discussions |
    Aug 12, 2022 7:49 AM
    576 views | 0 replies
view all discussions