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

  • Repeated vs Replicates vs multiple observations and nesting

    Hi JMP community, I have been working on a biological data set where I need help in which model should I use to analyze my data. There are 2 different strains of mice (2 mice per strain) and 1 leg of each mouse has been given treatment 1, the other leg of the same mouse has been given treatment 2. I have taken 2-5 measurements during my experiment (chemical composition) per leg of each mouse. I am...

    Bhavya Bhavya
    Discussions |
    May 2, 2020 4:16 AM
    7071 views | 10 replies
  • Script to Change Column Names Using Column Properties

    Hi, I am trying to script for my column names to be replaced with a specific column property called "Description". How do I extract whatever is stored under description and use that as my new column name? I tried running my own script but it didn't really work outdt = Current Data Table(); For( i = i, i <= N Cols( dt ), i++, newname = (Column( dt, i ) << Get Column Properties("Description")); Co...

    ShahirahLoqman ShahirahLoqman
    Discussions |
    May 1, 2020 9:42 AM
    5406 views | 7 replies
  • How do I construct a graph with error bars and a trendline using a custom model, then predict a value using that model?

    Hello all,I am completely new to statistical software in general and jumping into the deep end here. My dataset consists of 4 replicates (R1 through R4) at particular timepoints. How would one:1. plot the average, with relevant error bars (standard deviation or error),2. then display a trendline through the averaged points that is fit with the model:  theta1 * Exp(-theta2 * :Time) + (1 - theta1) *...

    kaiho kaiho
    Discussions |
    May 1, 2020 6:50 AM
    2523 views | 1 replies
  • Relation between categorical nominal independent variable and continuous dependent variable

    Hi,I have a doubt on which statistical method to use to understand relation between:- one categorical nominal variable (named "expertise level", with two bus-response options: "expert" and "non-expert")and- one dependent variable (named "total duration of fixations") I would like to check if a characteristic of a group of people, in this case expertise level, and more specifically, if being an exp...

    pablosfontoura pablosfontoura
    Discussions |
    May 1, 2020 4:32 AM
    7293 views | 8 replies
  • Kendall's Tau from Formula

    Hello  I had some questions in a different thread regarding need to get linear fit slopes from a formula as opposed to a script.  This question is similar. Is there a way to extract Kendall's Tau for a given time series parameter using a formula (and not using the multi-variate analysis or a script) ?  My goal is to test the non-parametric trend for different time lengths that the data is produced...

    altug_bayram altug_bayram
    Discussions |
    Apr 30, 2020 3:36 PM
    4048 views | 5 replies

Latest Discussions

  • Repeated vs Replicates vs multiple observations and nesting

    Hi JMP community, I have been working on a biological data set where I need help in which model should I use to analyze my data. There are 2 different strains of mice (2 mice per strain) and 1 leg of each mouse has been given treatment 1, the other leg of the same mouse has been given treatment 2. I have taken 2-5 measurements during my experiment (chemical composition) per leg of each mouse. I am...

    Bhavya Bhavya
    Discussions |
    May 2, 2020 4:16 AM
    7071 views | 10 replies
  • How do I construct a graph with error bars and a trendline using a custom model, then predict a value using that model?

    Hello all,I am completely new to statistical software in general and jumping into the deep end here. My dataset consists of 4 replicates (R1 through R4) at particular timepoints. How would one:1. plot the average, with relevant error bars (standard deviation or error),2. then display a trendline through the averaged points that is fit with the model:  theta1 * Exp(-theta2 * :Time) + (1 - theta1) *...

    kaiho kaiho
    Discussions |
    May 1, 2020 6:50 AM
    2523 views | 1 replies
  • How to save a summary table (and scripts within) back to the original table?

    I make a summary table from an original table and within the summary table I create a bunch of graphs which I save their scripts to the table. Now how can I save this entire summary table (and scrips within) back to the original data table? I know it can be done with JSL but I'm not very familiar with scripting.

    shasheminassab shasheminassab
    Discussions |
    Apr 30, 2020 3:21 PM
    7914 views | 8 replies
  • GRR Report

    Hi, I have script to generate GRR plot and then make a summary table.  The problem is when I have a mix of one side and two side spec and use command "make combined data table", it will show only either one side spec or two side spec based on the first parameter. How can I get the summary table of both in the script ?   new window ("GRR", for (i = 1, i <= N items (ColList), i++, variability ch...

    yanee yanee
    Discussions |
    Apr 30, 2020 9:57 AM
    3987 views | 7 replies
  • Mantel test to compare the similarity of two matrices

    How do I perform the non-parametric Mantel tests in JMP or JMP pro 14 in order to compare two structurally similar matrices. Typically this test evaluates the correlation between two matrices using permutation methods. An interactive explanation seems like a good way to start.

    berenrob berenrob
    Discussions |
    Apr 30, 2020 4:42 AM
    2347 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
    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
    2118 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