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

  • 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
    4844 views | 2 replies
  • Designing discrete choice survey

    I have my responses data in one table, and my Choice Profiles data in the second table. I am struggling to find functionality that would be able to specify which columns from my responses (I have 9 different questions) are responsible for each row from my Choice Profiles. What is the best way to link these two? 

    pawel pawel
    Discussions |
    Sep 27, 2017 5:13 AM
    12507 views | 6 replies
  • Change folder name where the jmp file is stored

    Hi All, I am doing a bunch of automation from the user input.  What if C:\Files\A\B files\data.jmp directory exists and currently I am getting Get default directory() function to get the entire path (C:\Files\A\B files\)as I store the script in the same folder.I want to change folder B files to B_files. Is it possible? Thanks.

    vishwasanj vishwasanj
    Discussions |
    Sep 26, 2017 1:45 PM
    9144 views | 8 replies
  • How do I graph multiple response columns correctly?

    Hi,I have a table looking at how users return to a product over time. I can do this in columns for each week, error bars for each column - perfect.I now want to look at subgroups of users that did or didn't do a specifc activity. I use the activity as an overlay, again no problem. But now I'd like to compare different activities - which one(s) help most to boost retention.I've created a single col...

    thurnay_s thurnay_s
    Discussions |
    Sep 26, 2017 12:16 PM
    8069 views | 2 replies
  • Creating and filling a new column with a formula

    Hello,

    I am attempting to use a script to generate a new column called "Sensor Power (W)" that takes the following formula:Sensor Power (W) = ( Sensor Voltage x Sensor Current ) / 1000000where Sensor Voltage and Sensor Current are formulas that already exist (in mV and mOhms). Thanks,
    Todd

    spirotodd spirotodd
    Discussions |
    Sep 26, 2017 12:08 PM
    26439 views | 5 replies

Latest Discussions

  • 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
    4844 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
    5139 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
    6871 views | 3 replies
  • Auto-generated stacked histogram

    HiI am looking for a function to generate a histogram with color information on data groups like this:However, in this case I needed to bin the data myself. Also the bars don't touch like normally in histograms. I know the function in graph builder generating the type of histogram shown below, but here the istograms are not stacked but superimposed on each other, and almost impossible to read for ...

    JesperJohansen JesperJohansen
    Discussions |
    Sep 21, 2017 11:09 PM
    9424 views | 2 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
    3362 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
    4380 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
    2159 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
    4259 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
    3313 views | 0 replies
view all discussions