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

  • append in ppt

    Help- - how to append my for loop of producing of correlation plots from which each slide contains 4 plots?For( i = 1, i <= N Items( new_b ), i++, Bivariate( Y( Column( cor_tab, new_b[i] ) ), X( Column( cor_tab, ref_b[i] ) )));

    viskovicz00012 viskovicz00012
    Discussions |
    Feb 29, 2020 5:57 AM
    2388 views | 1 replies
  • Help with Col List Box

    I'm trying to create a dialog with a Col List Box  (CLB). I populate my CLB using the following:sourceColList << Append( DataTable1 << Get Column Names() ); sourceColList << Set Analysis Type( Continuous ); sourceColList << Set Data Type( Numeric ); sourceColList << Set Max Selected( 1 );and when I create my window everything looks fine, and I can select items in the CLB.But here's the thing: when...

    john_madden john_madden
    Discussions |
    Feb 28, 2020 9:49 AM
    1812 views | 1 replies
  • testing p-value agains alpha level in t-test

    Hi, I'm doing some homework for a stats class and running a t-test at different alpha levels. For alpha = 0.05 the Prob > |t| 0.0416 turns red which I expected as it is less than the alpha value.When I changed alpha to 0.0056 it stayed the same value and color remained red. Shouldn't it turn black as the value of 0.0416 > 0.0056 (the set alpha level). Or am interpreting Prob > |t| incorrectly? ? T...

    Ole Ole
    Discussions |
    Feb 28, 2020 9:05 AM
    10052 views | 6 replies
  • how to Local data filter with today's date

    We are trying to filter the date by today's date.original line of code is Where( :DateOnly == "2020/02/27" ),I try to replace the date by Short Date(Today()) or "Short Date(Today())", "|| Short Date(Today())||'  ; nothing worked, anyone can help?----------Local Data Filter(
    Width( 178 ),
    Add Filter(
    columns( :DateOnly, :Equipment ),
    Where( :DateOnly == "||Short Date(Today())||" ),
    Display(
    :DateOnly,
    Siz...

    wendong wendong
    Discussions |
    Feb 27, 2020 11:56 AM
    2880 views | 2 replies
  • cutting out violin plot or box plots

    Hello all,I need to cut out the drawn violin plot in the way that only the outside line exists and the rest (the inner body) is transparent, because I have to fit  the plot over some points (points should be still visible underneath the plot.Has anybody recommendations or ideas for how that would work out? Thanks in advance for your help! 

    Bachelorgi Bachelorgi
    Discussions |
    Feb 27, 2020 11:03 AM
    3153 views | 2 replies

Latest Discussions

  • Help with Col List Box

    I'm trying to create a dialog with a Col List Box  (CLB). I populate my CLB using the following:sourceColList << Append( DataTable1 << Get Column Names() ); sourceColList << Set Analysis Type( Continuous ); sourceColList << Set Data Type( Numeric ); sourceColList << Set Max Selected( 1 );and when I create my window everything looks fine, and I can select items in the CLB.But here's the thing: when...

    john_madden john_madden
    Discussions |
    Feb 28, 2020 9:49 AM
    1812 views | 1 replies
  • cutting out violin plot or box plots

    Hello all,I need to cut out the drawn violin plot in the way that only the outside line exists and the rest (the inner body) is transparent, because I have to fit  the plot over some points (points should be still visible underneath the plot.Has anybody recommendations or ideas for how that would work out? Thanks in advance for your help! 

    Bachelorgi Bachelorgi
    Discussions |
    Feb 27, 2020 11:03 AM
    3153 views | 2 replies
  • Interpretation about Split Plot Design Example in JMP

    Hello, I have a question about the example of Split Plot Design Example, introduced in JMP webpage.https://www.jmp.com/support/help/14-2/split-plot-design-example.shtml In this explanation, an animal identification code called subject, with nominal values 1, 2, and 3 for both foxes and coyotes. Then it was nested in species. Then subject[species] was selected as random effect, and then REML methos...

    JK JK
    Discussions |
    Feb 27, 2020 10:52 AM
    2586 views | 2 replies
  • Passing python-generated jsl to JMP

    I work a lot with python programmers to generate a variety of charts and graphs. Often, I play around with Graph Builder (or some other JMP platform) to get what I want. Then I save it as a graphic, send it to them and say "make this". It would be much more efficient, if I could just send them the JSL code and use JMP as the graphic back end. The idea is that when a graph is needed, a python scrip...

    scott1588 scott1588
    Discussions |
    Feb 26, 2020 10:49 AM
    2572 views | 1 replies
  • Running external program with JMP

    Hi,I am new user and would like to know a couple of things about Run Program which was not clear to me from the documentation. I am using JSL to run an external program which starts its own gui. 1. Is there a way to embed this gui into JMP or force it to be contained within the JMP gui?2. It initially starts a command line on windows and load stuff and then asks for a file dialog whichfor me is a ...

    AD1 AD1
    Discussions |
    Feb 26, 2020 8:50 AM
    2781 views | 2 replies

Latest Discussions

  • 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
    2224 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
    2037 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
    1674 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
    1610 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1693 views | 0 replies
view all discussions