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

  • How to Insert(Append/Write) data to SQL Server database in table from JMP dataTable through script

    Hello, I scripted data preparation / data cleaning with various formula / formats and output data is ready for Insert(Write) to SQL server from JMP table. I connected to SQL, but not able to insert(append) data to SQL server database on target table. Can any one help on this situation to overcome on SQL statement to append. Here is my end script which is ready (JMP Table = "Upload") to write.    D...

    RamManickam RamManickam
    Discussions |
    May 5, 2020 3:41 AM
    8461 views | 7 replies
  • Full Factorial Design questions

    Hi! I have a full factorial design with four factors.  Three of the factors have three levels and the other one has five levels.  So I have 3x3x3x5 total runs with no replicates.  I have a few questions as follows: 1.  After running the model, it shows significant Lack of Fit.  However, there are no replicated data points.  How can JMP perform the lack of Fit test then?2. Since it shows lack of fi...

    CYLiaw CYLiaw
    Discussions |
    May 5, 2020 2:58 AM
    8892 views | 13 replies
  • 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
    11422 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
    3071 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
    29148 views | 2 replies

Latest Discussions

  • How to Insert(Append/Write) data to SQL Server database in table from JMP dataTable through script

    Hello, I scripted data preparation / data cleaning with various formula / formats and output data is ready for Insert(Write) to SQL server from JMP table. I connected to SQL, but not able to insert(append) data to SQL server database on target table. Can any one help on this situation to overcome on SQL statement to append. Here is my end script which is ready (JMP Table = "Upload") to write.    D...

    RamManickam RamManickam
    Discussions |
    May 5, 2020 3:41 AM
    8461 views | 7 replies
  • Full Factorial Design questions

    Hi! I have a full factorial design with four factors.  Three of the factors have three levels and the other one has five levels.  So I have 3x3x3x5 total runs with no replicates.  I have a few questions as follows: 1.  After running the model, it shows significant Lack of Fit.  However, there are no replicated data points.  How can JMP perform the lack of Fit test then?2. Since it shows lack of fi...

    CYLiaw CYLiaw
    Discussions |
    May 5, 2020 2:58 AM
    8892 views | 13 replies
  • 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
    11422 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
    3071 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
    2288 views | 2 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
    4579 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
    2131 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
    1973 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
    1626 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
    1576 views | 0 replies
view all discussions