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

  • Creating per minute average values from 10 every second timestamp

    Hi,I have data appearing 6 times every 10 second and I want to convert that as a per minute data.  Can you please help me with that?   

    AlphaPanda86751 AlphaPanda86751
    Discussions |
    Oct 14, 2022 3:37 AM
    1024 views | 1 replies
  • Where is the Zero-Inflated Poisson Regression Option in JMP 16?

    In JMP 16, it does not appear possible to follow the Zero-Inflated Poisson Regression Example tutorial instructions. Some of the tool options it says to use do not exist.    The following issues exist within the tutorial instructions : 6.From the Personality list, select Generalized Regression. There is only Generalized Linear Model7.From the Distribution list, select ZI Poisson. There is no ZI Po...

    CentroidMarmot1 CentroidMarmot1
    Discussions |
    Oct 13, 2022 5:09 PM
    2165 views | 5 replies
  • Reference Planes for Scatterplots 3D

    I am trying to help someone graph his data.   He wants a 3D Scatterplot with reference plains with the dots connected.  So he wants:  But with the reference planes that you can do in the surface plot:   I cannot figure out how to add reference planes to the scatterplot 3D or connect the points in the surface plot.  Yes I found mesh and surface, but that is not what he is wanting.  He wants these t...

    lisamaley lisamaley
    Discussions |
    Oct 13, 2022 1:40 PM
    1861 views | 3 replies
  • Data Filter: you have to choose between "conditional" & "grouping"

    One can restrict an existing data filter further with the command:df << (Filter Column(:age) << Where(::age == 14));To add a new data filter group (standard setting: filter1 OR filter2)
    one can use:df << Add Filter(Columns(:age), Where(::age == 14));I just noticed that if the data filter is set to "conditional", it is not possible to add a new filter group.
    You can still use the code, but the action...

    hogi hogi
    Discussions |
    Oct 13, 2022 1:34 PM
    1646 views | 4 replies
  • toolbar - no symbols?

    I created a toolbar and wondered why all the symbols are just "?":
    In the Add In editor the symbols showed up correctly: I almost gave up till I found the problem:
    The ":" in the Add-in ID.
    The symbols are saved in the folder 
    C:\Users\...\AppData\Roaming\SAS\JMP\Addins\AddinName
    To get a correct folder name, JMP replaces the ":" with a "-" ... but seems to have problems with it.
    Replacing the ":" with ...

    hogi hogi
    Discussions |
    Oct 13, 2022 9:46 AM
    951 views | 2 replies

Latest Discussions

  • Creating per minute average values from 10 every second timestamp

    Hi,I have data appearing 6 times every 10 second and I want to convert that as a per minute data.  Can you please help me with that?   

    AlphaPanda86751 AlphaPanda86751
    Discussions |
    Oct 14, 2022 3:37 AM
    1024 views | 1 replies
  • Where is the Zero-Inflated Poisson Regression Option in JMP 16?

    In JMP 16, it does not appear possible to follow the Zero-Inflated Poisson Regression Example tutorial instructions. Some of the tool options it says to use do not exist.    The following issues exist within the tutorial instructions : 6.From the Personality list, select Generalized Regression. There is only Generalized Linear Model7.From the Distribution list, select ZI Poisson. There is no ZI Po...

    CentroidMarmot1 CentroidMarmot1
    Discussions |
    Oct 13, 2022 5:09 PM
    2165 views | 5 replies
  • Data Filter: you have to choose between "conditional" & "grouping"

    One can restrict an existing data filter further with the command:df << (Filter Column(:age) << Where(::age == 14));To add a new data filter group (standard setting: filter1 OR filter2)
    one can use:df << Add Filter(Columns(:age), Where(::age == 14));I just noticed that if the data filter is set to "conditional", it is not possible to add a new filter group.
    You can still use the code, but the action...

    hogi hogi
    Discussions |
    Oct 13, 2022 1:34 PM
    1646 views | 4 replies
  • toolbar - no symbols?

    I created a toolbar and wondered why all the symbols are just "?":
    In the Add In editor the symbols showed up correctly: I almost gave up till I found the problem:
    The ":" in the Add-in ID.
    The symbols are saved in the folder 
    C:\Users\...\AppData\Roaming\SAS\JMP\Addins\AddinName
    To get a correct folder name, JMP replaces the ":" with a "-" ... but seems to have problems with it.
    Replacing the ":" with ...

    hogi hogi
    Discussions |
    Oct 13, 2022 9:46 AM
    951 views | 2 replies
  • Conditional Data Filter for modeling type Multiple Response ?

    A data filter looks slightly different if the modeling type of a column is "multiple response".
    What indicated by the (disabled) "any"? Please note that once a multi-response column is selected the option "conditional" gets disable.why?       

    hogi hogi
    Discussions |
    Oct 13, 2022 9:45 AM
    1477 views | 2 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
    578 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
    623 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
    654 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
    719 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
    721 views | 0 replies
view all discussions