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

  • JMP 11 Pro: Distribution Platform - Normal Mixtures. How does JMP decide how to label the distributions?

    JMP 11 Pro: Distribution Platform - Normal Mixtures. How does JMP decide how to label the distributions?I fit a mixture of 3 normal distributions to a (single) response. The 3 distributions identified by JMP are labelled 1, 2 and 3 in the JMP output, i.e. (π1, μ1, σ1), (π2, μ2, σ2) and (π3, μ3, σ3). How does JMP decide which of the 3 identified distributions to label respectively 1, 2 and 3? Is it...

    camth camth
    Discussions |
    Jul 30, 2015 6:48 AM
    5158 views | 4 replies
  • JSL get values from a table and make into a text string that can be used as an input in another datebase query

    In my script I have multiple data base queries.   From one query it get a column with a list of lot numbers.  I want to take the values from this column and make them into a local variable that I can use in the next data query to pull data from a different database. using a script line below I get the value string.cassette = SLC:DESTINATION_CASS << get values; result cassette = {"SPQ093146 1"}How ...

    chris_dennis chris_dennis
    Discussions |
    Jul 29, 2015 3:55 PM
    14889 views | 2 replies
  • Set Column Values

    I am creating several data tables, where I will add a Character column with repeating values.  I am using the repeat function to do this.  My trouble is that it seems to take a very long time for large repeat values.  Is there a more efficient way to do this?  I am using JMP11.  Thanks!// Example.Names Default To Here( 1 );t1 = Tick Seconds();dt = New Table( "50000 Rows", Add Rows( 50000 ),      N...

    robot robot
    Discussions |
    Jul 29, 2015 10:18 AM
    15399 views | 2 replies
  • formula for "text to columns"

    Hi,I have a column with comma seperated values and by using column utilities text to column I get the column for each comma seperated value, however the dataset is growing hourl and by joining/concatenating the new data with the existing one I have to redo all the process again and again. Isn't there a formula for this (or better script)?Many thanks in advance

    saitcopuroglu saitcopuroglu
    Discussions |
    Jul 29, 2015 7:32 AM
    11234 views | 4 replies
  • How can I calculate by Functions?

    Dear Community, I need your help to calculate as a new column as MinADR of:(600+500)-(400+300) / (60+50)-(40+30) placed in the row of Label "b"

    saitcopuroglu saitcopuroglu
    Discussions |
    Jul 28, 2015 11:30 AM
    7915 views | 7 replies

Latest Discussions

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
    3252 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