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

  • Tablebox() - how to set focus to specific row?

    Hi, lets say I have a Tablebox() with many rows.  (e.g. 1000 rows)  In this case it does an automatic vertical scroll bar.  (good as there are many rows)  But how to set focus to say the n=685th row as focus?  Is there a specific command or method?  In this way, by focus, I mean a command that will automatically scroll the vertical scroll bar to the n=685th row.  (so that a user doesn't have to ma...

    djhanson djhanson
    Discussions |
    Feb 4, 2021 3:32 PM
    1901 views | 3 replies
  • Saving a table with empty numerical values as JSON results in invalid JSON primitive?

    If a save a table with empty values in one of the numerical columns like this:New Table( "testEmpty", Add Rows( 2 ), New Column( "Col1", Character, "Nominal", Set Selected, Set Values( {"test", "test"} ) ), New Column( "Col2", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [., .] ) ) )as a JSON file, it will result in this:[ { "Col1" : "test", "Col2" : . }, { ...

    miguello miguello
    Discussions |
    Feb 4, 2021 1:05 PM
    2930 views | 3 replies
  • Extracting words from a line- as column name and its corresponding numbers as values into the column

    I have a column named "Fault"- where I have fault codes extracted from various devices. One of the fault code from a particular day is given below. "inverter Inverter 20 below limit: 0.96 Kilowatts/inverter (58.9 % of 1.63 Kilowatts) at 11/30/2019 7:30:00 AM (sun az: 123.4 el: 3.7) Duration: 4.00 hours inverter Inverter 23 below limit: 0.95 Kilowatts/inverter (57.9 % of 1.63 Kilowatts) at 11/30/20...

    SunnyR SunnyR
    Discussions |
    Feb 4, 2021 11:36 AM
    3833 views | 7 replies
  • Minitab 18 project convert to JMP 14 problems

    I have a minitab file project with about 100 worksheets on it.  I have tried to upload it onto JMP but every time I get file error saying unsupported file format.  Obviously I am doing something wrong.  Can anybody help?  <JSL> tHANKS 

    Bertaron Bertaron
    Discussions |
    Feb 4, 2021 10:41 AM
    2082 views | 2 replies
  • Could Screening design used for 1 continuous factor, 7 other categorical factors, and 1 categorical response?

    I would like to evaluate the influence of 8 factors on the response. There are 1 continuous factor, 7 other categorical factors, and 1 categorical response, and 2 of the categorical factors have 4 levels, one of the categorical factors has 8 levels. Can we use the classic screening design method to design experiments? We want to know the most influential factors among the 8 factors, where we could...

    yiyichu yiyichu
    Discussions |
    Feb 4, 2021 10:29 AM
    10047 views | 31 replies

Latest Discussions

  • Could Screening design used for 1 continuous factor, 7 other categorical factors, and 1 categorical response?

    I would like to evaluate the influence of 8 factors on the response. There are 1 continuous factor, 7 other categorical factors, and 1 categorical response, and 2 of the categorical factors have 4 levels, one of the categorical factors has 8 levels. Can we use the classic screening design method to design experiments? We want to know the most influential factors among the 8 factors, where we could...

    yiyichu yiyichu
    Discussions |
    Feb 4, 2021 10:29 AM
    10047 views | 31 replies
  • How to draw a polygon with outline?

    I have a piece of script that draws a polygon.It has semi-transparent fill, but I'd rather have just line outline. How do I do that? framebox << Add Graphics Script( Transparency( 0.5 ); Fill Color("Green"); Polygon( {246, 37}, {246, 437}, {772, 437}, {772, 37} ); //Command for an outline? );

    miguello miguello
    Discussions |
    Feb 4, 2021 9:33 AM
    2157 views | 3 replies
  • Strange behavior - Name of existing constant is unresolved under certain conditions

    I have a BorderBox filled with Graph Builder, that I want to save as picture.I have an "Add Graphics Script" on a FrameBox in it. This script uses variables:dt << Graph Builder( Size( 600, 400 ), Show Control Panel( 0 ), Show Legend( 0 ), Title Alignment( "Right" ), Variables( X( :X ), Y( :Y ), Overlay( :Overlay ) ), Elements( Contour( X, Y, Legend( 5 ), Number ...

    miguello miguello
    Discussions |
    Feb 4, 2021 9:22 AM
    1392 views | 3 replies
  • Khi2 test & missing values - obtain % of total with missing values

    Hello, I made a Khi2 test and I would obtain in my table, the % of each effectifs compared to the total total (total tacking in account the number of missing values). I hope my question is clear. Sincerely

    Mart-in Mart-in
    Discussions |
    Feb 4, 2021 2:30 AM
    1355 views | 2 replies
  • Asking advice - lowering the frequency of tests for our products

    My company is new with JMP, I'm now working with JMP for a year.With selfstudie I try to get better with it. At this moment I'm trying to map out the correlations and influences of our current data and predict what the outcome can be if we let out/exclude some of the current experiments. We lose a lot of time by testing. We have around 12-18 test per batch. (not including the typical test/extern t...

    Annelies Annelies
    Discussions |
    Feb 4, 2021 2:18 AM
    1796 views | 3 replies

Latest Discussions

view all discussions