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 use [Validation Column] in [Validation Method] of Gen'zd (logistic) regression?

    My data has a column Train (values 1,0) to split the observations into training (=1) and validation (=0) for a Lasso Logistic Regression model. However, the "Validation column" option in the dropdown of "Validation Method" in the Run form of Generalized Regression is disabled, while Generalized Regression should have support of Validation Column (see https://www.jmp.com/en_us/software/predictive-a...

    Oleg Oleg
    Discussions |
    Sep 28, 2017 3:37 PM
    10737 views | 7 replies
  • How to control number of CPU workers in JMP Pro?

    I like that JMP parallelizes computations across all of my 8 CPUs, but the use of the one last CPU is of great inconvenience, since my PC is tied up in computations and is not responsive. How can I instruct JMP to use only 7 (or total count minus 1) CPUs on my PC, preferrably in a way that is persistent across all of my projects and documents (i.e. does not need to be configured every time I open ...

    Oleg Oleg
    Discussions |
    Sep 28, 2017 3:28 PM
    10159 views | 4 replies
  • Append text to Save Text File function

    Hi All,   I am using this function as part of the FOR loop.     If( File Exists(location) csvlist[N Items(FilesIndex)]= Open(location), //else below continue() & // I am not sure this & function works. Save Text File( path || "\" || "error.txt", " \!"File doesnt exist\!"; " ||char(location)) ; );     Basically what I want to do is, I want to open the location if file exists, if not, I want to...

    vishwasanj vishwasanj
    Discussions |
    Sep 28, 2017 1:30 PM
    9738 views | 3 replies
  • About finding Confusion Matrix for different Cutoff values in Logistic Regression

    How do I generate confusion metrics for using different cutoff values? For example, I want to find confusion matrix for cutoff = 0.3 or cutoff = 0.7? etc.

    sursangeet1 sursangeet1
    Discussions |
    Sep 28, 2017 11:10 AM
    33418 views | 7 replies
  • How to parse a JSON file opened from URL?

    I would like to import a JSON file into JMP that is downloaded off of the web. The best way I've been able to do this is through the GUI, manually selecting File --> Open --> and entering the URL into "File Name". If I select "JSON Data File (*.json)" from the file type list, JMP will download the file and open the parsed data into a new datatable. Unfortunately, I haven't been able to write a scr...

    jwebber jwebber
    Discussions |
    Sep 28, 2017 6:33 AM
    34580 views | 11 replies

Latest Discussions

  • excel add-in problem

    Dear all, Nowadays I have a problem transfer excel results to jmp. Normaly I have jmp add-in on excel. But after a date, it is inactive. I do not understand the reason of this. I do not see jmp add-in on excel menu. When I click Developer menu on excen then COM additions as shown on the attached picture, JMP  Profiler GUI is not loaded written. When I click left box of this, JMP is seen on the men...

    nac nac
    Discussions |
    Sep 28, 2017 5:01 AM
    4984 views | 1 replies
  • Combining several columns into a single column date/time

    I have imported some data from our sql server and it brings in the dates and times in six different columns. I want to combine all these columns into a single date/time column for graphing purposes. Any insight into this would be greatly appreciated.

    mallen810 mallen810
    Discussions |
    Sep 27, 2017 5:58 AM
    4843 views | 2 replies
  • Discriminant analysis in JMP: meaning of misclassification

    Context:When performing a discriminant analysis in JMP, the score Summaries give a number of "Misclassified observations". The user manual pdf "multivariate methods" define the following:Number Misclassified: Provides the number of observations in the specified set that are incorrectly classified.
    Percent Misclassified: Provides the percent of observations in the specified set that are incorrectly ...

    ArnoG ArnoG
    Discussions |
    Sep 26, 2017 3:16 AM
    5134 views | 3 replies
  • Analyze trend

    Hi I am comparing Google search data between 3 cancers as part of a small project, and have the attached file generated from Google trends data. How do I see if the searches for a particular cancer are going up with time?, and if so is the difference in trend significant? Next, can I compare trends between cancers C, P and L (from the attached file)?

    sajanjiv sajanjiv
    Discussions |
    Sep 25, 2017 8:39 AM
    7658 views | 3 replies
  • JSL: Differences in Column Reference Behavior

    Goal: count how many rows of a column have empty values. Method 1 (works):dt = CurrentDataTable(); Print(NRows(dt<<GetRowsWhere(IsMissing(dt:ColName))));   Method 2 (works):Print(NRows(dt<<GetRowsWhere(IsMissing(dt:Name("ColName"))))); Method 3 (doesn't work):Print(NRows(dt<<GetRowsWhere(IsMissing(Column(dt, "ColName")))));The error returned by debugger for Method 3 is "argument should be numeric{...

    ABI ABI
    Discussions |
    Sep 22, 2017 12:08 PM
    6869 views | 3 replies

Latest Discussions

  • 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
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2158 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4253 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3312 views | 0 replies
view all discussions