cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Combine stacked tables

    hi all,I have stacked a table 12 times. Now I want to combine all the tables into one file. Is it possible? I tried concatenate but other columns where not being included. Is there any other ways to do this? Thanks!

    UserID16644 UserID16644
    Discussions |
    Aug 2, 2021 8:55 PM
    1278 views | 5 replies
  • How to set graph size when export to PPT by JSL (graph builder)

    Hello, I am a beginer of jsl . I have one question about setting picture size when saving to PPT.  Below script does work when I was trying to save a bivariate graph.  Names Default To Here( 1 ); Open( "$SAMPLE_DATA/Big Class.jmp" ); biv = bivariate( y( :weight ), x( :height ), Group By(:sex), Fit Line({report(0)}) ); rbiv = biv << report; rbiv[Framebox(1)] << row legend(:sex, color(1), marker(1))...

    LIANGYAHAN LIANGYAHAN
    Discussions |
    Aug 2, 2021 7:13 PM
    1580 views | 2 replies
  • Interpretation of leverage plots

    Compare the model leverage plots below. In the first, the x-values are being offset from their actual values, which is not happening in the second.The only difference between the two is that I've changed one number - table attached. The 214 in Factor 2 become 185 so that the two leftmost and two rightmost x-values in each plot are equal.From reading the help guides I'm guessing the offset is somet...

    HarriBradbeer HarriBradbeer
    Discussions |
    Aug 2, 2021 2:40 PM
    5617 views | 3 replies
  • How to trace dependent variables in JMP

    Is there a means to trace dependent variables in JMP equations in a data table similar to how it can be completed in Excel?

    cdburton cdburton
    Discussions |
    Aug 2, 2021 2:29 PM
    907 views | 2 replies
  • Deleting Specific Column after closing Graph Builder

    Hello,  Currently I have code that populates a data table with a new column containing a formula. This column is then used as overlay in graph builder. I was wondering if there is a way to delete this column (with the formula) once the user exits out of the graph builder. Thank you for the help!Names Default To Here (1); dt = Current Data Table(); // first program program1 = function({}, show("f...

    ozs02 ozs02
    Discussions |
    Aug 2, 2021 11:49 AM
    1201 views | 4 replies

Latest Discussions

  • Combine stacked tables

    hi all,I have stacked a table 12 times. Now I want to combine all the tables into one file. Is it possible? I tried concatenate but other columns where not being included. Is there any other ways to do this? Thanks!

    UserID16644 UserID16644
    Discussions |
    Aug 2, 2021 8:55 PM
    1278 views | 5 replies
  • How to set graph size when export to PPT by JSL (graph builder)

    Hello, I am a beginer of jsl . I have one question about setting picture size when saving to PPT.  Below script does work when I was trying to save a bivariate graph.  Names Default To Here( 1 ); Open( "$SAMPLE_DATA/Big Class.jmp" ); biv = bivariate( y( :weight ), x( :height ), Group By(:sex), Fit Line({report(0)}) ); rbiv = biv << report; rbiv[Framebox(1)] << row legend(:sex, color(1), marker(1))...

    LIANGYAHAN LIANGYAHAN
    Discussions |
    Aug 2, 2021 7:13 PM
    1580 views | 2 replies
  • Interpretation of leverage plots

    Compare the model leverage plots below. In the first, the x-values are being offset from their actual values, which is not happening in the second.The only difference between the two is that I've changed one number - table attached. The 214 in Factor 2 become 185 so that the two leftmost and two rightmost x-values in each plot are equal.From reading the help guides I'm guessing the offset is somet...

    HarriBradbeer HarriBradbeer
    Discussions |
    Aug 2, 2021 2:40 PM
    5617 views | 3 replies
  • How to trace dependent variables in JMP

    Is there a means to trace dependent variables in JMP equations in a data table similar to how it can be completed in Excel?

    cdburton cdburton
    Discussions |
    Aug 2, 2021 2:29 PM
    907 views | 2 replies
  • Save distribution to power point

    Hi I try to save distribution plot into the .pptx. it does save however, it come into 3 pages for each plot ( pg 1 distribution, pg 2 quantiles, pg 3 summary statistics).is there a way to combine all that into 1 pages ?  names default to here (1); dt = current data table(); plot = Distribution( Stack( 1 ), Continuous Distribution( Column( :Q1'22 POR Fcst $ ), Horizontal Layout( 1 ), Vert...

    yanee yanee
    Discussions |
    Aug 2, 2021 11:34 AM
    625 views | 1 replies

Latest Discussions

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

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

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    566 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
    678 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
    1007 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
    675 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
    1264 views | 0 replies
view all discussions