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

  • How to get my x-axis at the top/ above the graph instead of the default setting of x-axis being at the bottom?

    Graph Builder( Size( 1068, 757 ), Show Control Panel( 0 ), Show Legend( 0 ), Variables( X( :SSS ), Y( :"$MLD"n ), Y( :ChlMD, Position( 1 ) ), Y( :depth, Position( 1 ) ), Color( :HabitatType ) ), Elements( Smoother( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 15 ) ), Points( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 17 ) ) ), SendToReport( Dispatch( {}, "SSS", ScaleBox, {Label R...

    Zainab22 Zainab22
    Discussions |
    Nov 21, 2022 12:07 PM
    2173 views | 2 replies
  • Select rows with minimum value that meets some criteria

    Starting with: Open( "$SAMPLE_DATA/Big Class.jmp" ); ... I'd like to select the records of the shortest male student at each age who is at least 60" tall, i.e., Tim (age 12, 60" tall), Joe (age 13, 63" tall), Frederick (age 14, 63" tall), Mark (age 15, 62" tall), Phillip (age 16, 68" tall), Kirk (age 17, 68" tall). I've tried a half-dozen different ways to do this with either formula columns or "s...

    BHarris BHarris
    Discussions |
    Nov 21, 2022 9:43 AM
    2117 views | 3 replies
  • JMP response out of defined bounds

    Hi everyone, I wanted to let you know that I am using the 'fit model' option in JMP with two response parameters out of which one is to maximize and other is to minimize, both are modelled together. On the first response (maximise) only lower bound (+ve number) is set whereas for the 2nd response (minimize), both the bounds, lower and upper (both bounds +ve numbers) are applied.
    However, I have obs...

    ProbitStarfish1 ProbitStarfish1
    Discussions |
    Nov 21, 2022 7:52 AM
    2423 views | 5 replies
  • How to parse a list of JSON objects to separate columns?

    I'm trying to import the following data to JMP but all external data objects ends up in the same column. Is there a way to get it in separate columns? I get it to work with numerical values but not with strings. All strings ends up in the same columns with comma separated values. Thankful for your help. [{ "id": 1234, "date": "2022-04-06", "batch": { "id": 1553, "date": "2022-02-01" }, "externalDa...

    Lovisa Lovisa
    Discussions |
    Nov 21, 2022 5:38 AM
    3851 views | 6 replies
  • select code between brackets -> include the command?

    When the user double-clicks a bracket in JSL editor, the code between opening and closing bracket is selected - including the brackets.... but excluding the command in front of the brackets. for copy & paste and to run code sniplets, it could be useful to include the command in front of the brackets.Is there a shortcut which does this?

    hogi hogi
    Discussions |
    Nov 20, 2022 9:37 PM
    1430 views | 2 replies

Latest Discussions

  • How to get my x-axis at the top/ above the graph instead of the default setting of x-axis being at the bottom?

    Graph Builder( Size( 1068, 757 ), Show Control Panel( 0 ), Show Legend( 0 ), Variables( X( :SSS ), Y( :"$MLD"n ), Y( :ChlMD, Position( 1 ) ), Y( :depth, Position( 1 ) ), Color( :HabitatType ) ), Elements( Smoother( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 15 ) ), Points( X, Y( 1 ), Y( 2 ), Y( 3 ), Legend( 17 ) ) ), SendToReport( Dispatch( {}, "SSS", ScaleBox, {Label R...

    Zainab22 Zainab22
    Discussions |
    Nov 21, 2022 12:07 PM
    2173 views | 2 replies
  • JMP response out of defined bounds

    Hi everyone, I wanted to let you know that I am using the 'fit model' option in JMP with two response parameters out of which one is to maximize and other is to minimize, both are modelled together. On the first response (maximise) only lower bound (+ve number) is set whereas for the 2nd response (minimize), both the bounds, lower and upper (both bounds +ve numbers) are applied.
    However, I have obs...

    ProbitStarfish1 ProbitStarfish1
    Discussions |
    Nov 21, 2022 7:52 AM
    2423 views | 5 replies
  • Is directory writable returns 0 when directory is writable

    I have an issue that users who previously had read only access to network drives, when provided read write access still cause is directory writable() to return 0 when in the directory, after having been granted access. Users have verified that they can open a folder, make a file, update a file, and delete a file in the directory in question. Anyone else have this issue before. This has made it dif...

    Mfoltz80 Mfoltz80
    Discussions |
    Nov 20, 2022 6:20 AM
    1493 views | 2 replies
  • Apply a script to another data table

    Hi, I just detected by coincidence a very cool shortcut along the idea: "stay in the flow"
     
    If you copy a script to the clipboard (new column, report creation etc), you can go to another data table, right click into the table script menu and "paste" the code there. My first guess was that this generates a new Table Script with the code inside.
    But much better:
    It runs the code for the second data tab...

    hogi hogi
    Discussions |
    Nov 19, 2022 12:06 PM
    1513 views | 2 replies
  • Fourier Analysis

    I have a data set of 2 parameter per second and would like to perform a Fourier analysis.Both data tends to swing and I would like to see of the period of both is in phase or not.

    DZEMKE DZEMKE
    Discussions |
    Nov 18, 2022 7:35 AM
    2558 views | 3 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
    863 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
    676 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
    686 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
    1199 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
    738 views | 0 replies
view all discussions