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

  • Curves in Dashboards: send to front?

    When data points are selected, they are automatically highlighted in other graphs - and sent to front.The same also works in Dashboards that are saved as html files.

    Now I noticed that for curves the "send to front" just works in jmp - but not in the html Dashboard.Is there a way to enable it or the html file as well?  

    hogi hogi
    Discussions |
    Feb 17, 2023 10:46 AM
    1077 views | 2 replies
  • How to hide and exclude cells instead of change to missing in jsl after explore outliers?

    I am scripting Explore Outliers in jsl and it works great with k sigma algorithm. However the script I got from this jmp community changes the outliers to missing but how do I set them to hide and exclude instead?dt1 = Current Data Table(); eo = dt1 << Explore Outliers( Y( :var1 ), K Sigma( 2 ), Robust Fit Outliers, Where( :x == 1 ), Invisible ); eoRep = Report(eo); table = eoRep[TableBox(...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Feb 17, 2023 9:55 AM
    1776 views | 2 replies
  • how to get file names or file path

    file1 = pick file(); file_name = ... suff = word(-1, file_name, ".") if(suff == "txt" | file_name == “csv”,  open(file1), .... ); how can i get file_name when I pick up a file?  

    Rock123 Rock123
    Discussions |
    Feb 17, 2023 7:30 AM
    2533 views | 4 replies
  • Dynamically put selected Local Data Filter parameter to y-axis label on a chart

    I have got a three column data. Column - 1 is "Part ID", Column-2 is "Tested Parameter Name" and Column - 3 is "Measured value" of each tested parameter.There are five test parameters for each part so the Part ID changes after every 5 row entries.I am plotting "Measured value" of the tested parameter on y-axis and "Part ID" on the x-axis.I have got local data filter open on the "Tested Parameter N...

    Neo Neo
    Discussions |
    Feb 17, 2023 7:28 AM
    2992 views | 7 replies
  • Randomly select rows within a given column value

    Hello everyone,  First of all, I'm an occasional JMP user (v16.2) with little JSL experience and limited statistical knowledge. I couldn't directly find an answer on the community, I hope I'm not asking something which has already been answered. That being said, I've been trying to figure out how to do the question below 'manually' - using standard JMP functionalities. I couldn't find any simple w...

    Nico_M Nico_M
    Discussions |
    Feb 17, 2023 7:01 AM
    2659 views | 2 replies

Latest Discussions

  • Curves in Dashboards: send to front?

    When data points are selected, they are automatically highlighted in other graphs - and sent to front.The same also works in Dashboards that are saved as html files.

    Now I noticed that for curves the "send to front" just works in jmp - but not in the html Dashboard.Is there a way to enable it or the html file as well?  

    hogi hogi
    Discussions |
    Feb 17, 2023 10:46 AM
    1077 views | 2 replies
  • Dynamically put selected Local Data Filter parameter to y-axis label on a chart

    I have got a three column data. Column - 1 is "Part ID", Column-2 is "Tested Parameter Name" and Column - 3 is "Measured value" of each tested parameter.There are five test parameters for each part so the Part ID changes after every 5 row entries.I am plotting "Measured value" of the tested parameter on y-axis and "Part ID" on the x-axis.I have got local data filter open on the "Tested Parameter N...

    Neo Neo
    Discussions |
    Feb 17, 2023 7:28 AM
    2992 views | 7 replies
  • How to use sample size and power for factorial DoE to determine number of replicated treatments

    I'm trying to learn how to operate JMP's dialog boxes for sample size for use in experimental design. I'd like to understand how to determine the number of replicates necessary in a factorial experiment.  I'd like to know how many times to run each treatment combination.   Assume there is no measurement error, no need for blocking or centerpoints, the response variable is continuous and everything...

    MiBo MiBo
    Discussions |
    Feb 17, 2023 5:13 AM
    8973 views | 10 replies
  • Rename Graph in Project

     JMP Pro 16. I'd like to rename those 7 graphs in a project. How? Can they be reordered? 

    tupdegrove tupdegrove
    Discussions |
    Feb 17, 2023 4:02 AM
    1251 views | 2 replies
  • Wide confidence intervals in Profiler for Binomial Generalized Regressions

    Hello all, I am doing predictive modeling and would appreciate feedback on how well my model fits as I am new to modeling and don't want to make any mistakes in model selection. I have a binomial categorical response and continuous predictors (n=54, p=15). I have chosen a penalized model, Elastic Net, and my model seems to have an okay fit (RSquare = .28, ROC = .7888, pdf file attached).  I am con...

    User5555 User5555
    Discussions |
    Feb 16, 2023 1:36 PM
    2765 views | 6 replies

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    794 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1603 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1633 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    951 views | 0 replies
view all discussions