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

  • Merge rows and get infrimation in signal row

    Hello JMP community, How to merge multiple rows with the same name and obtain its value in a single row.    Regards,Chandan

    chandankishor66 chandankishor66
    Discussions |
    Nov 14, 2022 7:38 AM
    1456 views | 2 replies
  • Analysis of a Split Plot & Random effect DOE with Generalized regression

    Is it possible to perform a good analysis of split plot/random effect DOE's with generalized regression? It can't handle random effects as is done with REML so is there a way to analyse correctly?

    frankderuyck frankderuyck
    Discussions |
    Nov 14, 2022 7:01 AM
    2672 views | 9 replies
  • Changing confidence interval color and style in life distribution platform

    Per default, the confidence interval lines are solid black color lines. I want to look at options where the confidence intervals are the same color as the data points, and maybe dashed lines instead of solid. Things like shading are already accessible from the "customize graph" menu, but here I'd also like to know how I would apply a change to all my data at once (i.e. different fill color or tran...

    mvanderaa1 mvanderaa1
    Discussions |
    Nov 14, 2022 6:58 AM
    1319 views | 1 replies
  • saving script to datatable results in very long scripts

    Hi, maybe this belong in the "Wish-list" section, but I often find that scripts that I save to a data table become very long and hard to read very quickly. Below an example where I changed a single table to a different number format ({Set Format( "Best", 2 )}). This creates about 16 subsequent individual Dispatch(..) sections, instead of it just being something like:For col in table.columns: D...

    mvanderaa1 mvanderaa1
    Discussions |
    Nov 14, 2022 6:56 AM
    899 views | 1 replies
  • placeholder for the last returned value

    In Mathematica, one can use "%" as a placeholder for the last returned value. Is there something similar in JMP?Then one could use the fact that a reference to an object is returned by the function which creates the object.Could help during debugging:Run single lines of the original code, add some test code and get a quick reference to a created object via the placeholder. Names Default to Here(1)...

    hogi hogi
    Discussions |
    Nov 14, 2022 6:41 AM
    1485 views | 3 replies

Latest Discussions

  • Changing confidence interval color and style in life distribution platform

    Per default, the confidence interval lines are solid black color lines. I want to look at options where the confidence intervals are the same color as the data points, and maybe dashed lines instead of solid. Things like shading are already accessible from the "customize graph" menu, but here I'd also like to know how I would apply a change to all my data at once (i.e. different fill color or tran...

    mvanderaa1 mvanderaa1
    Discussions |
    Nov 14, 2022 6:58 AM
    1319 views | 1 replies
  • saving script to datatable results in very long scripts

    Hi, maybe this belong in the "Wish-list" section, but I often find that scripts that I save to a data table become very long and hard to read very quickly. Below an example where I changed a single table to a different number format ({Set Format( "Best", 2 )}). This creates about 16 subsequent individual Dispatch(..) sections, instead of it just being something like:For col in table.columns: D...

    mvanderaa1 mvanderaa1
    Discussions |
    Nov 14, 2022 6:56 AM
    899 views | 1 replies
  • placeholder for the last returned value

    In Mathematica, one can use "%" as a placeholder for the last returned value. Is there something similar in JMP?Then one could use the fact that a reference to an object is returned by the function which creates the object.Could help during debugging:Run single lines of the original code, add some test code and get a quick reference to a created object via the placeholder. Names Default to Here(1)...

    hogi hogi
    Discussions |
    Nov 14, 2022 6:41 AM
    1485 views | 3 replies
  • JMP DOE and survivability

    This may seem like a really obscure question, but I actually think at least a decent number of biologists deal with this: sacrificing organisms during the study. I have used some of the platforms under "reliability and survival" under "Analyze," and they are well set up for situations in which your sample size inherently decreases over the duration of your study because you are either removing org...

    abmayfield abmayfield
    Discussions |
    Nov 14, 2022 3:39 AM
    1920 views | 4 replies
  • JSL error: jump to line?

    If the JSL edit reports an error, is there a functionality to jump to the respective line?e.g. by clicking on the error message?

    hogi hogi
    Discussions |
    Nov 13, 2022 6:39 AM
    1281 views | 2 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit.  However, when I run the 'Simulator' with equal experimental variables as above, and after adding ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    865 views | 0 replies
  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    677 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    688 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1202 views | 0 replies
  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    739 views | 0 replies
view all discussions