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

  • spec limits

    Hi,  i would like to load spec limits in a data table for several responses.is it possible to load different spec limits for the same response? ex.: if you have different reciepes inside your data base with the same Y. best regards

    Françoise Françoise
    Discussions |
    May 4, 2018 6:34 AM
    8544 views | 4 replies
  • Issues with local data filter and select where

    I am trying to make a Class object that contains methods and properties I find usefull when working with distribution reports. I have everything working how I would like it when I don't try and filter the report or data table but when I try and fitler the report I start having issues. Main issue being is after I filter the report when I go into the display tree to pull and save values they don't r...

    awsmagala awsmagala
    Discussions |
    May 4, 2018 3:30 AM
    4466 views | 3 replies
  • get current work week in string

    Hi I need to pull the date from a constant changing folder name, the name is the year+curent WW e.g. 201817I have the following JSL  if ((day of week(today()))==1, WW = "^year(today())^^week of year(today())-1^", WW = "^year(today())^^week of year(today())^" );

    Eval Insert Into( WW );

    dt = Open("\\.......\Reports\"||WW||"\.......xlsx");
    it works when I run it on my PC but when I schedule it on a serv...

    AdamChoen AdamChoen
    Discussions |
    May 4, 2018 1:53 AM
    2928 views | 2 replies
  • Defining a function that takes another function as argument

    HiI am trying to define a function that calculates the error of assuming linearity in a region of another function.My function must do the following:Accept 3 inputs, the nonlinear function (preferably just a function name defined elsewhere, f(x)), the center of the region (xi) and the half-width of the region being investigated (delta).Generate slope and intercept of the asymptote linear function ...

    JesperJohansen JesperJohansen
    Discussions |
    May 3, 2018 1:12 PM
    7488 views | 7 replies
  • ODBC connection

    How do I create an ODBC connection from LIMS to JMP?

    eward3614 eward3614
    Discussions |
    May 3, 2018 11:16 AM
    6368 views | 2 replies

Latest Discussions

  • Issues with local data filter and select where

    I am trying to make a Class object that contains methods and properties I find usefull when working with distribution reports. I have everything working how I would like it when I don't try and filter the report or data table but when I try and fitler the report I start having issues. Main issue being is after I filter the report when I go into the display tree to pull and save values they don't r...

    awsmagala awsmagala
    Discussions |
    May 4, 2018 3:30 AM
    4466 views | 3 replies
  • get current work week in string

    Hi I need to pull the date from a constant changing folder name, the name is the year+curent WW e.g. 201817I have the following JSL  if ((day of week(today()))==1, WW = "^year(today())^^week of year(today())-1^", WW = "^year(today())^^week of year(today())^" );

    Eval Insert Into( WW );

    dt = Open("\\.......\Reports\"||WW||"\.......xlsx");
    it works when I run it on my PC but when I schedule it on a serv...

    AdamChoen AdamChoen
    Discussions |
    May 4, 2018 1:53 AM
    2928 views | 2 replies
  • ODBC connection

    How do I create an ODBC connection from LIMS to JMP?

    eward3614 eward3614
    Discussions |
    May 3, 2018 11:16 AM
    6368 views | 2 replies
  • Wait(0), Wait() vs. Wait(n)

    I have a script that does many thing including creating a matrix from a datatable of ~17,500x40.   The entire scrpit works fine when I run in in sections but fails to create the matrix when I run it as a whole.  The issue appears to be at the step where m = dt << Get As Matrix();.  I've inserted wait(0), wait() and even wait(30) but nothing seems to fix the issue.  Any suggestions? Sorry I can't t...

    DaveLee DaveLee
    Discussions |
    May 3, 2018 6:12 AM
    10122 views | 9 replies
  • Interpretting intercpets and slopes from Parameter estimates in a Fit Model

    I am working at looking at a quadratic function in fit model. My questions are how to I go about interpretting the paremeter estimates? Especially for graphing this equation and interpretting the value that is not represented by the estimates, i.e. other study or location. Screen shots below shoe the model an d the outputs for the model. Important to note and not seen in the images is that the pol...

    Alec1293 Alec1293
    Discussions |
    May 3, 2018 6:00 AM
    8160 views | 5 replies

Latest Discussions

  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1713 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3814 views | 0 replies
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2634 views | 0 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2262 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3502 views | 0 replies
view all discussions