cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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 refer to the datatable from which script was done?

    This might be a stupid question, but how do I refer to the datatable from which I ran the script if I dont know what the table name it is save as before hand? In most solutions in the forum the script starts with something as:dt = Open( "$SAMPLE_DATA/Big Class.jmp" );and then you can do things to dt like dt << NewColumn( - - - -But what if I want my script to just run asuming dt is whatever table ...

    spoikayil spoikayil
    Discussions |
    Mar 15, 2021 9:03 AM
    1056 views | 1 replies
  • error when run python code(created through JMP formula depot )

    JMP model would give me a formula and I want pass the formula and used it in python or R program.Through formula depot, it generated Python code, and I tried to copy the python code and run it through Jupiter Notebook, but always give me error :for example, I attached the test file and python code created from JMP and run. it didn't recognize  as array... please help. thanks!!! I thought it is eas...

    lucy_luo_conoco lucy_luo_conoco
    Discussions |
    Mar 15, 2021 2:59 AM
    13472 views | 14 replies
  • interaction profiles

    I did a fit model of each of the response and from the predicted formula from each response ran a profiler combing all the predicted formula and predicted SE.  When I look at the interaction profiles from the profiler, it's slightly different than the interaction profile of the fit model of the response.  Is there a clear explanation for this?Thanks.

    jtlam jtlam
    Discussions |
    Mar 14, 2021 11:16 PM
    1362 views | 1 replies
  • How to split table and keep all columns with correct information?

    I'm trying to split a table by "Method", so each method becomes a new column, with the values associated. But I want to keep all the other columns, ID and Name.Initial table:Desired split: or Either of the formats pictured above would work for my purposes. However using the split function:Which gives me wrong results:For example, ID = 3, B = 222 was done by Jon, not Alice. So the values for ID and...

    Agustin Agustin
    Discussions |
    Mar 14, 2021 8:02 AM
    5471 views | 8 replies
  • JMP stability test report not showing both specification limits

    HelloI have a response with two sided specification limits entered as Spec Limits in Column Properties, and tick mark in "Show as Graph Reference Lines". When I make a Reliability and Survival->Degradation->Stability analysis, I get an earliest crossing time of 13.99, were USL is crossed. However, USL is not shown in the overlay plot - only LSL is shown.I would like to see both specification limit...

    peter_t peter_t
    Discussions |
    Mar 13, 2021 6:51 AM
    2515 views | 5 replies

Latest Discussions

  • How to refer to the datatable from which script was done?

    This might be a stupid question, but how do I refer to the datatable from which I ran the script if I dont know what the table name it is save as before hand? In most solutions in the forum the script starts with something as:dt = Open( "$SAMPLE_DATA/Big Class.jmp" );and then you can do things to dt like dt << NewColumn( - - - -But what if I want my script to just run asuming dt is whatever table ...

    spoikayil spoikayil
    Discussions |
    Mar 15, 2021 9:03 AM
    1056 views | 1 replies
  • interaction profiles

    I did a fit model of each of the response and from the predicted formula from each response ran a profiler combing all the predicted formula and predicted SE.  When I look at the interaction profiles from the profiler, it's slightly different than the interaction profile of the fit model of the response.  Is there a clear explanation for this?Thanks.

    jtlam jtlam
    Discussions |
    Mar 14, 2021 11:16 PM
    1362 views | 1 replies
  • Test for frequency data of related sample

    Hello, I was wondering if someone can please help me know what type of test i should apply on my frequency data. Here is situation:I have frequency data of 45 consumers, obtained through five answer boxes for 7 samples. Consumers were asked to taste the sample and write their response about taste in the five boxes below. Their response were categorized into 4 categories, like Abstract taste for 1s...

    sharmachetan sharmachetan
    Discussions |
    Mar 12, 2021 11:51 PM
    1155 views | 1 replies
  • Convert Date/Time (down to the millseconds) into a Variable

    Hello,I am trying to convert a date/time down to the milliseconds in order to insert into an SQL statement that I am using in my JSL script. The typical method I use to do so usually creates the variable (date) with single quotes around it. However, when attempting the same method to my date/time which includes milliseconds it adds two single quotes to each end of the variable. Could someone assis...

    Sully Sully
    Discussions |
    Mar 12, 2021 5:40 AM
    1375 views | 1 replies
  • How do I delete columns in a data table with their names containing "UL" or "LL" or "UCL" or "LCL" or "USL" or "LSL" and the column containing only "." (NOT empty)

    I have a large dataset on hand and want to delete all columns whose name contain "UL" or "LL" or "UCL" or "LCL" or "USL" or "LSL" and the whole column only contains "." but not empty except the column name. (images are shown below) I did not know how to do this after searching Google and read the JMP manual. Thanks for help on this.    

    mengzy1974 mengzy1974
    Discussions |
    Mar 12, 2021 12:56 AM
    1441 views | 1 replies

Latest Discussions

view all discussions