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.

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

  • [Script JLS] : Loop for plotting several graphs together

    Hello, I'm new in JMP. It's a powerfull software !That is why I would like to write a script that can plot several Y from different column (every n column actually) in function of one X.I wrote it thanks to graph builder interface, but I would like to script it in a loop.I did something like that for plotting distribution (but it is not the same scale unfortunately ...)//Distributions Std Dev Ne...

    Rob128 Rob128
    Discussions |
    Mar 4, 2019 1:14 PM
    5088 views | 5 replies
  • OneWay

    My script has a list of Y values to plot. I have dialog box to select the "X" and "By" columns for the OneWay plot. I then want to format the axis settings, but it names the plots "Oneway Analysis of Y1" followed with the X axis column, for instance "By Wafer", and then the By value, for instance "Lot=1234".... in total it would be "Oneway Analysis of Y1 By Wafer Lot=1234"Is there a way to get tha...

    RonSwanson RonSwanson
    Discussions |
    Mar 4, 2019 1:10 PM
    3459 views | 4 replies
  • Keyboard shortcuts

    Hi Guys,

    I went through the keyboard shortcuts list in the JMP quick reference card but are there any more keyboard tricks out there?

    Thanks.

    Discussions |
    Mar 4, 2019 12:13 PM
    14072 views | 7 replies
  • Image Conversion from TIFF to JPEG Within JMP?

    Is there a way to convert an image type in a jmp script prior to adding it in an image column in a table?  I have a bunch of .tif files which reside in a .zip file.  I can read the data from a specific image into a table using a script like this:dt = New Table( "test", New Column( "Image", Expression ) ); dt << Add Rows( 1 ); za = Open( "tif_library", "zip" ); dat = za << Read( "tif_file_n.tif", ...

    lsamuelso lsamuelso
    Discussions |
    Mar 4, 2019 6:32 AM
    3029 views | 1 replies
  • Renaming and/or saving data tables

    I create a data table through tabulate and need to do further reports on that data table but each time it gives a name to data table "untitled XXX" (in this case untitled 14) . And since I need to automate the reporting and need to do it several times a day I need a "fixed name" for that data table  (and further save or not). How will I do it?Thanks for your help(Data Table( "AgencyStayISL.jmp" ) ...

    saitcopuroglu saitcopuroglu
    Discussions |
    Mar 4, 2019 3:19 AM
    11535 views | 2 replies

Latest Discussions

  • [Script JLS] : Loop for plotting several graphs together

    Hello, I'm new in JMP. It's a powerfull software !That is why I would like to write a script that can plot several Y from different column (every n column actually) in function of one X.I wrote it thanks to graph builder interface, but I would like to script it in a loop.I did something like that for plotting distribution (but it is not the same scale unfortunately ...)//Distributions Std Dev Ne...

    Rob128 Rob128
    Discussions |
    Mar 4, 2019 1:14 PM
    5088 views | 5 replies
  • OneWay

    My script has a list of Y values to plot. I have dialog box to select the "X" and "By" columns for the OneWay plot. I then want to format the axis settings, but it names the plots "Oneway Analysis of Y1" followed with the X axis column, for instance "By Wafer", and then the By value, for instance "Lot=1234".... in total it would be "Oneway Analysis of Y1 By Wafer Lot=1234"Is there a way to get tha...

    RonSwanson RonSwanson
    Discussions |
    Mar 4, 2019 1:10 PM
    3459 views | 4 replies
  • Keyboard shortcuts

    Hi Guys,

    I went through the keyboard shortcuts list in the JMP quick reference card but are there any more keyboard tricks out there?

    Thanks.

    Discussions |
    Mar 4, 2019 12:13 PM
    14072 views | 7 replies
  • Image Conversion from TIFF to JPEG Within JMP?

    Is there a way to convert an image type in a jmp script prior to adding it in an image column in a table?  I have a bunch of .tif files which reside in a .zip file.  I can read the data from a specific image into a table using a script like this:dt = New Table( "test", New Column( "Image", Expression ) ); dt << Add Rows( 1 ); za = Open( "tif_library", "zip" ); dat = za << Read( "tif_file_n.tif", ...

    lsamuelso lsamuelso
    Discussions |
    Mar 4, 2019 6:32 AM
    3029 views | 1 replies
  • Measure distance between all points

    I am trying to determine a meausre of how distance from a point effects measurements to find a minimum / maximum point within range of points.  I tried to do this in the attached files but I cannot find a way to do this programatically.  I tried to do this by concatenating a table of N rows, N times, copying the XY coulmn, sorting Y then X then pastingn this sorted column into the NxN table. I tri...

    JumpingAC JumpingAC
    Discussions |
    Mar 1, 2019 12:58 PM
    3526 views | 1 replies

Latest Discussions

  • Selecting Number of Clusters in Hierarchical Clustering

    One way to select possible number of clusters in hierarchical methods is to identify the relatively large changes in distance as number of clusters change (see table below). When I look at the actual distance measure from the table (clustering history below dendogram), there is a bigger jump from 3 clusters to 4 than from 4 to 5 (smaller), suggesting 4 may be the right decision. However, when you ...

    pratyushdash pratyushdash
    Discussions |
    Feb 23, 2019 5:51 PM
    2891 views | 0 replies
  • Beta Generalized Regression and adjusted chi-square values

    I have a data set from a two-choice rodent feeding trial. We were testing the effectiveness of 10 deterrents by coating them on seeds and offering them to rodents alongside control seeds that were uncoated. The explanatory variable is which of the 10 deterrents the treatment seed was coated with, and the response variable is the proportion of control seed and treatment seed consumed.  The question...

    Mananahi Mananahi
    Discussions |
    Feb 13, 2019 9:58 AM
    2236 views | 0 replies
  • DF Dens for repeated measures ANOVAs

    Dear JMP Community, When I run repeated measures ANOVAs with JMP (RMS, with Subject as a random factor), I have noticed that when a certain factor is crossed with Subject, the corresponding DF Den stays independent while the DF Dens for the other factors are put together as “Residual”.  Please see Images 1-3 of the attached file on how “DF Den” under “Test Denominator Synthesis” change across imag...

    mu mu
    Discussions |
    Feb 6, 2019 8:10 AM
    3889 views | 0 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
    3248 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
    2416 views | 0 replies
view all discussions