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

  • Trouble Manipulating Tabulated Tables

    I am don't quite understand why i am having issues manipulating columns from a table created from a tabulated report. I have attached the tables and scripts for your references. I am trying to create a table that matches our current report table. Always, thanks for you help  Names Default To Here(1); dt = Current Data Table(); LotListSQLString = "Wafer_1"; tab = dt << Tabulate( invisible...

    Yngeinstn Yngeinstn
    Discussions |
    Feb 1, 2019 7:18 AM
    5762 views | 5 replies
  • jsl close window does not close window in jmp14

    I recently updated to jmp 14.1 (my work will only allowed tested updates so still waiting on 14.2). I have a script where I create a legend window, journal it, and then close it. This used to work fine in jmp 13 but now it does not close the window. Am I doing something wrong or is this a bug? Ignore the coloring portions, I have some things set up for consistent coloring. myWin = Outline Box( "Le...

    hlazar hlazar
    Discussions |
    Feb 1, 2019 6:23 AM
    7512 views | 3 replies
  • JMP formula : Rank by group

    JMP formula : Rank by groupHi there~ ^^Could you do me a favor?-1. I want to use "Rank by Group"-.I use JMP ver 9.02  I can use JMP function  "Col Rank(:height) "  but I cannot use this by groupping   "Col Rank(:height, :Group )"   Cannot typing this ":Group-2. How can I ranking   up-to-down  or  down-to-up(default)  by height?   

    Steve_Kim Steve_Kim
    Discussions |
    Feb 1, 2019 5:47 AM
    20081 views | 4 replies
  • How to change mosaic plot graph order?

    Hey Folks, I was just wondering how to change the order of the data displayed in the mosaic charts. In the picture below, say I would like to change the order of the data to be displayed as blue at the top, or orange goes to the bottom. Thanks in Advance, Thomas

    ThomasLovesRedV ThomasLovesRedV
    Discussions |
    Jan 31, 2019 9:28 PM
    5774 views | 1 replies
  • How do i change column format in JSL or deal with the Send Expects Scriptable Object error

    I am working on joining (2) tables in a JSL script.  The issue i'm having is with saving the newly joined tables.  There are (2) issues. The first issue is that the Data columns of (Test2) are coming in to JMP as Character/Nominal and need to be Numeric/Continuous.  When i change or create the Excel spreadsheet column format to numeric i get the following error at the dt3 <<save as line of code. S...

    flemingtb flemingtb
    Discussions |
    Jan 31, 2019 10:21 AM
    8109 views | 6 replies

Latest Discussions

  • How to change mosaic plot graph order?

    Hey Folks, I was just wondering how to change the order of the data displayed in the mosaic charts. In the picture below, say I would like to change the order of the data to be displayed as blue at the top, or orange goes to the bottom. Thanks in Advance, Thomas

    ThomasLovesRedV ThomasLovesRedV
    Discussions |
    Jan 31, 2019 9:28 PM
    5774 views | 1 replies
  • Partition and Pruning

    I'm working with a dataset of about 27,000 rows and am trying to use 9 factors to predict a response using the partition function and a decision tree.  I'm using both k-means and validation.  When I tell JMP to Go, it will split 100-200 times, however the Split History shows me very little improvement after about 20 splits. For what I'm trying to do, I want to back up to the 20th split, but I don'...

    NG NG
    Discussions |
    Jan 30, 2019 8:25 AM
    3245 views | 0 replies
  • Editing Color Gradient Scale Using JSL

    Hi All, I have this data table for example test = Graph Builder( Variables( X( :X ), Y( :Y ), Color( :Value ) ), Elements( Points( X, Y, Legend( 23 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 23, Properties( 0, {gradient( {Scale Values( [-2 2] ), Label Format( "Fixed Dec", 15, 3 )} )}, Item ID( "Value", 1 ) ) )} ) ...

    bittnere bittnere
    Discussions |
    Jan 30, 2019 8:02 AM
    7213 views | 4 replies
  • verifying 95% exact binomial confidence in JMP - Lower CI OK but Upper not?

    Hi,I would like to ask if somebody has encounter the issue I got. I would like to verify the 95% CI for a case as below in the table. 95% Confidence Intervals for the True Rate at all Possible Observed Rates within a Subgroup (n=15)Observed Rate Lower Bound 95% CIUpper Bound 95% CI5/150.1520.723 I used JMP Analyze/Distribution and got the correct Lower CI (0.151763 which verifies 0.152 in the tabl...

    konradkk konradkk
    Discussions |
    Jan 29, 2019 7:18 AM
    5209 views | 4 replies
  • JMP has performed an access violation and will shut down while starting JMP

    I am getting error "JMP has performed access violation and will shut down while starting JMP" . It also says start up error information is recorded in some folder. I am running JMP 13.0.0 on Windows 7. Any help would be appreciated

    Saurabh Saurabh
    Discussions |
    Jan 29, 2019 6:05 AM
    6581 views | 2 replies

Latest Discussions

  • Partition and Pruning

    I'm working with a dataset of about 27,000 rows and am trying to use 9 factors to predict a response using the partition function and a decision tree.  I'm using both k-means and validation.  When I tell JMP to Go, it will split 100-200 times, however the Split History shows me very little improvement after about 20 splits. For what I'm trying to do, I want to back up to the 20th split, but I don'...

    NG NG
    Discussions |
    Jan 30, 2019 8:25 AM
    3245 views | 0 replies
  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2412 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3111 views | 0 replies
  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3437 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2327 views | 0 replies
view all discussions