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

  • User Defined Functions with Expression arguments

    In JSL there are many functions which allow Expressions as arguments, like dt << New Column( "X", Formula( row() ) ); where the supplementary argument Formula( row() ) can be at any position (N>1) within (...) because it can be identified via the keyword Formula().
     Can user-defined functions have similar supplementary arguments?  

    hogi hogi
    Discussions |
    Jun 24, 2023 11:54 PM
    1012 views | 2 replies
  • How do I have export default to folder that I opened in?

    I have a .jmp file, make some changes, and then wish to export to a .csv file. When I do so, the save as folder defaults to (I think) the last folder that I'd saved to. I'd like it to default to the folder containing the jmp file that I opened. I'd also be happy for it to default, more generally, to the last folder that a file was opened from, rather than the last folder a file was saved to. Is it...

    JPM1 JPM1
    Discussions |
    Jun 24, 2023 9:42 PM
    890 views | 1 replies
  • Reliability Growth Analysis

    Hello,In the training video https://community.jmp.com/t5/Mastering-JMP/Analyzing-Reliability-for-Repairable-Systems/ta-p/483465 when the analysis is performed, no information about the duration of maintenance work is provided. For example a single fix may have been done on day 3 and the next one on day 10. However this fix may have taken 2, hours, 10 hours, 2 days and etc. My understanding is that...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jun 24, 2023 8:42 PM
    979 views | 1 replies
  • How to export a txt file without double quotes?

    Hi All, I'd like to export a txt file without double quotes,is there another way?thank you. <Datatable> <Export Options> <txt file>  

    Wei1 Wei1
    Discussions |
    Jun 24, 2023 7:27 AM
    1187 views | 1 replies
  • Define factors and responses

    Hello! I am a bit confused about how to define the responses for my experiments appropriately. I want to see how the processing factors influence the polymer crystallinity, but then the crystallinity will affect the material's mechanical strength. So in this case, should I consider both the polymer crystallinity and mechanical strength as the responses? Or the crystallinity is a factor/response?  ...

    DendrogramSteer DendrogramSteer
    Discussions |
    Jun 24, 2023 5:44 AM
    1605 views | 3 replies

Latest Discussions

  • User Defined Functions with Expression arguments

    In JSL there are many functions which allow Expressions as arguments, like dt << New Column( "X", Formula( row() ) ); where the supplementary argument Formula( row() ) can be at any position (N>1) within (...) because it can be identified via the keyword Formula().
     Can user-defined functions have similar supplementary arguments?  

    hogi hogi
    Discussions |
    Jun 24, 2023 11:54 PM
    1012 views | 2 replies
  • How do I have export default to folder that I opened in?

    I have a .jmp file, make some changes, and then wish to export to a .csv file. When I do so, the save as folder defaults to (I think) the last folder that I'd saved to. I'd like it to default to the folder containing the jmp file that I opened. I'd also be happy for it to default, more generally, to the last folder that a file was opened from, rather than the last folder a file was saved to. Is it...

    JPM1 JPM1
    Discussions |
    Jun 24, 2023 9:42 PM
    890 views | 1 replies
  • Reliability Growth Analysis

    Hello,In the training video https://community.jmp.com/t5/Mastering-JMP/Analyzing-Reliability-for-Repairable-Systems/ta-p/483465 when the analysis is performed, no information about the duration of maintenance work is provided. For example a single fix may have been done on day 3 and the next one on day 10. However this fix may have taken 2, hours, 10 hours, 2 days and etc. My understanding is that...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jun 24, 2023 8:42 PM
    979 views | 1 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 replies
  • GLM Poisson regression with Firth Adjustment and comparison with R

    Hi, I came across a strange results when creating Poisson regression model in JMP and comparing them to R. I am modelling count (Y variable), using model with intercept and single categorical variable mod ("Before mod"/"Modified"). I am using Log(Time) as my offset variable. My sample size is 60. When running this model, my Parameters Estimates Std Error are very big (1291), but both parameters ar...

    Ceg1 Ceg1
    Discussions |
    Jun 23, 2023 6:02 AM
    1595 views | 1 replies

Latest Discussions

  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    657 views | 0 replies
  • 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
    1052 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
view all discussions