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

  • JSL Selecting Columns Using Strings

    Hi,   I'm having a problem where I have so many columns I want to select, but I don't want to type all of them out to create a new subset of them.   What I have is 200 columns that all start with the same string. I was wondering if there is a way I can select these columns with a loop or some command. I have tried using the line:     cols = dt << Get Column Names(Starts With("Year")); But if just ...

    sophiaw sophiaw
    Discussions |
    Jul 15, 2015 9:10 AM
    27839 views | 3 replies
  • Assigning keyboard shortcuts for frequently used options

    I want to know are there keyboard shortcuts when we use JMP. such as ,when we use Graph Builder draw a mapping ,we may add a label ,hide a row etc  with right  click .

    664786828 664786828
    Discussions |
    Jul 15, 2015 7:14 AM
    15809 views | 3 replies
  • Separate number and character in cell

    Hello,I have a column in given format, Is it possible to remove the “hr.” from the cells and just leave the  numbers?1.2 hrs1.6 hrs4.5 hrs7.6 hrs8.2 hrs1.0 hrs0.9 hrsThe output I desire is:1.21.64.57.68.21.00.9

    tajrida tajrida
    Discussions |
    Jul 14, 2015 6:11 PM
    10251 views | 1 replies
  • Make new data table including only certain :column values

    This is probably super easy but I'm stumped. I could just query the database again and filter out what I need and build my data table with that but I'd rather save bandwidth and query my table or filter it somehow.Basically I have a table like soitemreturn_qtyvaluefailurestool145.00Productbook532.99Cust issuelaptop1439.99Productdinner112.99Cust issueclock324.00Broken by shippingI want to create a ...

    loysius loysius
    Discussions |
    Jul 14, 2015 9:30 AM
    12265 views | 3 replies
  • How to export values from "Fit group" regression analysis from many variables Y to one X variable?

    Hi,I am interested in testing and comparing the correlation of many (hundreds) of Y variables individually to a single X variable. The "fit Y by X" function seems appropriate.How do I generate the statistics for each Y variable in a batch, and export them to a data table? Can I apply the saved script to the data table and add the values to the table for instance?

    andreas_scherer andreas_scherer
    Discussions |
    Jul 14, 2015 5:19 AM
    13377 views | 3 replies

Latest Discussions

  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3254 views | 0 replies
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4212 views | 0 replies
  • Image analysis

    How could I identify pixels groups with quite similar colors (grey for instance) on a picture .jpeg?

    olivier_brack olivier_brack
    Discussions |
    Jul 10, 2015 7:53 AM
    5321 views | 1 replies
  • how to merge two session script files?

    I had run separate analysis on the same excel file at different times , thus I have two separate session script files. How can I merge them into one single file- which will enable me to run both the analysis via single script file?I am using JMP trial version

    abhinavpiplani abhinavpiplani
    Discussions |
    Jul 9, 2015 7:44 AM
    5110 views | 2 replies
  • How do I conduct a global sensitivity analysis in JMP?

    Hello. First post to the forum for me... I am a research ecologist with a wildlife conservation emphasis. Not the typical JMP user, I'm guessing. I have developed and tested a complex individual-based simulation model of bird population dynamics. I am currently at the point in model analysis, where a global, variance-based sensitivity analysis would be appropriate. I am wondering if JMP has the to...

    clott clott
    Discussions |
    Jul 7, 2015 8:14 AM
    21626 views | 2 replies

Latest Discussions

  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3254 views | 0 replies
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4212 views | 0 replies
  • how to invisible local data filter

    Hi all,Till now I was using "Panel Box" and "Close" local data filter command for the invisible but functioning local data filter. Something like below closes the data filter it is visible by jmp graph but invisible by the HTML5 output (magical).nw[Panel Box( 1 )][Outline Box( "Local Data Filter" )] << Close( 1 );nw[Panel Box( 2 )][Outline Box( "Local Data Filter" )] << Close( 1 );
    This time I use ...

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 9, 2015 7:00 AM
    2914 views | 0 replies
  • Fit Y by X Interactive HTML5 output

    I don't know if anybody using the Interactive HTML output as intensive as me but Fit Y by X platform needs an upgrade about converting the jmp language to HTML5 language. Here is an example comparing the outputs of both. Almost none of the axis and font and colour settings seem to be carried over.

    saitcopuroglu saitcopuroglu
    Discussions |
    May 22, 2015 3:14 AM
    2545 views | 0 replies
  • PowerPoint Export of Journal

    Is there a way to control the formatting of the exported PowerPoint deck?  The exported file needs so much clean up I am not sure if it saves any time over cutting and pasting.  I made a simple journal from the big class data table and a 1 page journal turns into a 5 page PowerPoint. The resulting PowerPoint is attached.

    Hegedus Hegedus
    Discussions |
    Apr 7, 2015 4:03 PM
    10406 views | 0 replies
view all discussions