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

  • Temp Files? Can I configure JMP?

    Does JMP create temp files while saving large files? I keep getting an I/O not enough disk space error message when I try to save a file. I am saving a very large file to an external server with lots of free space, so I know there's disk space. However, my copy of JMP resides on a hard drive with no space (maybe 0.5% available; C:). I'm thinking that this is the problem. My computer has another dr...

    jswislar jswislar
    Discussions |
    Jan 14, 2022 8:03 AM
    7066 views | 5 replies
  • 如何用脚本下载这个网站的查询结果?

    这个是其他语言的代码、要如何修改才能工作?谢谢大家!Sub West() Dim result, antistop, Values As Variant, i, j, x, y, cnt Dim Json As Object cnt = Range("b1") & "" antistop = "{""question"":""ROE>20"",""perpage"":" & cnt & ",""page"":9,""secondary_intent"":""stock"",""log_info"":""{\""input_type\"":\""click\""}"",""source"":""Ths_iwencai_Xuangu"",""version"":""2.0"",""query_area"":"""",""block_list"":"""",""a...

    lala lala
    Discussions |
    Jan 14, 2022 5:37 AM
    1366 views | 4 replies
  • How to add an interactive Color by Column selection to Graph Builder?

    I have a script (in JMP 16.2) that creates a Graph Builder with a column switcher, and I want to add a feature to allow selecting (interactively or up front) a column (or columns) by which to color the points. I've searched and not found an example.

    tim_reeves tim_reeves
    Discussions |
    Jan 14, 2022 3:56 AM
    769 views | 2 replies
  • Kaplan-Meier Analysis

    Hi everyone, I would like to conduct a Kaplan-Meier Survivorship analysis with JMP (version 15.2.1). I want the confidence intervals to be calculated with the Greenwood log-log approach. But I am not sure which formula JMP uses and I cannot find anything about that.Does anyone know if the upper and lower 95% values in the JMP survival analysis is calculated with the Greenwood log-log approach? If ...

    ConstructFish94 ConstructFish94
    Discussions |
    Jan 13, 2022 11:27 PM
    2471 views | 6 replies
  • German study on mining Der Spiegel online text

    There is a video on this topic by a well-known German JMP user, Deavid Kreisel.   I have attemped to call this up from the Community posting, but this response:Session ID: 2022-01-13:1688efd58138745f4b3449b8 Player Element ID: player-af87fa889d81998c03cd3b0c261e2a97 Essentially the piece is unavailable.  Is there another source? JMP 16 Pro.

    LNitz LNitz
    Discussions |
    Jan 13, 2022 12:56 PM
    730 views | 1 replies

Latest Discussions

  • Temp Files? Can I configure JMP?

    Does JMP create temp files while saving large files? I keep getting an I/O not enough disk space error message when I try to save a file. I am saving a very large file to an external server with lots of free space, so I know there's disk space. However, my copy of JMP resides on a hard drive with no space (maybe 0.5% available; C:). I'm thinking that this is the problem. My computer has another dr...

    jswislar jswislar
    Discussions |
    Jan 14, 2022 8:03 AM
    7066 views | 5 replies
  • 如何用脚本下载这个网站的查询结果?

    这个是其他语言的代码、要如何修改才能工作?谢谢大家!Sub West() Dim result, antistop, Values As Variant, i, j, x, y, cnt Dim Json As Object cnt = Range("b1") & "" antistop = "{""question"":""ROE>20"",""perpage"":" & cnt & ",""page"":9,""secondary_intent"":""stock"",""log_info"":""{\""input_type\"":\""click\""}"",""source"":""Ths_iwencai_Xuangu"",""version"":""2.0"",""query_area"":"""",""block_list"":"""",""a...

    lala lala
    Discussions |
    Jan 14, 2022 5:37 AM
    1366 views | 4 replies
  • How to add an interactive Color by Column selection to Graph Builder?

    I have a script (in JMP 16.2) that creates a Graph Builder with a column switcher, and I want to add a feature to allow selecting (interactively or up front) a column (or columns) by which to color the points. I've searched and not found an example.

    tim_reeves tim_reeves
    Discussions |
    Jan 14, 2022 3:56 AM
    769 views | 2 replies
  • German study on mining Der Spiegel online text

    There is a video on this topic by a well-known German JMP user, Deavid Kreisel.   I have attemped to call this up from the Community posting, but this response:Session ID: 2022-01-13:1688efd58138745f4b3449b8 Player Element ID: player-af87fa889d81998c03cd3b0c261e2a97 Essentially the piece is unavailable.  Is there another source? JMP 16 Pro.

    LNitz LNitz
    Discussions |
    Jan 13, 2022 12:56 PM
    730 views | 1 replies
  • Issue with heatmap saved as PDF (or HTML) from a journal in JMP16 (works fine in JMP13).

    I am evaluating JMP 16 for my work to test if we could upgrade from JMP13. The function below (written on JMP13) takes values from the test data table column "colName" with measured parameter name "paraName" and plots a heatmap using WaferXCordinate and :WaferYCordinate columns also in the same data table.  Names Default To Here (1); getHeatMap = Function({paraName, colName}, {distHeatMap}, New Wi...

    Neo Neo
    Discussions |
    Jan 13, 2022 8:58 AM
    1267 views | 4 replies

Latest Discussions

  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    557 views | 0 replies
  • separating labelled values from graph points

    I have looked in the scripting help section and all over this community and haven't found a solution for my problem so hopefully someone can help. I have a graph containing two trend lines and a bar graph and want to label the values of each point but when I set the labels both values show up on each trend line and I can't figure out how to separate the labels. I tried stacking the labelled column...

    Cdougz Cdougz
    Discussions |
    Dec 31, 2021 7:38 AM
    697 views | 0 replies
  • Expand Contours

    Hi, 

    I understand that the contouring is done based on triangulation to data points, but is there a method for expanding them further to fit a custom SHP file I've imported into JMP? I've already set the alpha and the lowest value so the contour should cover the, 'most', area. Any other methods? Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Dec 15, 2021 12:49 PM
    562 views | 0 replies
  • Getting all Zeros for the AR(1) estimate/std error in a Repeated Measures Mixed Model Using JMP Pro

    I am fitting a model of a continuous response against 7 fixed effects. When running the Standard Least Squares; my residuals plots/assumptions checks don't look too bad but the Durbin Watson test is suggesting an AR(1) structure in the residuals. This is expected for this particular analysis and is consistent with other data sets looking at the same response/factors. The Time Series platform also ...

    lisa2442 lisa2442
    Discussions |
    Dec 14, 2021 7:32 AM
    681 views | 0 replies
  • Export Functional Data Explorer prediction formula

    Hi,I want to export the prediction formula generated by Functional Data Explorer either to Excel or Python (via Formula Depot), but there is a problem because the formula contains P Spline Coef() interpolation, which I think is not available in Excel or in Python libraries. Do you have any suggestions how to solve this?Best regards

    ruskicar ruskicar
    Discussions |
    Dec 14, 2021 2:11 AM
    673 views | 0 replies
view all discussions