cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Open Database() Errors

    I've got a weird one today.....I've been working with several JSL scripts... each of them has several Open Database() Calls.. and if the Open Database fails for any reason.. I have always seen entries in the log file regarding the issue...  I then borrowed code from log_execute_sql.jsl I found somewhere... and basically read the last 10 lines of the log fiel and display dialogs for users if an err...

    klockk klockk
    Discussions |
    Oct 11, 2016 4:30 PM
    12094 views | 4 replies
  • unique variance for each variable in multiple regression

    In the attached dataset and screenshot, I am trying to find the effect of prior academic achievement and SES on current achievement for students. How could I find the unique variance/semipartial correlation for each variance? I know it is not the square of standard beta for the variable. Any ideas? Thank you!

    xiaoyaj0 xiaoyaj0
    Discussions |
    Oct 10, 2016 5:30 PM
    14497 views | 1 replies
  • How to check if values in one datatable exist in another datatable

    All,     I have 2 data tables (Table A and Table B) . Table A has a couple of 1000 rows while Table B has a couple of million rows . They have a common column lets say Col C - I want to get the rows of Table B which have matching values in Col C . for( i = 1, i <= N Rows( TableA ), i++,         SelectedRows = TableB << Get Rows Where(TalbeB:ColC == TableA:ColC1 );    );   While this works to some ...

    uday_guntupalli uday_guntupalli
    Discussions |
    Oct 10, 2016 1:33 PM
    13641 views | 3 replies
  • Process Capability

      Hello,Trying to add a list of the variables (“Process Variables”) in Process Capability plot.It works for single item from the list, but it does not work for whole list.  lTest = Data Table("dtGoal") << get column names( numeric);  Data Table("dtGoal") << Process Capability(       Process Variables( eval(lTest[i]) ), // it works for any i//  Process Variables( eval(lTest) ),  // does not work  _...

    vladbondarenko0 vladbondarenko0
    Discussions |
    Oct 7, 2016 8:49 PM
    11342 views | 4 replies
  • Graph Builder histogram y-axis

    I am trying to create frequency histograms of fish lengths in Graph Builder with both an X (species) and Y (lake) grouping variable. How do I display the y-axis as % frequency? The current histograms have no y-axis.

    joebuck joebuck
    Discussions |
    Oct 7, 2016 7:07 AM
    10608 views | 2 replies

Latest Discussions

Latest Discussions

  • Odds ratios for multiway tables

    On twitter earlier today, someone asked if the Cochran-Mantel-Haenszel (CMH) odds ratio (OR) test was available in JMP when the stratification variable is not the X in Fit Y by X. Anytime I need to go from two variables to more than two variables, the first place I look is Fit Model. The beauty of fit model is that not only can I use as many variables as I want, but I can consider interactions bet...

    DonMcCormack DonMcCormack
    Discussions |
    Aug 10, 2016 3:35 PM
    4868 views | 0 replies
  • How to find ETA squared effect size for MANOVA?

    Hello, Does anyone know how to calculate the eta squared value from a manova analysis in JMP? I know that the E and H matrices tab shows the sum of squares for each parameter, but which values do I use to calculate SStotal and SSeffect? In my model, I have 2 control variables (age and gender) and then a two way factorial. If only one of these variables (in addition to both control variables) is si...

    nsalmano_stanfo nsalmano_stanfo
    Discussions |
    Aug 8, 2016 7:04 AM
    3882 views | 0 replies
  • Is there an easy way to get the FWHM (full width half max) of a curve using JMP?

    Dear JMP community,Is there an easy way to get the FWHM (full width half max) of a spectral curve using JMP? Finding the minima and maxima are fairly straightforward, but then calculating the FWHM seems to be much more laborious in JMP, especially if the data is sparse and we would like to interpolate to get more accurate intersections between the peak and the FWHM value. In my case, the peak is o...

    mcjorge mcjorge
    Discussions |
    Jul 22, 2016 8:13 AM
    5149 views | 0 replies
  • 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
    3590 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
    3570 views | 0 replies
view all discussions