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 to create a Nested effect within interaction factors?

    Hello,I wil be running RCBD using fit model. I know how to create the nested effect within a single factor, but how do I create nested effect within interaction factors? ex. Block (Year * Location) Thank you!

    Juno Juno
    Discussions |
    Jul 27, 2020 7:19 AM
    14770 views | 15 replies
  • Consumer Research-categorical platform: basic input

    I had posted this question in a previous Discussion that had ended in 2012, so I am re-posting it here. Basically, I would like to use the Consumer-categorical platform for what is essentially a categorial repeated measures ANOVA: My responses are essentially color scores that range from 2-6. I probably could use a more typical approach since they ARE integers, but they are constrained between 1 a...

    abmayfield abmayfield
    Discussions |
    Jul 27, 2020 6:26 AM
    1969 views | 3 replies
  • ROC AUC confidence interval

    Hi, Is it possible to calculate the 95% confidence interval of a ROC AUC ? I found a add-in that was supposed to to so but does not seem to work for this option:     Thanks for your help, Anne

    aberquin aberquin
    Discussions |
    Jul 27, 2020 5:26 AM
    2693 views | 1 replies
  • Omega hierarchical (reliability)

    My snobby psychometrics colleagues don't like alpha (even though it's used 98% of the time), because one can get a high alpha even if one has no general factor. Omega (hierarchical; not general) is the solution. I am writing to plea for consideration for future JMP (or if anyone is sufficiently challenged, an add-in). Thanks.

    profjmb profjmb
    Discussions |
    Jul 27, 2020 4:48 AM
    3125 views | 5 replies
  • How to display baseline/reference data in many sub graphs using the graph builder

    Hi, I have some trouble with displaying baseline/reference values in my graphs using the graph builder. For many of my experiments I first take some samples before the actual start of the experimental conditions.The data from these samples can thus be considered as baseline/reference/T=0 data.They always have a value of 0 on the x-axis of. Examples of such data are depicted in red in the attached ...

    PedeGe PedeGe
    Discussions |
    Jul 27, 2020 3:30 AM
    3231 views | 4 replies

Latest Discussions

  • Consumer Research-categorical platform: basic input

    I had posted this question in a previous Discussion that had ended in 2012, so I am re-posting it here. Basically, I would like to use the Consumer-categorical platform for what is essentially a categorial repeated measures ANOVA: My responses are essentially color scores that range from 2-6. I probably could use a more typical approach since they ARE integers, but they are constrained between 1 a...

    abmayfield abmayfield
    Discussions |
    Jul 27, 2020 6:26 AM
    1969 views | 3 replies
  • Omega hierarchical (reliability)

    My snobby psychometrics colleagues don't like alpha (even though it's used 98% of the time), because one can get a high alpha even if one has no general factor. Omega (hierarchical; not general) is the solution. I am writing to plea for consideration for future JMP (or if anyone is sufficiently challenged, an add-in). Thanks.

    profjmb profjmb
    Discussions |
    Jul 27, 2020 4:48 AM
    3125 views | 5 replies
  • Parallel Plot > Ribbon / River Plot > Change Size with Each X Category?

    Hi JMP Community Is it possible in Graph Builder > Parallel Plot > Ribbon/River Plot to assign a different Size value for each X axis category?In the example below (see also table attached), I can easily set the Size to one column but it would be greatly advantageous to be able to set different size values for the DATA1 and DATA2. Thank you for your input. Best,TS 

    Thierry_S Thierry_S
    Discussions |
    Jul 26, 2020 8:40 AM
    2286 views | 3 replies
  • Setting General Graph Preferences

    Currently there is a long list of graph type and preferences in JMP13.There are two improvements I see which would be quite helpful:#1 A category at the top of the list called something like "Common Platform Preferences" which enables changing all the common settings across all platforms. #2 Being able to default preferences while editing a graph (sends current settings to Preferences of that spec...

    rburton rburton
    Discussions |
    Jul 26, 2020 4:37 AM
    6425 views | 2 replies
  • Mediation analysis - the one offered by Andrew Hayes (The PROCESS macro for SPSS and SAS) - is there a script we could run to get bootsrapped CI for indirect effects?

    I know it is possible to do bootstrapped CI in JMP. But, when we build and test complicated mediation model, the indirect effects need to be calculated and then a bootstrapped CI is needed to build on that indirect effect. I am sure some smart JMP user has figured it out. I hope that person may write a script or a step-by-step procedure for doing this in JMP. Otherwise JMP developers, please take ...

    goutam goutam
    Discussions |
    Jul 25, 2020 2:02 PM
    1649 views | 1 replies

Latest Discussions

  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    976 views | 0 replies
  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1271 views | 0 replies
  • Save all scripts and close reports by JSL

    Trying to write a script for this I found the following below working. JMP15@Win10.The first part opens two tables and starts some Reports,and the second Closes all report Windows post saving scripts to belonging tables.But when the report has a local datafilter, the script is not working any more (get scriptable object doesn't get the Right reference).Is there a way to find proper reference for e...

    Georg Georg
    Discussions |
    Jul 20, 2020 7:48 AM
    1123 views | 0 replies
  • [JSL Contour Plot] Method of define contour plot, number, minimum, maximum

    The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble. In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum = 1.4, minimum =1. However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.   Does someone have experience how t...

    Stokes Stokes
    Discussions |
    Jun 25, 2020 12:09 PM
    983 views | 0 replies
  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    945 views | 0 replies
view all discussions