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

  • 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
    26434 views | 5 replies
  • How can I export chart via JSL?

    First time user here.

    I created a bar chart from sas dataset. And tried to save the graph into JPG format. However I found a Chart banner on top of the picture. How can I get rid of it?

    How can I write a JSL to output the graph? I have to do lots of similar tasks to generate so many pictures. Obviously I don't want to manually save each picture.

    Thanks for your help.

    neilxu neilxu
    Discussions |
    Sep 26, 2017 7:13 AM
    14917 views | 4 replies
  • Can I close table windows opened by script using some script command?

    Hi All,

    I am a JMP script newbie and have one quesiton that i bet is pretty trivial to answer for majority of people in this forum. Here is the script that I am running:

    ----------------------------------------------------------------------

    // Open the raw base data table raw_data_tbl=open("..\Tables\WA_VS_EXPORT_BASE_VIEW_MKT_1_SAMPLED.jmp"); // Make raw data table the current data table Curre...

    Discussions |
    Sep 26, 2017 7:04 AM
    21292 views | 4 replies
  • Free JMP Reader??

    HelloI've been using JMP to create reports (both graphical and tabulated) 3 times a week and ditributing the results to others in my company. Right now I am copying/pasting screenshots and data tables into Excel so that everyone else (majority of whom don't have JMP) can look at the resutls.Is there a free JMP reader available for download?? Similar to the free AutoCAD reader you can get that allo...

    abdulj abdulj
    Discussions |
    Sep 26, 2017 7:00 AM
    19703 views | 5 replies
  • JSL Script - How to extract a table cell value and save to variable

    Hi all,

    I have a script that opens up several temporary data tables (csv files) and then saves my analysis to a journal window. I would like to save the journal to an HTML file, but I need to save the filename with a value from one of the data tables. I'm not sure how to save a table value to a variable: NewWindow("PartJournal",<PartData = Open ("C:\...path...\filename.csv"); row()=1; filename=Colu...

    trisampson trisampson
    Discussions |
    Sep 26, 2017 6:52 AM
    25645 views | 2 replies

Latest Discussions

  • 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
    5137 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
    6870 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
    9419 views | 2 replies
  • How to disable jmp alert messages?

    Please remember that I am scriptless. I am using the Explore Outliers button. When outliers are changed to missing values a JMP alert pops up "Your data in memory has changed. When you are prompted to save later, consider saving to a new file to preserve your original data on disk." The second JMP alert states "n extreme values were replaced by missing".  How do you stop these annoying alerts? 

    kwalter1 kwalter1
    Discussions |
    Sep 19, 2017 8:56 PM
    3291 views | 1 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
    4258 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