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

  • Need help with data normalization

    I have a simple table and Im trying to normalize the Voltage for each SN. I want to divide the voltage data by the first voltage value for each SN. For example,for SN = A, Normalized Voltage = 26.75/26.75 = 1, 27.21/26.75, 27.57/26.75, 26.93/26.75,for SN = B, Normalized Voltage = 26.52/26.52 = 1, 26.71/26.52 and so on..... Is there a way to do this using the row and column functions in jmp? or is ...

    sumanthcb141977 sumanthcb141977
    Discussions |
    Dec 1, 2022 12:20 PM
    1714 views | 4 replies
  • JMP 16 automation *much* slower than JMP 15

    Details:
    I am seeing poor automation performance JMP 16 vs JMP 15. Compared to JMP 15 (Tested 15.21)   Sample C# code at bottom: (C# .NetFramework) using the JMP.tbl reference for automation Key Line of code: (From C# JMP automation) jmpDT.NewColumn("MyData", JMP.colDataTypeConstants.dtTypeNumeric, 0, 8).SetDataVector(MyData);   This adds a column of data to the JMP datatable from an array (MyData)...

    ChrisM_X ChrisM_X
    Discussions |
    Dec 1, 2022 11:17 AM
    1069 views | 1 replies
  • Create HTML table with hyperlinks

    Hello,I have a data table, one of the column values has values with hyperlink, I used "event handler" to create it.
    I am trying to export it to an Interactive HTML report but when I do, I loose the hyperlink and get only the values.Is there any way to get HTML with working hyperlinks?jrnl=dt<<journal; zippy=current journal(); zippy<<Save Interactive HTML ("\\Temp\Tasks.HTML"); 

    ileshem ileshem
    Discussions |
    Dec 1, 2022 11:02 AM
    1998 views | 2 replies
  • impute missing values in principal components / multivariate analysis

    The help files online state "...click the Multivariate red triangle and select Impute Missing Data."  where/what tf is the multivariate red triangle? Maybe a better question is... in JMP pro 16, how, specifically, do i impute missing values (other than the canned estimation methods) in the principal components dialog box?Thanks!  

    Krähenkopf Krähenkopf
    Discussions |
    Dec 1, 2022 10:44 AM
    1647 views | 2 replies
  • Convert every number in a list or matrix to strings

    Hi everyone, just out of curiosity, I wonder if there is a way to convert every numbers in a list to strings? For eg, I have a list: listsss = {1, 4, 56, 72, 8, 9, 10}; and I want to convert them into: listsss = {"1", "4", "56", "72", "8", "9", "10"}; Is there any way to do it by JSL? Any comments will be appreciated. Thank you!

    reallyneedhelp reallyneedhelp
    Discussions |
    Dec 1, 2022 9:11 AM
    8587 views | 3 replies

Latest Discussions

  • impute missing values in principal components / multivariate analysis

    The help files online state "...click the Multivariate red triangle and select Impute Missing Data."  where/what tf is the multivariate red triangle? Maybe a better question is... in JMP pro 16, how, specifically, do i impute missing values (other than the canned estimation methods) in the principal components dialog box?Thanks!  

    Krähenkopf Krähenkopf
    Discussions |
    Dec 1, 2022 10:44 AM
    1647 views | 2 replies
  • JMP 16.2 Table summary not sorting data

    Hi want to report a big in JMP16.2 when you do a Table Summary eg by ID and date it is not sorting data per selection  Note have TEST_DATE col set as format d/m/y h:m:s. I also noticed it works fine if you use table-->sort but using table-->summary and sort arrows it isnt working.  

    PolygonGames864 PolygonGames864
    Discussions |
    Dec 1, 2022 8:15 AM
    913 views | 2 replies
  • Cannot generate Python Code for Boosted Neural Net model. Why?

    After saving to the Formula Depot. I can generate C and Java code but not Pyhton code for my Boosted Neural Net model. Why?I only get commented lines   def score(indata, outdata):
    # Original name was: 'xxxxxxxx'
    # Original name was: 'yyyyyyyy'

    rosen0 rosen0
    Discussions |
    Dec 1, 2022 7:22 AM
    1571 views | 4 replies
  • How to build RGB colorscale as color theme for Graph Builder

    Hi,I am analyzing some data through a script. In particular, I have three variables, namely A, B and C, and they represent three properties of a picture. To plot the picture in function of these three properties, I'm used to color the different rows using the Row State property: For each row( dt,Color Of() = RGB Color(:A, :B, :C) ); In this way, each point/row has a RGB color 1:1 matching the valu...

    EliPet EliPet
    Discussions |
    Dec 1, 2022 7:11 AM
    1546 views | 2 replies
  • python code

    Hello, I need the following file if someone can share it with me as I no longer have access to my installation package. If someone can kindly send it to me : sabrina.piedimonte@uhn.caI need this pacakge: jmp_score.pyfound in: The file jmp_score.py that is needed to run your Python scoring application can be found in the Scoring/Python folder in your JMP installation folder. When deploying your mod...

    SabrinaP SabrinaP
    Discussions |
    Nov 30, 2022 1:10 PM
    2872 views | 6 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit.  However, when I run the 'Simulator' with equal experimental variables as above, and after adding ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    836 views | 0 replies
  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    665 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    677 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1176 views | 0 replies
  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    724 views | 0 replies
view all discussions