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

  • How does one perform Bitwise operations in JMP formulas?

    Hi, I imagine this is simply an issue in which I am not finding the correct formula option but how does one perform basic bitwise operations in a JMP formula? e.g. Here's an example Python example that I would like to replicate in JMP: lambda x: ((((x>>1)&0x1))<<2) thanks, Ross

    docrossus docrossus
    Discussions |
    Jul 11, 2024 3:18 PM
    3893 views | 6 replies
  • Convert a string to a list

    Hello,   Is there any builtin function to convert a string to a list? For example, I have a string "abcd1234cdef5678" and I want it to be converted to {"abcd", "1234", "cdef, "5678""}.     Thanks! Ahmad

    aumair aumair
    Discussions |
    Jul 11, 2024 11:41 AM
    14424 views | 8 replies
  • Create a New Column and Add Notes

    I find the Notes property in a JMP column useful as a means to automatically add labels to the resulting graphs.  The issue I'm having relates to generating new data columns related to parent columns and having the parent Notes automatically apply across.  In the script below, I had hoped that the line  << set property( "Notes", Notes );would do the trick but I'm missing something.  Here's the mai...

    SpannerHead SpannerHead
    Discussions |
    Jul 11, 2024 8:18 AM
    988 views | 2 replies
  • fitting truncated data to a continuous distribution

    Suppose I have a sample of data that I believe are sampled from a Cauchy distribution. Let's suppose it's symmetrical about 0. However, let's suppose my observations are truncated to the range (0,2). So, I am seeing only a relatively limited view of data. I generated some Cauchy (0,2) random variates and truncated the data table to show only those between 0 and 2: Is there any way to fit this data...

    GregChesterton GregChesterton
    Discussions |
    Jul 11, 2024 6:34 AM
    3212 views | 7 replies
  • Is an embedded, interactive contour plot possible?

    Hi everyone,  (I'm a JMP Pro 17 user). The project I'm working on specifically seeks to embed an interactive contour plot within a website GUI. However, exporting a contour plot as Interactive HTML with Data specifically throws a message stating "Interactive HTML is partially implemented for this report." The log also states specifically "Interactive HTML: Contour plots are not interactive." It fe...

    CircularHazard2 CircularHazard2
    Discussions |
    Jul 11, 2024 5:59 AM
    910 views | 1 replies

Latest Discussions

  • How does one perform Bitwise operations in JMP formulas?

    Hi, I imagine this is simply an issue in which I am not finding the correct formula option but how does one perform basic bitwise operations in a JMP formula? e.g. Here's an example Python example that I would like to replicate in JMP: lambda x: ((((x>>1)&0x1))<<2) thanks, Ross

    docrossus docrossus
    Discussions |
    Jul 11, 2024 3:18 PM
    3893 views | 6 replies
  • fitting truncated data to a continuous distribution

    Suppose I have a sample of data that I believe are sampled from a Cauchy distribution. Let's suppose it's symmetrical about 0. However, let's suppose my observations are truncated to the range (0,2). So, I am seeing only a relatively limited view of data. I generated some Cauchy (0,2) random variates and truncated the data table to show only those between 0 and 2: Is there any way to fit this data...

    GregChesterton GregChesterton
    Discussions |
    Jul 11, 2024 6:34 AM
    3212 views | 7 replies
  • Draw a rectangle but X and Y are in the same column

    I need to draw some rectangles, similarly to what is shown in this replyIn my case i have data organized differently: Parameter ValueX                1Y                2 Is there a simple way withouth splitting the row in X and Y columns?Thank you 

    Zack94 Zack94
    Discussions |
    Jul 11, 2024 3:16 AM
    2302 views | 8 replies
  • prevent reopen new JMP17 at each file i open

    HelloI have JMP17, every time i open JMP file it open me another jmp apllication intead opened only the table Thanks 

    yguetta yguetta
    Discussions |
    Jul 10, 2024 10:48 PM
    759 views | 2 replies
  • How do values from model report relate to the prediction profiler trends?

    When analyzing the results from a DoE, I have noticed that the values from the model report for a given factor do not make intuitive sense with the trends in the prediction profiler. For example, some factors have a value of "0" in the Model Report > Total Sensitivity, but then the prediction profiler shows a trend (bell curve, for example) implying that there is a clear impact on the response val...

    MDRyan MDRyan
    Discussions |
    Jul 10, 2024 12:20 PM
    1729 views | 4 replies

Latest Discussions

  • Feedback : 404 page for adobe svg plugin

    Setup : JMP 17.0.0 on Win11.I create boxplots and export to HTML (default graphics format = SVG).
    On line 16 of the html file, there is an autogenerated link to adobe :pluginspage="http://www.adobe.com/svg/viewer/install/"This webpage doesn't exist and I think the Adobe SVG Viewer is not available anymore, so the above link should be removed.https://web.archive.org/web/20121221000422/http://www.ado...

    kkchen kkchen
    Discussions |
    Jul 7, 2024 10:33 PM
    616 views | 0 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    765 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    536 views | 0 replies
  • Questions about Calculating Confidence Intervals in "Agreement within Raters" - Attributive Analyses

    Hello everyone, I am currently analyzing "Agreement within Raters" and would like to better understand how these confidence intervals are calculated. My main questions are:What steps or methods are used to calculate confidence intervals in "Agreement within Raters" of Attributive analyses?Which statistical distribution is typically used for these calculations? Could anyone recommend some literatur...

    DToniato DToniato
    Discussions |
    Jun 26, 2024 6:03 AM
    637 views | 0 replies
  • Creating a biomarker combination variable

    Hi. I want to analyze how well two biomarkers work together in the detection of diseased from healthy and compare the combination to the single markers. I have previously done such analysis in SPSS using binary logistic regression and then simply running ROC-analysis for single markers and combination. With JMP I cannot find how to combine two biomarkers using a logistic regression analysis. Could...

    kahuhti kahuhti
    Discussions |
    Jun 25, 2024 11:56 PM
    593 views | 0 replies
view all discussions