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

  • Interactive date selection and filtering by SQL

    I like to use JMP interative to get input start and end time and then use SQL to filter the data table. The parameter dateb and datee if defined as for instance '2017-10-10', '2017-11-11' works fine but when use assigned varaible dateb and datee, I don't get the correct filtering (empty tables).I appreciate any help you can provide. Thanks.------------------------------------  defuplim = Today();d...

    AT AT
    Discussions |
    Dec 18, 2017 4:34 PM
    6722 views | 3 replies
  • How to save a Journal to Powerpoint without a Script

    I have a Journal with several graphs and tables.  I'd like to save this to Powerpoint such that each table and graph is a different page.  I know I can save the Graph direction to PPT or a Table directly to PPT.  But when I save the Journal as a .ppt, it puts all graphs on one page.  I've see several scripts to do this, but I don't want to use a script.  I'm an infrequent JMP user.  Thank you. 

    mortie999 mortie999
    Discussions |
    Dec 18, 2017 3:04 PM
    11673 views | 6 replies
  • Platform Outputs into JSL Variables

    Hello AllCan you pull factors/data/selections from a platform output into JSL?I have what is currently 2 scripts that I would like to bring together. The first one imports an Excel file and creates a distribution script with "Fit Distribution (All)" so that the user can select the best type of fit and get the parameters. Can I get JSL to read what the user has selected and the parameters? I am thi...

    clausa clausa
    Discussions |
    Dec 18, 2017 2:50 PM
    16234 views | 7 replies
  • How to freeze control chart display when data is updated

    Hi,I have a script that read a csv file and does control chart. I like to automate this process so new data is updated, the control chart does not generate new charts. I like to only see on chart with updated data. Here is the script I used. I appreciate your help. Thanks ------------------Names Default To Here( 1 ); dt =Open("/Users/adatorab/Documents/JMP/PASS.csv",invisible); obj = dt <<Control ...

    AT AT
    Discussions |
    Dec 18, 2017 9:23 AM
    9452 views | 12 replies
  • Is it relevant to use the Stepwise platform with a nominal response?

    Hello everybody, I want to do variable selection before running a nominal logistic regression. However since "nominal responses are treated as ordinal responses in the logistic stepwise regression fitting procedure" I wonder if it is correct to use the stepwise process with a purely nominal response variable. Why is not it possible to use the Stepwise platform directly on a nominal response? What ...

    anne_sa anne_sa
    Discussions |
    Dec 18, 2017 8:19 AM
    5164 views | 2 replies

Latest Discussions

  • sample data

    Dear all,  I'd like to know where I can get sample data which has been excluded from JMP software, because I noted that some teacher applied some sample data which I cannot find in JMP Help>sample data? where I am allowed to download these data base?thanks

    mujahida mujahida
    Discussions |
    Dec 17, 2017 4:59 AM
    3803 views | 1 replies
  • Fishers Exact Test in JMP Pro

    JMP Pro is reported to have the ability to perform the Fishers Exact test on tables larger then 2x2.  In the case of a 2x2 table if the numbers are small the exact test is generated automatically (both in the regular and pro version).  How do I access the Fishers Exact test in Pro when the table is larger than 2x2 (3x2 or larger)

    shapirodjs0 shapirodjs0
    Discussions |
    Dec 13, 2017 1:46 PM
    8887 views | 4 replies
  • Chi Square test, correction for multiple comparisons

    I have monthly prevalence data (n=30-120/month) for the presence of a parasite (2x12 contingency table) that shows a significant chi square.  I'm interested in comparing specific months to see if there are differences.  Using the filter feature in contingency analysis I can quickly get multiple comparisons.  However that is without any correction factor applied to control error rates.  I have seen...

    fishguy fishguy
    Discussions |
    Dec 12, 2017 1:10 PM
    6981 views | 4 replies
  • Selecting the correct sample size

    Hi All, Lets assume I have a measurement of 30 location on a particular table top. I would like to sample the measurement of these 30 locations using only 5 samples, is JMP able to assist me on determining which measurement location should i be selecting in order to get the closest representative of the overall 30 measurement location Irfan

    albiruni81 albiruni81
    Discussions |
    Dec 12, 2017 12:55 AM
    14342 views | 12 replies
  • Setting "ignore errors" flag on a formula column

    I have a formula column (confidence interval from the nonlinear platform) that sometimes generates an error during evaluation:This error can not be captured in a Try() block.My work around is to set the Suppress Eval flag and manually evaluate the formula one row at a time but I would prefer to be able to set the "Ignore Error" flag on the column to suppress repeated error messages that occur.I'v...

    David_Burnham David_Burnham
    Discussions |
    Dec 9, 2017 10:35 AM
    5539 views | 3 replies

Latest Discussions

  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3767 views | 0 replies
  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2650 views | 0 replies
  • Confirmation of Repeated Measures Analysis, when sphericity if voilated

    Hi Everyone,    I would like confirmation on the appropriate analysis to run on a repeated measures design.Experimental design:Independent variable: Nutrient treatment (Control, Low, Med, High),Dependent variable: basal diameter, 5 replicates (plants)Repeated measurements were taken at Weeks 0, 1, 4, 7, 10, & 12Split data-> Fit Model-> Y: basal 0, basal 1, 4, 7, 10, 12, Add: Nutrient treatmentPers...

    uamiller uamiller
    Discussions |
    Oct 23, 2017 8:07 AM
    2753 views | 0 replies
  • Cox Proportional Hazard - adjusting risk ratio with std dev

    I'm working with someone who is using SAS and I'm trying to do the same analysis in JMP.  When I  questioned their hazard ratio they said it was adjusted by the standard deviation. They commented:In order to obtain results in units of 1 standard deviation – you simply get the standard deviation value for parameter of interest and introduce it in the PH regression statement, for example:proc phreg ...

    Maureen Maureen
    Discussions |
    Aug 22, 2017 1:18 PM
    3360 views | 0 replies
  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4379 views | 0 replies
view all discussions