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

  • Opening JSL from one drive link

    Hi, How can I access jsl script stored in the one drive? I tried using Include and Web option but it doesn't work. Is it supported in JMP? Thanks,Jack

    Jackie_ Jackie_
    Discussions |
    Jul 28, 2022 1:13 PM
    1714 views | 3 replies
  • Heatmap Labels Too Big

    I have a custom heatmap made of squares in a grid. When displayed on a smaller screen the labels from the labelled columns spill over and don't fit into their square. They would fit in the square if they were not all in a horizontal line and instead were formatted to stack vertically. Is there any way to script JMP to display the labels not in one line and instead fit into the box.

    Jemster Jemster
    Discussions |
    Jul 28, 2022 8:49 AM
    1065 views | 1 replies
  • How do I manipulate column formulae in data tables by scripting?

    Hi,  I'm trying to add a formula to convert values in a selected column through scripting without having to add any new columns in the data table, is there a way to edit formulas for a column by scripting? For example I'm trying to set the height column in this data table to be halved when I run the script:Names Default To Here( 1 ); Open( "$SAMPLE_DATA/Big Class.jmp" ); Current Data Table() << Ge...

    PowerOx327 PowerOx327
    Discussions |
    Jul 28, 2022 6:29 AM
    1252 views | 2 replies
  • Append calendar box

    Hi, I am trying to create a UI to select dates. I have added a button box which will append calendar box to the panel box but every time I click, it will keep adding elements to the panel box. I want to hide the calendar box on second click. Is there a way to achieve this? Here's my code:sd=Today(); ed=Today(); New Window( "Query Date", <<Modal, HListBox( Panel1= PanelBox( "From Time"), Bu...

    Jackie_ Jackie_
    Discussions |
    Jul 28, 2022 6:00 AM
    1281 views | 2 replies
  • How do I use the include function to run a separate script which uses an open data table?

    Hi all, I've created a script which pulls from SQL and creates a data table as so:   Names Default To Here( 1 ); dtFROMSQL = Execute SQL( databaseConnectionHandle, "SELECT HEIGHT, WEIGHT FROM Bigclass", "NewTable" );
    Include(filepathforsecondscript.jsl);
    And then I have another script in my personal folder which adds a column to the data table:Current Data Table( dtFROMSQL ); dt << New Column( "X", ...

    PowerOx327 PowerOx327
    Discussions |
    Jul 28, 2022 5:45 AM
    1790 views | 3 replies

Latest Discussions

  • Opening JSL from one drive link

    Hi, How can I access jsl script stored in the one drive? I tried using Include and Web option but it doesn't work. Is it supported in JMP? Thanks,Jack

    Jackie_ Jackie_
    Discussions |
    Jul 28, 2022 1:13 PM
    1714 views | 3 replies
  • Heatmap Labels Too Big

    I have a custom heatmap made of squares in a grid. When displayed on a smaller screen the labels from the labelled columns spill over and don't fit into their square. They would fit in the square if they were not all in a horizontal line and instead were formatted to stack vertically. Is there any way to script JMP to display the labels not in one line and instead fit into the box.

    Jemster Jemster
    Discussions |
    Jul 28, 2022 8:49 AM
    1065 views | 1 replies
  • Random data generation with given mean and 95% CI

    Hi All, 1. Can we generate random data from given Mean & 95% confidence range?. Like I need to generate 100 data with give mean (50) and 95% confidence interval (45-56). 2. In other way, with mean and standard deviation data can be generated but can standard deviation be calculated from 95% CI range? Regards,Yogeshl

    Yogeshl Yogeshl
    Discussions |
    Jul 27, 2022 11:54 AM
    4043 views | 5 replies
  • How do I save (overwrite) a JMP file to Excel and maintaing the Excel file formatting from te orignal Excel File?

    I have a piece of JMP script that saves a JMP file to Excel.  The Excel file is overwritten with the new data.     CTZ = CT_1 << Summary( Group( :Rcd No., :Prog, :Pri, :No., :Matl_Desc, :Issue, :Cog Eng., :Status, :Assign Date, :ECD, :Actionee ) ); CTZ << delete columns( "N Rows" ); CTZ << save( "Daily Rpt Listing.xlsx" );     When the file is save the formatting of the E...

    dfusco923 dfusco923
    Discussions |
    Jul 27, 2022 9:56 AM
    2653 views | 4 replies
  • Multi-process DoE

    Hello,I am hoping to get some advice on designing an experiment. I have a process that has 4 steps sequentially. Step A comes first, then step B, then C and finally D. Response is measured at the completion of step 4. Each step has two factors, each with two levels.I need to model the response as a function of all the 8 factors, taking into account all two-way interactions. I like to make sure no ...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jul 26, 2022 7:48 AM
    1444 views | 3 replies

Latest Discussions

  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1011 views | 0 replies
  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    663 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    784 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    631 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    775 views | 0 replies
view all discussions