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

  • Generate/export JMP graph (histogram, cumulative distribution, survival analysis) as tabular data?

    I am wondering if there is a way to export the histogram, cumulative distribution function (CDF), and Kaplan-Meier style survival curve graphs I created in jump as simple x and y coordinate data that I could then use in another graph program.  Is there a way to do this natively in JMP?  If not, is it at all possible to write a script to do this? Below are some simplified examples that I did manual...

    StatsGuy StatsGuy
    Discussions |
    Oct 10, 2017 9:07 AM
    7967 views | 2 replies
  • What script code do I need to automatically add a background image to a graph box?

    What script code do I need to automatically add a background image to a graph box?

    Here's a sample of a simple script I use to create a graph box:win = New Window( "Map", Graph Box( Frame Size(600, 600), X Scale(0, 1252), Y Scale(0, 1252), Pen Color("white"), Line( {10, 10}, {10, 1200} ); Line( {600, 10}, {600, 1200} ); Line( {1200, 10}, {1200, 1200} ); ) );After I run the above scr...

    mcudzinovic mcudzinovic
    Discussions |
    Oct 9, 2017 2:35 PM
    10393 views | 6 replies
  • Select specific columns from a table

    Hi All 
    I have two tables and I want to subset only specific columns of the Main_Table, which are present as row values in the Cols_Needed table. For example for the tables below, I want to subset column A, I and F of Main_Table, because "A', "I" and "F" are present as row values in the Cols_Needed table.  Thanks!Ahmad    dt = New Table( "Main_Table",
    Add Rows( 8 ),
    New Column( "A", Numeric, Continuo...

    aumair aumair
    Discussions |
    Oct 6, 2017 1:47 PM
    7356 views | 1 replies
  • No R^2 Value for Linear Fit

    Hi,I have a data set with 2 rows of data.  If I run Fit Special and constrain intercept = 0, no R^2 value is reported.  If I have 2 data points and only 1 degree of freedom (slope), should I get an R^2 value, or am I missing something? I am using JMP12.2.  Thanks! dt = New Table( "Data", Add Rows( 2 ), New Column( "x", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [1, 2] ) ), New Col...

    robot robot
    Discussions |
    Oct 6, 2017 12:05 PM
    6199 views | 1 replies
  • How to apply column properties to multiple columns?

    Hi Guys,

    I am trying to change the properties of about 200 columns to Numeric and Continuous. Is there a way to change the properties of all columns in one shot?

    Thanks.

    Discussions |
    Oct 6, 2017 8:24 AM
    27699 views | 8 replies

Latest Discussions

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
    4377 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
    2157 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
    4250 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
    3311 views | 0 replies
view all discussions