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

  • JSL: How to script a graph update with Combo box and Next/Prev buttons

    Hi All,   I'm working on a larger set of JSL code and am interested in adding some functionality to it so that the user can cycle through different views -- something like what one can do when cycling through the different components in the PCA platform, see screen shot below.  I know that I need a couple Combo Boxes with the relevant columns from the data table, but I'm not sure how to get the gr...

    SDF1 SDF1
    Discussions |
    Oct 20, 2022 8:17 AM
    3550 views | 8 replies
  • ZIWeibull and other ZI distributions

    Hello,I am trying to fit life distribution to a time to event dataset, and JMP does not even give me the Weibull or Log-normal as an option to fit. Instead it chooses ZIFrechet as first choice. I am using JMP 15.2.0 Thanks,

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Oct 20, 2022 7:38 AM
    560 views | 1 replies
  • looking for a continuous distribution analogue of ZI Poisson?

    I have product complaint data which are counts, but the areas of opportunity are different because batch sizes vary.  Complicating matters is the fact that many of our batches have zero complaints.  These data are generally analyzed on a PPM basis - the number of complaints are divided by the batch size and then multiplied by a million, making it a continuous positive distribution with a dispropor...

    gwenhallberg gwenhallberg
    Discussions |
    Oct 20, 2022 5:50 AM
    801 views | 2 replies
  • How to include superscript numbers in column headings?

    Hi, I want to create some figures (PCA biplot) with stable isotope variables in them. How can I include superscripts in the headings of my column? Specifically δ15N and δ13C?

    arm2785 arm2785
    Discussions |
    Oct 20, 2022 2:35 AM
    11496 views | 12 replies
  • How to hide/remove border line around a graph?

    Hi All, I am using JMP Pro14.3. I am constructing a graph using Graph Builder and save if as html file. I would like to hide the border line around the graph but did not success. I am adding this line of code aa[ListBox(2)] << Visibility("Hidden"); , the graph is missing.Below is my code. I need the community help to take a look if anything wrong with the code. dt = Open( "$SAMPLE_DATA/big class.j...

    bzanos bzanos
    Discussions |
    Oct 19, 2022 6:49 PM
    1891 views | 5 replies

Latest Discussions

  • ZIWeibull and other ZI distributions

    Hello,I am trying to fit life distribution to a time to event dataset, and JMP does not even give me the Weibull or Log-normal as an option to fit. Instead it chooses ZIFrechet as first choice. I am using JMP 15.2.0 Thanks,

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Oct 20, 2022 7:38 AM
    560 views | 1 replies
  • looking for a continuous distribution analogue of ZI Poisson?

    I have product complaint data which are counts, but the areas of opportunity are different because batch sizes vary.  Complicating matters is the fact that many of our batches have zero complaints.  These data are generally analyzed on a PPM basis - the number of complaints are divided by the batch size and then multiplied by a million, making it a continuous positive distribution with a dispropor...

    gwenhallberg gwenhallberg
    Discussions |
    Oct 20, 2022 5:50 AM
    801 views | 2 replies
  • How to include superscript numbers in column headings?

    Hi, I want to create some figures (PCA biplot) with stable isotope variables in them. How can I include superscripts in the headings of my column? Specifically δ15N and δ13C?

    arm2785 arm2785
    Discussions |
    Oct 20, 2022 2:35 AM
    11496 views | 12 replies
  • extracting Linear Fit values? error

    I'm having some issues with this, I keep getting errors when trying to pull out the linear fit parameters. I've got a standard YvsX dataset, but with 4 different 'group by' columns. When I try to do the extraction (I've tried a lot of different methods), i keep getting errors like this: Any Idea what's up with this? I've tried concatting the four cols into a single column and then splitting by tha...

    aliegner1 aliegner1
    Discussions |
    Oct 19, 2022 1:51 PM
    633 views | 1 replies
  • Quantile regression in JSL

    Any chance anyone has already written a script to do quantile regression in JMP using JSL? Better yet, does anyone know whether quantile regression will included in future releases of JMP? Quantile regression is becoming pretty standard in statistical analysis and it is surprising that it hasn't been already implemented.many thanks, Yves

    yvesprairie yvesprairie
    Discussions |
    Oct 19, 2022 12:21 PM
    10527 views | 9 replies

Latest Discussions

  • Methods for compressing a CSV or TSV file with jmp compression to save as .jmp table without having to open the csv in JSL first?

    I have access to both JMP12 and JMP14, so a solution for either would work. What I am trying to achieve is saving very large text files (csv,tab,tsv,etc.) with JMP compression such that I get a compressed .jmp file as the result. By large I mean 2-6gb files. Currently I use something like this: MyDataFile = open(filename,Private); MyDataFile << Compress File When Saved; MyDataFile << save(filetosa...

    CurbStegosaurus CurbStegosaurus
    Discussions |
    Oct 14, 2022 9:06 AM
    1342 views | 0 replies
  • 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
view all discussions