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

  • Print a list and export as txt file

    Would this be possible with JSL?For convenience sake I would like it to be printed out into a seperate txt file. My scuffed solution would be to print it into the debug log which would also work but you'd have to go into the debug mode everytime you want to look up something.dt = Current Data Table(); L = dt << Get Column Names(String); for(i = 1, i < N items(L)+1, i++, Print(L[i],i); // prints th...

    Lien Lien
    Discussions |
    Aug 10, 2022 5:00 AM
    1835 views | 1 replies
  • Deploying JMP in an enterprise environment?

    We use JMP as single install on user PCs. We have developed a JMP add-in that we would like to deploy to a larger group of users. Since the add-in would require each user to be individually setup for ODBC connectivity (for database queries), our IT dept would like an alternative option.  IT were surprised that JMP don’t have an Enterprise Edition for large deployments and (being unfamiliar with JM...

    kom kom
    Discussions |
    Aug 10, 2022 3:23 AM
    6878 views | 14 replies
  • Compile multiple .html files generated from JSL script in web report

    Hi,I've run a continuous script & save 6 charts as individual file (.html).How do I combined my 6 html files into 1 web report (something like this JMP sample)?I checked the scripting index, it gives below script but my script and data table change to generate the 6 charts & files.So, when I tried to fit in below script into my script, the charts did not show correctly as I wanted to.Names Default...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Aug 10, 2022 2:54 AM
    1317 views | 1 replies
  • How to customize control limit in RunChart with alarm after 3 consecutive points beyond the target

    Hello experts,I'm having problem to build a Run-chart for attribute (defect %) which will trigger a warning after 3 consecutive points above target defect %.For example below are the images from Control chart builder.I use P-chart to monitor every group defect %.Based on JMP calculation, only Test 1 (Test beyond limit) trigger due to 1 point exceed Zone AThe calculated limit / zones A,B,C are very...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Aug 10, 2022 1:22 AM
    2166 views | 6 replies
  • How to change all profiler axis settings at once?

    I expected all axes in DoE profiler to change when I press crtl before going into the axis settings but this doesn't work. How do I do this? A gif of what I'm trying to do. I'm pressing ctrl+alt before going to the axis settings. The changes are only applied to my "spotEnergy" factor. 

    mvanderaa1 mvanderaa1
    Discussions |
    Aug 10, 2022 1:22 AM
    1270 views | 1 replies

Latest Discussions

  • How to preserve or recreate Combined Prediction Profiler color shading?

    If I run the Fit Modelplatform, the "Combined Prediction Profiler" in the resulting Fit Group has pink shadings that indicate the factor's importance. Now I save the Fit Group, either using Save As, or using Save Script>To data table.  If I close, then re-open the files, and either open the saved Fit Group or re-run the saved script, the Prediction Profiler has now lost the shading.  Why? It's ver...

    TheDude TheDude
    Discussions |
    Aug 9, 2022 7:00 PM
    1696 views | 3 replies
  • Adding Reference line and Error bars to Line plot

    I have a line plot with 2 groups and I cannot find a way to add in a mean line for each group along with standard error error bars.  If it is possible to add in those that would be helpful. Attached is an image to show what I have.  

    VarianceOctopus VarianceOctopus
    Discussions |
    Aug 9, 2022 2:48 PM
    1637 views | 4 replies
  • Open script window with script by JSL

    Dear all, I want to create a script by JSL,that opens a complex script in a script window. The content of that script should be saved in that script and not in an extra file. I found a way via a temporary file, that is opened after saving the script as a text string. Is there an easier way to perform that task?I was not able to open a script window by "main menu ("Script")" and paste it into etc. ...

    Georg Georg
    Discussions |
    Aug 9, 2022 11:42 AM
    3355 views | 5 replies
  • Export to Specific Row in Excel

    Is it possible to script an export from a JMP data table to an existing excel sheet on the next new line without replacing what is already on that excel sheet?

    FactorFish357 FactorFish357
    Discussions |
    Aug 9, 2022 9:46 AM
    930 views | 1 replies
  • How to add a .html file to a picture box?

    Hi,Here is roughly what I'm trying to do:ob = Outline Box( "OB", hlb1 = H List Box() ); hlb2 = H List Box(); hlb2 << append( Picture Box( Open( FilePath , html )));I understand that Picture Box doesn't support .html, but is there anyway to get this to work?Is it possible to convert .html to .png within JMP script?

    david707 david707
    Discussions |
    Aug 9, 2022 8:13 AM
    895 views | 1 replies

Latest Discussions

  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1098 views | 0 replies
  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1011 views | 0 replies
  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    663 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    784 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    631 views | 0 replies
view all discussions