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

  • Measuring for Trends in Numeric Ordinal Scores Measured on Lots over Time

    What is the best statistical measurement technique to monitor ordinal data so that we can detect trends in the data over time?  I have individual odor panel data (y-axis) for each lot of product (x-axis) produced over time and would like to detect a trend change. Details: (1) 2 odor panelists score each lot of product produced, (2) two panelists are random from a pool of trained panelists, (3) odo...

    HAL9000 HAL9000
    Discussions |
    May 20, 2024 12:42 PM
    1437 views | 3 replies
  • Copy Table Script - Calculated Values Missing

    I am using JMP Pro 17.2 and have compiled a JMP journal and would like the data table embedded.  I used the Copy Table Script option as detailed in the Help menu: https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/manage-links-in-shared-journals.shtml I have set the table script to run in the journal through a Script Button by pasting the table script in the Set Script option for the bu...

    TimboK1 TimboK1
    Discussions |
    May 20, 2024 6:21 AM
    908 views | 1 replies
  • How to switch from REML to ML for Model Comparison

    Hello!I am trying to compare two mixed effect models with AIC (or AICc) values. When generating AIC values for model comparison of mixed effect models, I've seen (at least in R) that one must switch from Restricted Maximum Likelihood Estimation (REML) to Maximum Likelihood Estimation (ML). How do I do this in JMP?  I am using JMP 15 Pro provided through my work. Thank you! Info for this procedure ...

    DensityOfOkapi2 DensityOfOkapi2
    Discussions |
    May 20, 2024 6:17 AM
    2900 views | 5 replies
  • How to multiply rows with the same properties

    Hello,I am trying to multiply certain rows based on their other properties. For example, I want to multiply the chance of having the same first and last name.How can I do this in code?Thank you.

    Liranlev Liranlev
    Discussions |
    May 20, 2024 5:39 AM
    1225 views | 2 replies
  • Set Spec Limits Using a Variable Instead of a Hard Coded Number

    Hello, I am trying to automate setting spec limits for a column. It seems that this process is easily done using a hard coded value, but doesn't work when you input the spec limit as a variable. So this works:Column(4) << Set Property("Spec Limits", {LSL(0), USL(1), Show Limits(1)});  But this does not:lowerLimit = 0; upperLimit = 1; Column(4) << Set Property("Spec Limits", {LSL(lowerLimit), USL(...

    kaoticllama kaoticllama
    Discussions |
    May 19, 2024 10:31 PM
    2186 views | 5 replies

Latest Discussions

  • Measuring for Trends in Numeric Ordinal Scores Measured on Lots over Time

    What is the best statistical measurement technique to monitor ordinal data so that we can detect trends in the data over time?  I have individual odor panel data (y-axis) for each lot of product (x-axis) produced over time and would like to detect a trend change. Details: (1) 2 odor panelists score each lot of product produced, (2) two panelists are random from a pool of trained panelists, (3) odo...

    HAL9000 HAL9000
    Discussions |
    May 20, 2024 12:42 PM
    1437 views | 3 replies
  • How to multiply rows with the same properties

    Hello,I am trying to multiply certain rows based on their other properties. For example, I want to multiply the chance of having the same first and last name.How can I do this in code?Thank you.

    Liranlev Liranlev
    Discussions |
    May 20, 2024 5:39 AM
    1225 views | 2 replies
  • Can animation of this difficulty be achieved with JSL?

    I saw this Rule30 in the video.https://mathworld.wolfram.com/Rule30.html It must be complicated. Thanks Experts!

    lala lala
    Discussions |
    May 19, 2024 7:37 AM
    2094 views | 7 replies
  • Hyperlinks to Table box rows

    Hi, Is there a way to add hyperlinks to the table box rows?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible ); New Window( "", dtb = Data Table Box( dt ) ); :Latitude << Set Property( "Event Handler", Event Handler( Click(JSL Quote( Function( {thisTable, thisColumn, iRow}, Web( "https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," || Char(...

    Jackie_ Jackie_
    Discussions |
    May 19, 2024 7:33 AM
    1218 views | 3 replies
  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    5973 views | 8 replies

Latest Discussions

view all discussions