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

  • Is there a possibilty to distinguish between two types of missing data?

    Hi, I have an excel data table that looks like this (file attached):TestSignal 1Signal 2Signal 3133424not reached 35 646 not reachedIt includes a number of tests. Each test has a number of signal channels (Signal 1-3), but not all channels were used for all tests. In cases where the signal channel was not used for a given test the corresponding field is empty.The numerical values for each channel ...

    matthias_bruchh matthias_bruchh
    Discussions |
    Aug 11, 2021 3:41 AM
    2028 views | 2 replies
  • Debug Graphlets scripts?

    Hi,is there a way to debug graphlet scripts? The JSL debugger is cool to debug jsl code.But different to the standard scripting window, in the graphlet code window, there is no Debug button.Would be cool to have one. Clear, would be necessary to hover over an item in the plot to trigger the generation of a graphlet ...

    hogi hogi
    Discussions |
    Aug 11, 2021 1:57 AM
    955 views | 1 replies
  • JSL - Creating a loop for custom distribution report

    Hello,is there a way to create a place holder variable via array that can be substituted into the distribution report layer syntax? The code I have just loops the distribution giving me 10 windows with 10 graphs each with no frame adjustments. I want 1 window with 10 graphs that have had the frame size adjusted.My Code/*Run Analyte Array*/analyteArr = Associative Array(:Analyte) << Get Keys;For( e...

    mvcands mvcands
    Discussions |
    Aug 10, 2021 11:21 PM
    10710 views | 6 replies
  • Data Preview in Column Formula correct, but values not appearing in Column

    Hello, I've created a set of columns with a for loop with the below scriptFor(i=1, i<= N Items(abs_cols), i++, Eval( Substitute( Expr( New Column(__name2__, Formula( If(__zscore__ < 2, __abs__) ) ) ), Expr(__name2__), "Outliers Removed " || char(abs_cols[i]), Expr(__zscore__), Column("Z-score " || char(abs_cols[i])), Expr(__abs__), Column(char(abs_cols[i])) ) ) );When I...

    cxu04 cxu04
    Discussions |
    Aug 10, 2021 4:15 PM
    1476 views | 2 replies
  • Graph Builder Preferences

    In JMP16 when using the Graph Builder the axis settings for numeric continuous linear data type seems to default to "Fixed Dec"  does anyone know how to modify this?  I would like it to default to "Best".  This happens regardless of how to the modeling type is set in the column properties. In JMP 15 I believe it always defaulted to "Best"?  This is very irritating, I can't seem to find any Prefere...

    drobins drobins
    Discussions |
    Aug 10, 2021 2:24 PM
    1580 views | 1 replies

Latest Discussions

  • Debug Graphlets scripts?

    Hi,is there a way to debug graphlet scripts? The JSL debugger is cool to debug jsl code.But different to the standard scripting window, in the graphlet code window, there is no Debug button.Would be cool to have one. Clear, would be necessary to hover over an item in the plot to trigger the generation of a graphlet ...

    hogi hogi
    Discussions |
    Aug 11, 2021 1:57 AM
    955 views | 1 replies
  • Graph Builder Preferences

    In JMP16 when using the Graph Builder the axis settings for numeric continuous linear data type seems to default to "Fixed Dec"  does anyone know how to modify this?  I would like it to default to "Best".  This happens regardless of how to the modeling type is set in the column properties. In JMP 15 I believe it always defaulted to "Best"?  This is very irritating, I can't seem to find any Prefere...

    drobins drobins
    Discussions |
    Aug 10, 2021 2:24 PM
    1580 views | 1 replies
  • Can I Create a Linked Summary Table?

    Hi All, I apologize if I am trying to do something not appropriate for JMP, but I was trying to leverage JMP as a database to store a lot of material property data.   I use individual JMP tables to visualize/analyze data, but will have some users of the data that would like to pull up a material summery table that captures means/standard deviations of the different properties I've measured. For ex...

    Numbrfor Numbrfor
    Discussions |
    Aug 10, 2021 2:23 PM
    1490 views | 2 replies
  • is it possibile to calculate +/- 3sd.

    I have a data set that i wanted to calculate mean, sd, and calculate +/- 3SD to set a range for the data set. how can i do that in jmp

    rnaqvi28 rnaqvi28
    Discussions |
    Aug 10, 2021 10:45 AM
    1818 views | 3 replies
  • Stop JMP from trimming whitespace

    If I put a text string with trailing whitespace in a character column of a data table it appears that JMP automatically trims that whitespace away. Is there any way of preventing that from happening?

    JPKO JPKO
    Discussions |
    Aug 10, 2021 6:26 AM
    1597 views | 3 replies

Latest Discussions

  • 请问JMP有哪些模型可以用于预测股票价格的未来走势?

    这是个异想天开的问题: 大家都说股票价格的未来走势预测是艺术、不是科学。
    但我还是想看看JMP具体哪里模型能用于这方面。  我尝试过使用决策树、随机森林、xgboost。
    还使用了DOE制作了均匀试验表来进行分类统计。
    虽然这不是一个很好的问题、但还是非常期待专家们的回答。非常感谢!

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    702 views | 0 replies
  • Categorizing term lists for Word Cloud display and/or filtering

    Hi all, I have a word cloud based on unstructured text from journal articles. Many of these terms fall into common categories, e.g.: 1) tree species, 2) bird species, or 3) geographic locations. Many of these grouped terms are relevant to my user group, but difficult to locate amongst the large number of terms in my corpus (particularly when uncommon terms don't show up in the Word cloud). I was w...

    caseylott caseylott
    Discussions |
    Jul 29, 2021 12:32 PM
    893 views | 0 replies
  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1249 views | 0 replies
  • Graphlet disappearing after filtering through a null set

    Have a tool I built that has a series of graphlets in them.  Noticed some odd behavior.  The top-level graph has a local data filter.  Some combinations of that data filter will result in no data.  When I filter to a no-data set, then expand back to a set with data, the graphlet no longer exists.  Any ideas on how to retain the graphlets after filtering?

    Evan_Morris Evan_Morris
    Discussions |
    Jul 12, 2021 10:28 AM
    851 views | 0 replies
  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1470 views | 0 replies
view all discussions