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

  • Changing Design Roll after making Custom DOE table

    Is it allowed to change Design Roll in column property from Discrete Numerical to Continuous in Custom DOE table? If I make Custom DOE with Discrete Numerical factor, no wonder I can select only discrete value when analyzing response. However continuous value becomes available when I change Design Roll into Continuous. Prediction expression of the model does not change and response is consistent. ...

    RF RF
    Discussions |
    Apr 21, 2022 8:12 PM
    1732 views | 4 replies
  • JSL error python dll not found

    When I run the following script:Names Default To Here( 1 ); Python Init( Path( "C:\Anaconda3\envs\PythonR\python37.dll" ) );I get an error: "An installation of Python cannot be found on this system. JMP Python support requires Python version 3.0 or higher, in access or evaluation of 'Python init', Python Init/*###*/(Path("C:\Anaconda3\envs\PythonR\python37.dll")) The python37.dll location is: C:\...

    MarcP MarcP
    Discussions |
    Apr 21, 2022 2:54 PM
    2945 views | 6 replies
  • Why does JMP JSL remove /usr/local/bin (and other paths) from Python os.environ['PATH'] on MacOS?

    Issue statement: -- On Mac OS, when JSL launches Python interpreter, it removes /use/local/bin and other paths from os.environ['PATH'] How to reproduce this issue: -- For the following Python codesimport os print(os.environ)-- If the codes are executed in Mac OS Terminal, the results would be the followings:(Note: only 'PATH' item is shown below. Other irrelevant items are not shown)environ({ 'PA...

    PeterChuang PeterChuang
    Discussions |
    Apr 21, 2022 2:32 PM
    934 views | 1 replies
  • Lui estimators

    How can Liu's estimations be calculated using JMP pro?! Attached
    Real data obtained from the Central Child Hospital in Baghdad - Iraq, representing the number of cases of congenital defects of children in the heart and circulatory system for the period (2006-2011). regards

    Raaed Raaed
    Discussions |
    Apr 21, 2022 1:26 PM
    13145 views | 21 replies
  • Attempting to Assign to an Object That is not an L-Value

    Hi, I'm getting this error. "attempting to assign to an object that is not an L-value{1} in access or evaluation of 'Assign' , Row() & dt:sequence[Row() + 1] = Row() + 1" Not quite sure what L-value means. Think it might be to do with the fact that sequence is an inbulit function. Any help would be appreciated.

    Jaz Jaz
    Discussions |
    Apr 21, 2022 11:56 AM
    6951 views | 4 replies

Latest Discussions

  • JSL error python dll not found

    When I run the following script:Names Default To Here( 1 ); Python Init( Path( "C:\Anaconda3\envs\PythonR\python37.dll" ) );I get an error: "An installation of Python cannot be found on this system. JMP Python support requires Python version 3.0 or higher, in access or evaluation of 'Python init', Python Init/*###*/(Path("C:\Anaconda3\envs\PythonR\python37.dll")) The python37.dll location is: C:\...

    MarcP MarcP
    Discussions |
    Apr 21, 2022 2:54 PM
    2945 views | 6 replies
  • Why does JMP JSL remove /usr/local/bin (and other paths) from Python os.environ['PATH'] on MacOS?

    Issue statement: -- On Mac OS, when JSL launches Python interpreter, it removes /use/local/bin and other paths from os.environ['PATH'] How to reproduce this issue: -- For the following Python codesimport os print(os.environ)-- If the codes are executed in Mac OS Terminal, the results would be the followings:(Note: only 'PATH' item is shown below. Other irrelevant items are not shown)environ({ 'PA...

    PeterChuang PeterChuang
    Discussions |
    Apr 21, 2022 2:32 PM
    934 views | 1 replies
  • Attempting to Assign to an Object That is not an L-Value

    Hi, I'm getting this error. "attempting to assign to an object that is not an L-value{1} in access or evaluation of 'Assign' , Row() & dt:sequence[Row() + 1] = Row() + 1" Not quite sure what L-value means. Think it might be to do with the fact that sequence is an inbulit function. Any help would be appreciated.

    Jaz Jaz
    Discussions |
    Apr 21, 2022 11:56 AM
    6951 views | 4 replies
  • looping issue when column as variable

    I have a table call dt and it has many columns. I want to find any missing in specific columns and fill with "N". Below is my script, but the col[i] variable not work.  I tried replace as column(dt, col[i]) with column(dt, col[i]), but not working. However, when I replace the as column(dt, col[i]) with the true column name (example, :A), the script works. Any suggestion where is my mistake?col={"A...

    dadawasozo dadawasozo
    Discussions |
    Apr 21, 2022 11:52 AM
    1557 views | 4 replies
  • opening files

    I can open *.tsv (tab delimited data) in JMP and it parses it ok.  Same with .csv files.  Can I setup a file type like *.pip (pipe delimited) and have JMP open them parsing the | like in *.tsv and *.csv files?

    UberBock UberBock
    Discussions |
    Apr 20, 2022 10:45 AM
    792 views | 1 replies

Latest Discussions

  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    2513 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    793 views | 0 replies
  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    842 views | 0 replies
  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    597 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    766 views | 0 replies
view all discussions