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

  • How can I get a check box to set instead of toggle?

    Hello,

    I am having an issue with setting checked boxes as checked. It seems to be toggling instead of setting. I have included some sample code. I create a 1 item check box in a journal, set it (the box gets checked), then set it again (the box gets unchecked).

    window_journal = New Window("", <<Journal, mainPage = V List Box() ); EnableLimitButton = Check Box("Enable Limit Checking"); mainpage ...

    Kelly Kelly
    Discussions |
    Nov 25, 2019 3:47 PM
    1842 views | 1 replies
  • HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable to ch

    I have an error creating a post request, the error returned is:   New HTTP Request() POST [url] schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.     The solutions here didn't work for me, I got the same error message as HTTP Request with Headers? .   My code is approximately: request = HTTPRequ...

    bayesfactor bayesfactor
    Discussions |
    Nov 25, 2019 2:37 PM
    5535 views | 2 replies
  • I can change the line style on a survival curve, but it doesn't change the legend!

    Hey everyone, I am doing a Kaplan-Meier analysis and I need to have three different line styles in the resulting figure. I can change those line styles by right clicking and going to customize on the chart. However, when I change those line styles, it doesn't change the legend. Can anyone tell me how to get the associated legend to change? I am not familiar with scripts of any kind and would prefe...

    tangerinesporth tangerinesporth
    Discussions |
    Nov 25, 2019 10:38 AM
    11518 views | 2 replies
  • How does Latent Class Analysis work on Text Explorer

    On the Multivariate Analysis Tool kit Latent Class Analysis is used to predict clusters on Categorical data (Example Health Risk Survey on JMP Library). How is that principle used on Text Data? We get a Document Term Matrix which is either binary (numeric) , Frequency or TF-IDF. We do not get a DTM of Categorical data. So how does LCA work in this case? Does the binary DTM get converted internally...

    statlover statlover
    Discussions |
    Nov 25, 2019 10:31 AM
    3406 views | 4 replies
  • Create Dashboard and save as Interactive HTML JMP14.1.0

    Hi,I created dashboard of many graphs and save as interactive HTML, using JMP 14.1.0Graph in JMP looks ok but graph in Interactive HTML shows 3 decimal and I don't want this. I tried to search how to set for interactive HTML but couldn't it. Please advise. Elements( Bar( X, Y, Legend( 9 ), Bar Style( "Stacked" ), Label( "Label by Value" ) ) ), Graph in JMPGraph in Interactive HTML

    Akane Akane
    Discussions |
    Nov 25, 2019 10:25 AM
    12139 views | 8 replies

Latest Discussions

  • HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable to ch

    I have an error creating a post request, the error returned is:   New HTTP Request() POST [url] schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.     The solutions here didn't work for me, I got the same error message as HTTP Request with Headers? .   My code is approximately: request = HTTPRequ...

    bayesfactor bayesfactor
    Discussions |
    Nov 25, 2019 2:37 PM
    5535 views | 2 replies
  • How to filter / cleanse data JMP using a list [tipp, JSL, scripting]

    After receiving so much great support, I thought it was about time I returned this favour. Below you'll find a little program that might make it easier to filter data tables. Hard encoding by "entry" is one way to filter entries; this is tedious and prone to typos. An alternative is to filter entries by their "position" in a filter list. This approach just assumes that the sequence of fields in th...

    Newbie2Jumpie Newbie2Jumpie
    Discussions |
    Nov 25, 2019 7:42 AM
    1806 views | 2 replies
  • Predicted Rsquare

    I wanted to use predicted Rsquare to test if my model is overfitting or not.  I am not really familiar with this, so I have a few questions regarding predicted Rsquare.   1. How much smaller for the predicted Rsquare is a sign of overfitting?  If the Adjusted R-square is 0.94, and the predicted R-square is 0.84, is it okay? 2. I don't fully understand how the predicted Rsquare was calcuated.  I kn...

    CYLiaw CYLiaw
    Discussions |
    Nov 23, 2019 9:13 AM
    3305 views | 2 replies
  • JMP window groups in windows 10

    HI everyone, can anyone help me with the way windows groups instances of JMP in windows 10. In previous versions it seemed to be easier to flick between instances rather than every instance and subwindow being grouped in the taskbar. Has anyone got any suggestions on how to make it better. I find it very difficult to find the actual datatable or plot Im looking to go back to when I have a few open...

    barneyonion barneyonion
    Discussions |
    Nov 22, 2019 6:41 AM
    3151 views | 4 replies
  • Custom re-order of columns

    My jsl script produces the following table which is the combination of summary,split and update functions.The first few columns have actual mesureamnts for variuos test for past four months and week wise for the current month(new week gets added every sunday). The last 4 columns are expected values for each month for each test.The following are two things I'm trying-Also my script already has 250 ...

    ENTHU ENTHU
    Discussions |
    Nov 21, 2019 2:44 PM
    1696 views | 1 replies

Latest Discussions

  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1659 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1133 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1185 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    1934 views | 0 replies
  • solved

    solved

    jemg jemg
    Discussions |
    Aug 29, 2019 11:14 PM
    1385 views | 0 replies
view all discussions