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

  • If statement that checks for exsisting data table

    Hi,I'm trying to create a if statement that checks if a specific (table name is known) exists or not. If the table exists it should be appended to a journal. My code is as following: //assigns the table to a variable.Data Table( "Ber" ) << Subset( Invisible, (Selected Rows), Output Table Name( "Output" ) ); NC1 = Data Table( "Output" ); ......//Checks if the tables exists If( try(Data Table ("Ou...

    anders_bankefor anders_bankefor
    Discussions |
    Jan 11, 2016 7:49 AM
    16647 views | 4 replies
  • Countour Plot X and Y values?

    Dear ALLHi I want to use contour for my data. Could you please tell what are these X Y and Z values used for creating contours. I tried  example of pond.jmp and Cities.jmp.

    sanqub sanqub
    Discussions |
    Jan 11, 2016 6:53 AM
    5709 views | 2 replies
  • Operating on selected rows

    Hello Everyone,Is it possible for me to operate a function on selected rows without using the FOR loop. For examplek = dt<< Get Rows Where (pt:Parameter = ot:Parameter);For (i=1,i<= Nrow(k),i++,pt:value[k] = pt:value[k]/5;   // I want the value of selected rows only to be divided by 5.);
    Is it possible for me to rewrite the code without using simple JMP function for it ? I dont like using too many ...

    akash_nigam_gma akash_nigam_gma
    Discussions |
    Jan 11, 2016 5:49 AM
    10577 views | 6 replies
  • Misclassification rate, who is right?

      Hi! JMP fans and experts  In Logistic regression, partition and Neural Network model cmparising, Misclassification rate acts as an important measure to determine which model is better or not? In my understanding, Smaller the value of misclassification rate is, better the model will be; however, I was confused by following cases. In the first case, I was told that larger one is better, but in the...

    mujahida mujahida
    Discussions |
    Jan 11, 2016 4:54 AM
    20682 views | 1 replies
  • counting rows based on values in another column

    I have a column that defines a grouping, like a column called 'gender' that contains the values 'male' and 'female'. I want to know how many rows in the dataset = 'male' and how many rows in the dataset = 'female'.

    dwaterson dwaterson
    Discussions |
    Jan 8, 2016 6:04 PM
    16718 views | 5 replies

Latest Discussions

  • Countour Plot X and Y values?

    Dear ALLHi I want to use contour for my data. Could you please tell what are these X Y and Z values used for creating contours. I tried  example of pond.jmp and Cities.jmp.

    sanqub sanqub
    Discussions |
    Jan 11, 2016 6:53 AM
    5709 views | 2 replies
  • Operating on selected rows

    Hello Everyone,Is it possible for me to operate a function on selected rows without using the FOR loop. For examplek = dt<< Get Rows Where (pt:Parameter = ot:Parameter);For (i=1,i<= Nrow(k),i++,pt:value[k] = pt:value[k]/5;   // I want the value of selected rows only to be divided by 5.);
    Is it possible for me to rewrite the code without using simple JMP function for it ? I dont like using too many ...

    akash_nigam_gma akash_nigam_gma
    Discussions |
    Jan 11, 2016 5:49 AM
    10577 views | 6 replies
  • Help with determining most frequently chosen combination of answers?

    Hello all.  I am new to JMP and this user community.  I am currently conducting an analysis on data collected across my organization, and am "stuck" on how to obtain the information I need from the data.86 respondents (managers of conservation programs) were asked which conservation strategies of a list of 24 (labeled a through x) that they were using in their programs.  They were not given a limi...

    pdawgy13 pdawgy13
    Discussions |
    Jan 5, 2016 12:06 PM
    13229 views | 10 replies
  • t-test values in graph?

    Can I add my student t-test values into my bar graph in graph builder?, If so, how?

    cyoung5 cyoung5
    Discussions |
    Dec 30, 2015 10:28 PM
    5900 views | 1 replies
  • Journal - insert break page

    Good morning,I have been looking around and didn't find a way to insert by script a break page in the journal report as below:current journal () << append(ob1);--> I would like to insert a break page herecurrent journal () << append(ob2);Best wishes for end of 2015 Lionel

    KinKame KinKame
    Discussions |
    Dec 29, 2015 7:09 PM
    4830 views | 2 replies

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3798 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3812 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2524 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2813 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2549 views | 0 replies
view all discussions