cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • building multiple neural network models

    I am using the neural platform to make predictions, and, being new to neural networking, I am only slightly familiar with all the input parameters: number of hidden layers, number of nodes/hidden layer, boosting models, learning rate, and tours. What I want to do is try to minimize RMSE and the validation model misclassification rate. What I've been doing is iteratively changing each parameter one...

    abmayfield abmayfield
    Discussions |
    Oct 25, 2021 2:16 PM
    23723 views | 60 replies
  • Fit straight lines to multiple plotted charts and display equation

    I need to do a linear fit on my data plotted as multiple graphs similar to shown in the attached example. I am still learning JMP so do not know how to do linear fit on each plotted graph and display the equation on it. Any help is appreciated. 

    Neo Neo
    Discussions |
    Oct 25, 2021 2:03 PM
    2339 views | 3 replies
  • Script editor - turn off quote completion?

    In JMP Pro 15.2.0, whenever I type a quote character - " - JMP inserts another. But the cursor is left at the end of the line. After I type a quote, this is what i have (with | being the cursor position): ""| I then have to backspace once so I can start typing the text for the string literal.Of course, when I go to close the string literal, it happens again:""|I have to backspace once again to get...

    blackeneth blackeneth
    Discussions |
    Oct 25, 2021 1:52 PM
    1569 views | 2 replies
  • Help with JSL file run method

    Can I create a JSL which runs with the excel file stored in the same folder as the JSL file ? I have to analyze various output files, all of the output files are stored in different folders , but has the same columns and analyzing method.Can I create a JSL file which when copied to the source folder and ran it runs the excel file (output file) in that folder?

    hs2021 hs2021
    Discussions |
    Oct 25, 2021 11:45 AM
    798 views | 1 replies
  • Beginner : Help with opening single worksheet and worksheet setting

    I have this script which allows me to select the worksheet as well as set the worksheet settings when I put in the file path : Open( "$DESKTOP/JMP practice/Practive_1.xlsx", Worksheets( "Data_1" ), Use for all sheets( 1 ), Concatenate Worksheets( 0 ), Create Concatenation Column( 0 ), Worksheet Settings( 1, Has Column Headers( 1 ), Number of Rows in Headers( 1 ), Headers Start on Row...

    hs2021 hs2021
    Discussions |
    Oct 25, 2021 11:21 AM
    1524 views | 3 replies

Latest Discussions

  • Script editor - turn off quote completion?

    In JMP Pro 15.2.0, whenever I type a quote character - " - JMP inserts another. But the cursor is left at the end of the line. After I type a quote, this is what i have (with | being the cursor position): ""| I then have to backspace once so I can start typing the text for the string literal.Of course, when I go to close the string literal, it happens again:""|I have to backspace once again to get...

    blackeneth blackeneth
    Discussions |
    Oct 25, 2021 1:52 PM
    1569 views | 2 replies
  • Help with JSL file run method

    Can I create a JSL which runs with the excel file stored in the same folder as the JSL file ? I have to analyze various output files, all of the output files are stored in different folders , but has the same columns and analyzing method.Can I create a JSL file which when copied to the source folder and ran it runs the excel file (output file) in that folder?

    hs2021 hs2021
    Discussions |
    Oct 25, 2021 11:45 AM
    798 views | 1 replies
  • fit measure for quantile regression

    Does anyone know how to find the pseudo r-square for a quantile regression? Or, is there a better measure of model fit or explanatory power at different quantiles? All I see are: AICc, BIC, and Generalized RSquare (e.g., -165?).

    fever fever
    Discussions |
    Oct 25, 2021 11:05 AM
    907 views | 1 replies
  • Starting values for Structural Equation Models

    Hello, I am really enjoying the JMP Pro 16 SEM Platform - thank you to the development team for all the hard work and effort you have put into it, and the community for raising excellent suggestions for additions (e.g., "Assess Measurement Model"). Is there a way to specify starting values for parameters in the SEM platform? I am trying to implement the Comprehensive CFA Marker Technique suggested...

    bsam12 bsam12
    Discussions |
    Oct 25, 2021 10:50 AM
    863 views | 1 replies
  • Unterschied Konfidenzintervalle im Prediction Profiler und im Model leverage Plot

    Hallo, ich habe ein Verständnisproblem mit den Konfidenzintervallen im model leverage plot und dem prediction profiler. Ich dachte, dass mir beide Diagramme den Mittelwert der Vorhersage und das zugehörige (95 %-)Konfidenzintervall für meine Zielgröße anzeigen. Deshalb bin ich auch davon ausgegangen, dass wenn mein beobachteter Zielgrößenwert im vorhergesagten Intervall liegt, der entsprechende Pu...

    Al24 Al24
    Discussions |
    Oct 25, 2021 8:06 AM
    1135 views | 1 replies

Latest Discussions

  • how can I use structural equation model to make predictions?

    Hi, I built a structural equation model and it works well. I would like use the model to make some predictions. Basically, what I want to do is to change the value of a variable and then JMP can calculate the values of other variables. Is there any way i can output the model equation so that I can use it to predict? Thanks.

    lujc07 lujc07
    Discussions |
    Oct 22, 2021 11:54 AM
    718 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    686 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    643 views | 0 replies
  • world map server compatibility

    I have successfully used 1-2 world map servers in the past through GraphBuilder but am encountering issues recently (JMP Pro 16). I can't figure out if it's something on my/JMP's end, or the WMS themselves. For instance, the US government has all these presumably WMS-like mapping products:  Note: tiled services may show up as Web Map Tile Service (WMTS), rather than WMS. Most software that can loa...

    abmayfield abmayfield
    Discussions |
    Oct 22, 2021 4:56 AM
    743 views | 0 replies
  • Preserving JMP Data Table Hyperlinks when Tables are Saved in Excel Format

    At the risk of blasphemy, I am trying to figure out how to save a table that has hyperlinks for all data in a column in an Excel file, where the hyperlinks are still functional. I pull a lot of Excel data into JMP for faster data analysis and can add hyperlinks to entries in JMP columns. I can save the resulting charts as picture files and raw data files that can be read in Excel, but would also l...

    JensRiege JensRiege
    Discussions |
    Oct 15, 2021 3:39 PM
    755 views | 0 replies
view all discussions