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

  • how do I adjust for covariates

    I have a data set with two cohorts . They have outcome differences ( Length of stay, continious variables) on univariate analysis. They are however not similiar in baseline characterstics ( have different severity of illness ( continious), age ( continious) and diagnosis ( categorial variables ). How do I adjust the outcome variable based on age, disease severity and diagnosis ?

    Sandeep123 Sandeep123
    Discussions |
    Nov 21, 2019 12:56 PM
    12240 views | 14 replies
  • Import Column units into new table with JSL

    I am created a summary table using JSL script from an original data table.  Is there an easy way using JSL script to import all of the column properties from the original table (such as units) to the new summary table?

    lpatton lpatton
    Discussions |
    Nov 21, 2019 6:35 AM
    6708 views | 3 replies
  • Deleting Objects in v15

    In JSL I can define a class and use it as a template to instantiate objects.   How do I delete the object?   I've been using the message deleteClass, assuming its a slight misnomer and really it's deleting the object.   But in version 15 it really does seem to delete the class.  Once I use the message I'm unable to create any further instances of the class.   I can use a delete message but I think...

    David_Burnham David_Burnham
    Discussions |
    Nov 21, 2019 2:14 AM
    4101 views | 5 replies
  • How to save Spearman Correlation Coefficients directly into JMP data table (scripting, JSL)

    Hi,
    I've writen a small program that computes and saves Pearson coefficients directly into a JMP table.
    Can you help adapt it to save Spearman coefficients in the same way? The "Spearman" option has no effect on storing ... one of th emany options I tried so far...Thanksdt = Open("$SAMPLE_DATA/Body Measurements.jmp"); dt_2 = dt << Multivariate( Y( :Name( "Mass" ), :Name( "Fore" ), :Name( "Bicep" ),...

    Newbie2Jumpie Newbie2Jumpie
    Discussions |
    Nov 21, 2019 1:43 AM
    6941 views | 8 replies
  • Mixture problem - linear programming

    Dear All, I have a question concerning linear programming in JMP. The problem how I can set up a model for finding the optimum mixture with a constrain. I have let say 5 materials (A, B, C, D, E) for selection and each material has 2 properties. (p1, p2). So I have A(p1,p2), B(p1,p2), … My goal is to find the best mixture (a.A +b.B + c.C + d.D +e.E ) where (a, b, c, d, e) are the amounts of the gi...

    Heinrich Heinrich
    Discussions |
    Nov 20, 2019 11:57 PM
    2717 views | 2 replies

Latest Discussions

  • DOE with non-linear effects and blocking

    Hey all, I'm new to JMP, so perhaps a bit of a noob, excuse me for that =)In case my question has been asked and answered before, I'm perfectly fine with being redirected to that discussion. The problem I’m having right now is that I need to set up an experiment where we’re not sure about whether the effects of factors are linear or have some curvature. Some factors also influence each other (i.e....

    Vera Vera
    Discussions |
    Nov 19, 2019 6:39 AM
    1849 views | 1 replies
  • get bivariate plot as scritable

    Hello, how can I get a bivariate plot as an object in jsl script? like, if I plot this graph below thru the regular jmp GUI "FIT X by Y" and then I want to write something like  "Big Class" << get plot as scriptable;

    avner8943 avner8943
    Discussions |
    Nov 17, 2019 12:52 PM
    2996 views | 1 replies
  • I want change the numbers, 1 ~ 9 to 01 ~ 09 in column

    Hello, I have two column, Lot and wafer as shown below.How can I make wafer_rev column, where the single digit values (1~9) are changed to double digits (ex, 01, 02, ,,,,09. No change in 11~20) Is there a simple script for this ?Please advise me. LotwaferWafer_revDA1101FA2303UJ31111DS2903 Thank you in advance

    Myni Myni
    Discussions |
    Nov 17, 2019 6:27 AM
    1645 views | 1 replies
  • Does JMP calculate the "cumulative density function" of CDF?

    I'm searching for this code for the documentation, but I don't know what it means. Get expert help.Thanks! Names Default To Here( 1 ); /* Generate random values, Normal(0,1) */ Y = J( 150, 1, Random Normal() ); /* CDF function */ {Quant, CumProb} = CDF( Y ); Wait(0); /* Draw empirical and theorical CDF */ New Window( "Empirical CDF", Graph Box( X Scale( -3, 3 ), Y Scale( 0, 1 ), Pen Color...

    lwx228 lwx228
    Discussions |
    Nov 13, 2019 12:21 PM
    2693 views | 2 replies
  • General stat question - Nominal logistic regression vs Wilcoxon

    Hello, please help me to understand this - working with large datasets with continuous variables - most of the times I use models to a binary outcome (alive/dead).Many of my continuous variables are not normally distributed, hence I usually approach the test by Fit Model (Y=outcome, model effects - weight, nominal logistic). The distribution of the primary variable - weight:The outcome of the logi...

    marc1 marc1
    Discussions |
    Nov 13, 2019 9:21 AM
    2758 views | 3 replies

Latest Discussions

  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1929 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1298 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1337 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    2136 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1375 views | 0 replies
view all discussions