cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1051 views | 0 replies
  • How can I set discrete numeric levels for mixture factors?

    As part of a larger design, I have three factors that are mixture factors, A,B and C.A+B+C should sum to 1.A should be between 0.5 and 1.B should be between 0 and 0.5.C should be between 0 and 0.5. But as part of the physical setup of the experiment, B and C must be premixed before being added. It's difficult to do this, so I only want to use one mixture combination, a 1:1 ratio of B to C. So I on...

    noahsprent noahsprent
    Discussions |
    Jun 19, 2023 10:18 AM
    2053 views | 4 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    591 views | 0 replies
  • Mixed Model Platform

    Hello, I have a rather large data set where I am trying to assess how mercury in finish caught in New Hampshire has varied from 1992-2021 and assess how these mercury levels vary from county to county throughout this time line.My data is as followsDV = Total Mercury (Log10 scaled, Continuous)IV Fixed 1= Fish Length (Continuous)IV Fixed 2= Year Caught (Categorical, Numeric/Nominal)IV Fixed 3= Year ...

    IWRRI IWRRI
    Discussions |
    Jun 19, 2023 5:40 AM
    1398 views | 2 replies
  • Update jmp software

    hi,we recently purchased license for jmp 16.we have jmp 15 installed on our computer.when I try to use the license I get the following error message:how can I update to jmp 16 or use the license on jmp 15? 

    Ohad_s Ohad_s
    Discussions |
    Jun 19, 2023 4:59 AM
    2176 views | 4 replies

Latest Discussions

  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1051 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    591 views | 0 replies
  • Mixed Model Platform

    Hello, I have a rather large data set where I am trying to assess how mercury in finish caught in New Hampshire has varied from 1992-2021 and assess how these mercury levels vary from county to county throughout this time line.My data is as followsDV = Total Mercury (Log10 scaled, Continuous)IV Fixed 1= Fish Length (Continuous)IV Fixed 2= Year Caught (Categorical, Numeric/Nominal)IV Fixed 3= Year ...

    IWRRI IWRRI
    Discussions |
    Jun 19, 2023 5:40 AM
    1398 views | 2 replies
  • Update jmp software

    hi,we recently purchased license for jmp 16.we have jmp 15 installed on our computer.when I try to use the license I get the following error message:how can I update to jmp 16 or use the license on jmp 15? 

    Ohad_s Ohad_s
    Discussions |
    Jun 19, 2023 4:59 AM
    2176 views | 4 replies
  • parameter interactions

     Bonjour à tous, Je me pose quelques questions par rapport aux interactions dans JMP.J’essaye d’analyser l’impact de différents paramètres sur une variable Y. A partir du modèle linéaire et de la régression des moindres carrés je crée des interactions entre les paramètres.Par exemple JMP crée des interactions telles que : A*B, A*C... Première question : Existe-t-il d’autres outils pour calculer le...

    hcarr01 hcarr01
    Discussions |
    Jun 19, 2023 1:42 AM
    1931 views | 5 replies

Latest Discussions

  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1051 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    591 views | 0 replies
  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    649 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    775 views | 0 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    751 views | 0 replies
view all discussions