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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Show only 1 limit on the control chart (when there is only one limit).

    Hi everyone,I'm using JMP 11.  Using a script, I build a (generic) control chart to plot our lab test results.  The problem is that I sometimes don't have a upper or lower control limit (e.g.: trace metals: no UCL, Assay: No LCL).  When there is a one-sided limit, I don't want to see the missing limit on the chart for obvious reasons.  How can I remove one limit from the control chart?Thanks guys,...

    jan_solo jan_solo
    Discussions |
    May 4, 2020 1:20 PM
    11368 views | 8 replies
  • How to save a tabulate report to HTML

    Hi All - thank you in advance for your help I am trying to save a finished tabulate report as a HTML file but it is not being saved. I am using the below script:     dt1 = Open( "C:\***path***\Thermal_Test_results_DZ.csv" ); dt2 = dt1 << Tabulate( Show Control Panel( 0 ), Add Table( Column Table( Statistics( N ) ), Column Table( Grouping Columns( :BIN ) ), Column Table( Grouping Columns( ...

    DZ_932 DZ_932
    Discussions |
    May 4, 2020 10:25 AM
    3039 views | 4 replies
  • How do you replace square brackets "[" "]" in a string with Regex?

    I know that [ and ] are special characters in regular expressions, but I can't figure the right escape string to be able to treat them as a specific character in a pattern string.   What I want to do, as an example, is convert "[1 1 1]" to "1 1 1".    

    MathStatChem MathStatChem
    Discussions |
    May 4, 2020 7:48 AM
    29085 views | 2 replies
  • Multivariate vs. Graph builder

    Hi,When I try to find correlation between Age and Height  by using multivariate analysis R2=0.9807When I apply the same thing by using Graph Builder R2=0.962 What is the reason of this change. This difference will be increase based on results. Could someone help on this? You can also see jmp file on enclosed.   

    nac nac
    Discussions |
    May 4, 2020 7:21 AM
    2252 views | 2 replies
  • Apply same formula to several columns

    I have about 200 columns, and I want to apply the same formula to almost all of these columns. The formula I want to apply is the square root of “Range 0 to 1 + 1” to each colum. I don’t want to write the name of the columns in a script because they are many. Could anyone help me to figure out a script for this purpose? Thank you!

    bordini bordini
    Discussions |
    May 4, 2020 5:51 AM
    10273 views | 9 replies

Latest Discussions

  • Show only 1 limit on the control chart (when there is only one limit).

    Hi everyone,I'm using JMP 11.  Using a script, I build a (generic) control chart to plot our lab test results.  The problem is that I sometimes don't have a upper or lower control limit (e.g.: trace metals: no UCL, Assay: No LCL).  When there is a one-sided limit, I don't want to see the missing limit on the chart for obvious reasons.  How can I remove one limit from the control chart?Thanks guys,...

    jan_solo jan_solo
    Discussions |
    May 4, 2020 1:20 PM
    11368 views | 8 replies
  • How to save a tabulate report to HTML

    Hi All - thank you in advance for your help I am trying to save a finished tabulate report as a HTML file but it is not being saved. I am using the below script:     dt1 = Open( "C:\***path***\Thermal_Test_results_DZ.csv" ); dt2 = dt1 << Tabulate( Show Control Panel( 0 ), Add Table( Column Table( Statistics( N ) ), Column Table( Grouping Columns( :BIN ) ), Column Table( Grouping Columns( ...

    DZ_932 DZ_932
    Discussions |
    May 4, 2020 10:25 AM
    3039 views | 4 replies
  • Multivariate vs. Graph builder

    Hi,When I try to find correlation between Age and Height  by using multivariate analysis R2=0.9807When I apply the same thing by using Graph Builder R2=0.962 What is the reason of this change. This difference will be increase based on results. Could someone help on this? You can also see jmp file on enclosed.   

    nac nac
    Discussions |
    May 4, 2020 7:21 AM
    2252 views | 2 replies
  • How to analyse based on age

    I’m trying to analyze some data. I want to to see if there’s any similarities in the answers based on age. What’s the best way to do this? The age is stated by the exact number, so numbers from 20-67 is in the data.

    ninasor ninasor
    Discussions |
    May 3, 2020 11:50 AM
    4021 views | 5 replies
  • How to define size/length of the List Box?

    Hello Everybody,I have this simple List Box. After starting the script the size/length of the List Box depends on number of items to be displayed. Since I want to use the available space in my GUI, it would be good to define the size of the List box and make it longer. I know I can do that by mouse, but I would like to define it in script. Is there any way to do that? I would appreciate for hints ...

    lukasz lukasz
    Discussions |
    May 3, 2020 4:33 AM
    1946 views | 1 replies

Latest Discussions

  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4549 views | 0 replies
  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2117 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    1953 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1615 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1566 views | 0 replies
view all discussions