cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Minimzation function error: "Convergence FAILURE: CANNOT DECREASE OBJECTIVE FUNCTION"

    I am working on a project in JMP 16, where I use the “Minimize”-function. When running the function I often encounter the error “Convergence FAILURE: CANNOT DECREASE OBJECTIVE”. Looking at the final results of the script, they are as expected. It therefore seems that the error has little influence on the final results. However, to ensure the validity of the script, I would still like to know the r...

    LouisMeyer LouisMeyer
    Discussions |
    Feb 14, 2021 11:26 AM
    2479 views | 5 replies
  • Date column not sorting as it is a character

    I have a dataset and trying to sort by date.
    I am having issues I have tried to informat the column as it been read in as a character.But with no success. Have attached the dataset without the informat

    jearls11 jearls11
    Discussions |
    Feb 14, 2021 9:29 AM
    2706 views | 3 replies
  • 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
    2234 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
    1292 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
    1407 views | 1 replies

Latest Discussions

  • Minimzation function error: "Convergence FAILURE: CANNOT DECREASE OBJECTIVE FUNCTION"

    I am working on a project in JMP 16, where I use the “Minimize”-function. When running the function I often encounter the error “Convergence FAILURE: CANNOT DECREASE OBJECTIVE”. Looking at the final results of the script, they are as expected. It therefore seems that the error has little influence on the final results. However, to ensure the validity of the script, I would still like to know the r...

    LouisMeyer LouisMeyer
    Discussions |
    Feb 14, 2021 11:26 AM
    2479 views | 5 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
    1292 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
    1852 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
    949 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
    1158 views | 1 replies

Latest Discussions

view all discussions