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 use JSL to dynamically pass Bivariate Plots to Journal (having issue to Journal)

    Hi JMP Community,   I have a script that populates two sets of columns to two different lists.  set1_list  & set2_list Then I iterate through the list of column names from both sets and when these match (partially via regex) I do a Y by X plot. -- this is fine.   The individual bivariate plots are being populated but not appended to journal. - I can do it manually but there are very many plots (o...

    mpanggabean mpanggabean
    Discussions |
    Jun 11, 2020 9:13 PM
    2456 views | 1 replies
  • How to implement variance decomposition

    Hi, I'm following a guide on how to evaluate precision of measurements and they show this figure (image 1) for a 20x2x2 study (20 days, 2 runs each day, 2 replicates each run). Followed by the explanation (image 2): What is the best way to do this in JMP? Make the plot with how much of the total variance is explained by each of the variables, and also get a numerical table with this information.Th...

    Agustin Agustin
    Discussions |
    Jun 11, 2020 10:50 AM
    8088 views | 8 replies
  • positive loglikelihoods and negative AIC's

    I noticed that JMP invariably reports positive LLs and negative AICs, for example "-2LL = -1406.88" or "AICc =  -1451.534". This does not make sense, does it? LL must be negative by definition; AIC can in principle be negative, but with low LLs and low number of parameters it usually is positive.Am I missing something fundamental here? Thanks!

    l_yampolsky l_yampolsky
    Discussions |
    Jun 11, 2020 10:36 AM
    9863 views | 10 replies
  • AICc log likelihood - where is it reported?

    Anyone know if/where the the -2LogLikelihood AIC values are reported when conducting model selection in JMP 14?    The "Likelihood, AICc, and BIC" page describes what I want to do: You can use the value of negative log-likelihood to choose between models and to conduct custom hypothesis tests that compare models fit using different platforms in JMP. This is done through the use of likelihood ratio...

    juneshres juneshres
    Discussions |
    Jun 11, 2020 10:29 AM
    4135 views | 4 replies
  • Some glitch in the script. Script works 70% of times and 30% of times, I get error -- "Could not find column in access ........"

    Hello guys, I have a part of a script which some time does not work and throw an error -- " could not find column in access or evaluation of 'Column' , Column/*###*/("Core_BR.Res.(Ohms)") "   In the script, I am just renaming columns and in fact, I thought it is related to the size of the table so I have included "Wait(0)" after each column rename command. But no good luck. Script is like this -- ...

    HSS HSS
    Discussions |
    Jun 11, 2020 9:12 AM
    2657 views | 2 replies

Latest Discussions

  • Removing duplicates from data table in JMP 15

    Hello Everybody,I have one script in which I want to remove duplicated values from a table based on the specified column. The following piece of code is used to remove duplicates and that works well with JMP 14.dt << Select duplicate rows( Match( :name ) ); selected = dt << get selected rows; if (n rows(selected) > 0, dt << delete rows; );In JMP 15, however, that does not seem to work. The rows ...

    lukasz lukasz
    Discussions |
    Jun 11, 2020 3:41 AM
    6350 views | 9 replies
  • How to calculate confidence interval for predicted failure rate

    This is a very basic statistics question, which also leads in to a "how do I do it in JMP" question. Imagine I have a component with a predicted defect rate of 0.5%. I build 500 systems which each use N of these components. The components are chosen at random and independently of each other. I can test for the defect at system level. To my simple mind, if N=2 the probability of a system being good...

    matth1 matth1
    Discussions |
    Jun 11, 2020 1:25 AM
    4642 views | 2 replies
  • if "compare" column value is greater than 100%, then change the value to 100%, if less than or equal to 100%, then keep the value no change

      Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "Compare", Numeric, "Continuous", Format( "Percent", 12, 0 ), Formula( :weight / :height ) ); //change the value on position of :weight[2] to 59. But seems not work. could you help edit the script on this place? dt:weight[2] << Set Values( 58 ); // I hope realize if the column "compare" result >100%, then ou...

    Theresa Theresa
    Discussions |
    Jun 10, 2020 12:32 AM
    2816 views | 2 replies
  • Getting mode statistics in tabulate

    Hi JMP user community,I have periodic inprocess record for batches manufactured, monitoring frequency is every 15 mins.I have to calculate batch specific mode for the respective in-process entry.I can't see the option of mode statistics in Analyze > tabulate. I am using JMP 14.3.0.Is there way to get Mode as statistics using tabulate.Thanks!  

    nil nil
    Discussions |
    Jun 9, 2020 11:09 PM
    2932 views | 2 replies
  • How to find row and column (cell) that matches a value

    I have tables that are generated and the format is different from time to time and it breaks my script.  The tables are massive and so the way i handle my loops is that i import the first 100 rows and 5 columns, for speed.  Then i search a particular column for a keyword to help me know where which row the real data starts.  I close the file then reopen with that variable identifying the column he...

    SamKing SamKing
    Discussions |
    Jun 9, 2020 7:11 AM
    4167 views | 2 replies

Latest Discussions

  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1197 views | 0 replies
  • 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
    4447 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
    2059 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
    1905 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
    1568 views | 0 replies
view all discussions