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

  • 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
    912 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
    2913 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
    1230 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
    2188 views | 5 replies
  • computer recommendations

    Hi,I need a new pc to handle my jmp analysis. the PC will be used only for jmp.most of my data is > 150M rows.my raw data is multiple csv files with an overall size of > 50giga.my current computer with 16 giga RAM and i12 process is not handling this amount of data.I like to get suggestions from people here about the hardware I need. thanks

    Ohad_s Ohad_s
    Discussions |
    May 19, 2024 12:14 PM
    1901 views | 4 replies

Latest Discussions

  • 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
    1230 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
    2106 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
    1220 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
    5994 views | 8 replies
  • Two parameter estimates and OR

    I am not sure why I have two parameter estimates outputs for the variables after it finish running it once - starts again with a new estimate and gives different estimates. I am running a nominal logistic regression with a dependent variable that has 3 choices (multi-variable).   Also, I can't seem to have the choice to have OR calculated and only gives me the option for the confidence interval an...

    jmplearner2 jmplearner2
    Discussions |
    May 18, 2024 12:23 PM
    1185 views | 2 replies

Latest Discussions

view all discussions