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

  • Create prediction expression display based on column formula

    I would like to create a formatted prediction expression, based on a column formula, in a custom report window.  When I fit a linear model using Fit Least Squares, in the model report, I can turn on the display of the prediction expression, which displays a formatted "picture" view of the equation. I can then save the equation to the data table as a column with a formula.   Now I want to select th...

    MathStatChem MathStatChem
    Discussions |
    Feb 13, 2021 11:04 AM
    2200 views | 4 replies
  • Contour plot "Unable to make graph from this data set"

    I have exactly the same issue as this unresolved post from 2015.I'm trying to make multiple contour plots in the exact same way I have successfully made them before, but with certain datasets it won't work even though the data is formatted the same way. I get an error that says "JMP Alert: Unable to make graph from this data set." In the same way the other post mentions, if I switch which data goe...

    rbadz rbadz
    Discussions |
    Feb 13, 2021 6:18 AM
    1272 views | 2 replies
  • Save Log Window To File, Append If File Exists

    Is there a way in JSL to save contents of log window to a file and if the file exists, append to it rather than overwrite itSave Log("$myroot/Log_File.txt");

    ravi_sasjmp ravi_sasjmp
    Discussions |
    Feb 12, 2021 10:21 PM
    1377 views | 1 replies
  • Custom DLLs for use in JSL

    I want to use the Load DLL() with my own DLL built in Visual Studio. Has anyone done this successfully?Where can I find sample source code for that shows how to do this on the DLL side.

    phillipmilne phillipmilne
    Discussions |
    Feb 12, 2021 10:47 AM
    2776 views | 5 replies
  • How do I save a data table to TXT without column names?

    Hello everyone:How do I save a data table to TXT without column names?Thank you!

    lwx228 lwx228
    Discussions |
    Feb 12, 2021 8:40 AM
    11093 views | 6 replies

Latest Discussions

  • Contour plot "Unable to make graph from this data set"

    I have exactly the same issue as this unresolved post from 2015.I'm trying to make multiple contour plots in the exact same way I have successfully made them before, but with certain datasets it won't work even though the data is formatted the same way. I get an error that says "JMP Alert: Unable to make graph from this data set." In the same way the other post mentions, if I switch which data goe...

    rbadz rbadz
    Discussions |
    Feb 13, 2021 6:18 AM
    1272 views | 2 replies
  • Using Fit Censored for other distributions?

    Hi.  I'm interested in using the Fit Censored() function to fit distributions to my data.  So far it appears I can fit only to these distributions though: Weibull, LogNormal, LogLogistic, Frechet, SEV, Normal, Logistic, and LEV. My question: is there a way to fit to JohnsonSU/SL/SB or normal multimodal using this function?  For example, this script returns an error for me:Names Default To Here(1);...

    nikles nikles
    Discussions |
    Feb 12, 2021 5:35 AM
    1806 views | 4 replies
  • JMP14 slower than JMP12 for CSV data loading and manipulation.

    Hi,  when using jmp14, and running one of the scripts I typically use with JMP12 (which basically loads multiple csv files and does some filtering and concatenating into one final big jmp file) runs much slower than with jmp12. The larger the csv files the larger the difference in speed.  I was wondering if there is some fundamental change in JMP14 that would explain this. I'll try to figure where...

    eduardoangeles eduardoangeles
    Discussions |
    Feb 11, 2021 10:52 AM
    921 views | 1 replies
  • How to auto-run attached scripts on a table pulled from database

    Following code will attach all jsl scripts in c:\work directory to the table dt.  Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j...

    Dib-Dey Dib-Dey
    Discussions |
    Feb 10, 2021 5:33 PM
    1118 views | 1 replies
  • Lineup box disappears upon Save as Report MyReport.jrp

    I have a script that creates a window with three tabs.  The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );All the graphs generated by the loop are appended with:vlb << Append( Graph Builder("graph stuff here");At the end everything looks as expected two...

    ALopez ALopez
    Discussions |
    Feb 10, 2021 12:25 PM
    2150 views | 4 replies

Latest Discussions

view all discussions