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

  • Choice platform, "None of these options" alternative - how to handle?

    Hello, I use Choice Platform for Discrete Choice experiments and meet difficulties to implement "None of these options". Anyone knows how to handle it? For example, I run simple case with only two attributes - brand and price. - I add one more choice alternative "None of these options" in profiles table . - Since nor price or brand is relevant to this option, I assign "None" level for the brand an...

    n_ryazantsev n_ryazantsev
    Discussions |
    Sep 2, 2015 7:47 PM
    24119 views | 9 replies
  • How do I place values into data table cells using JSL

    I am relatively new to JSL, but I have been authoring several scripts to handle processes for generating tables and graphs for testing that a software product that we are producing is properly reporting results. One of the issues I am having now is that I have to create a graph that shows reported times (easy) but also reflects the residuals from the reporting time bin into future time bins.For ex...

    mdawson69 mdawson69
    Discussions |
    Sep 2, 2015 3:59 AM
    18892 views | 5 replies
  • Multiple Column Switchers

    Is there a way from preventing the same column from being picked when running multiple column switchers?   dt = open("$SAMPLE_DATA/Candy Bars.jmp"); biv = dt << Bivariate( Y( :Saturated fat g ), X( :Sugars g ), SendToReport( Dispatch( {}, "Bivar Plot", FrameBox, {Frame Size( 593, 564 )} ) ) ); cs1 = biv << Column Switcher( :Saturated...

    msharp msharp
    Discussions |
    Sep 1, 2015 11:01 AM
    5934 views | 4 replies
  • I am receiving Lost DFs, Biased and Zeroed parameter estimate messages, what do they mean?

    First post here as I'm relatively new to JMP.  I've been trying to run an 3 way effects test in the fit model option and am getting errors saying "Lost DFs".  Also parameter estimates gives "biased" and "zeroed" results.  In fit model I'm basically selecting my 3 effects which are year (2013, 2014), type (heirloom or standard) and variety (20 varieties with 4 samples each) and then choosing "full ...

    escheenstra escheenstra
    Discussions |
    Sep 1, 2015 10:36 AM
    25906 views | 6 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2614 views | 0 replies

Latest Discussions

  • Multiple Column Switchers

    Is there a way from preventing the same column from being picked when running multiple column switchers?   dt = open("$SAMPLE_DATA/Candy Bars.jmp"); biv = dt << Bivariate( Y( :Saturated fat g ), X( :Sugars g ), SendToReport( Dispatch( {}, "Bivar Plot", FrameBox, {Frame Size( 593, 564 )} ) ) ); cs1 = biv << Column Switcher( :Saturated...

    msharp msharp
    Discussions |
    Sep 1, 2015 11:01 AM
    5934 views | 4 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2614 views | 0 replies
  • How do I make a prediction model based on my old experiment data?

    I am new to JMP software ( version 11.2.0). I have a question on prediction model. Before having JMP, I ran 2 experiments shown below. ISOD is the response, and temperature & aging time are both continuous. Using these 2 tables, can I make a prediction model for  ISOD yield in temperature range 100 to 180 & aging time 1 to 20 together? For an example, what will ISOD be at like 150 C with 15 days o...

    sushiz sushiz
    Discussions |
    Aug 28, 2015 3:11 PM
    7144 views | 6 replies
  • Variability chart column switcher : report summary in variables

    HI All, i am using variability plateform with column switcher and reading median values from variability report into a variable. it works fine for first, but when i switch click any other column in column switcher it generates error: "Cannot find item "Variability Chart for height" in outline context {"Variability Chart for height"}".   any workaround for this error. Thanks in advance. -Ram     dt...

    ram_asra_gmail_ ram_asra_gmail_
    Discussions |
    Aug 27, 2015 3:15 PM
    3740 views | 1 replies
  • How do you treat missing values as nulls rather than zero's in graph builder?

    I'm having difficulty producing graphs in graph builder (JMP 12) that accurately present missing values as absent rather than "zero" values. Can anyone provide instructions on how to correct this situation?Thank you in advance!

    swhit swhit
    Discussions |
    Aug 27, 2015 3:05 PM
    4245 views | 1 replies

Latest Discussions

  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2614 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2385 views | 0 replies
  • 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
view all discussions