Welcome to the JMP User Community!
Ask questions, get answers, meet other JMP usersLearning Resources
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesLatest Discussions
-
How to extract items in a list from another list with partial matches to items in a third list?
I have the following lists
bigList = {"CD_CORN_1", "ICS_CORN_6", "IPEK21_S00R_P37_2", "CURR_S009_P37_2", "CD_CORN_2", "Ig_RF", "Cmax03_4C230RF", "NG"}; smallList1 = {"CD_CORN_", "CD_CORN_", "CD_CORN_"}; //note these are repeats and that is how I get them smallList2 = {"IDS_CORN_", "IPEK21_S00R_", "CURR_S009_"}; smallList3 = {"RF", "IPEK21_S00R_", "CURR_S009_", "NG"};
using biglist and smalllist1...Neo
984 views | 2 replies -
RunProgram context closed - SMTP
Bonjour à tous, À partir d’un serveur SMTP, j’essaye d’envoyer des pièces jointes à différentes personnes.
Le script fonctionne correctement. Le seul problème est que lorsque je rajoute « !// » au début de mon script pour qu’il s’exécute directement, j’obtiens l’erreur suivante : Voici le script que j’utilise ://! Names Default To Here( 1 ); // modifier le type de codage dans le PowerSh
...hcarr01
934 views | 1 replies -
Can I modify "Remembered settings" in a table and re-import them into the profiler?
Hi JMP community, I would like to modify and run different settings of the prediction profiler in a more efficient way.Modifying each single entry by hand is tedious. Can I modify the settings in an exported table and re-impiort them into the profiler to predict the new settings?I am alos open to other suggestions. cheers ben
BenGengenbach
2278 views | 4 replies -
DOE Code and Uncoded levels of factor
Hi: I have a question regarding DOE with code and uncoded levels of factors. Assuming that we have three factors. Each factor is continuous not a category variable. Should we use the real value of each level, i.e. 150, 250, 350, or coded values, i.e. -1,0,1? What are the reasons behind the selection? Other factors contain the levels that have big differences in magnitude, i.e. 2.4e-16, 2.4e-17, 2....
teeratornk
5125 views | 3 replies -
How do i add error bars in chart builder using a var as the error term
I have a dataset with the mean and SD as columns of data and i want to make a simple line graph with error +/- SD. This seem extraordinarily difficult if not impossible to do in JMP .. of couse it is not that simple .. i have several groups of Y +/- SD using the same X ... but i would be happy to just get one simple set ... appreciate any help ... with all JMP can do this should be easy. i...
tcoates
4788 views | 6 replies
Latest Discussions
-
DOE Code and Uncoded levels of factor
Hi: I have a question regarding DOE with code and uncoded levels of factors. Assuming that we have three factors. Each factor is continuous not a category variable. Should we use the real value of each level, i.e. 150, 250, 350, or coded values, i.e. -1,0,1? What are the reasons behind the selection? Other factors contain the levels that have big differences in magnitude, i.e. 2.4e-16, 2.4e-17, 2....
teeratornk
5125 views | 3 replies -
How do i add error bars in chart builder using a var as the error term
I have a dataset with the mean and SD as columns of data and i want to make a simple line graph with error +/- SD. This seem extraordinarily difficult if not impossible to do in JMP .. of couse it is not that simple .. i have several groups of Y +/- SD using the same X ... but i would be happy to just get one simple set ... appreciate any help ... with all JMP can do this should be easy. i...
tcoates
4788 views | 6 replies -
dashboard
Bonjour à tous, Je réalise des dashboards que j’enregistre au format html.
Je rencontre un problème, dans le dashboard j’affiche des graphiques les uns en dessous des autres mais les graphiques sont tronqués (ils sont affichés tout petit). Comment je peux agrandir tous les graphiques et faire en sorte qu’ils soient tous lisibles correctement ? Pouvoir en quelque sorte agrandir la page du dashboard....hcarr01
796 views | 1 replies -
How to use Unit column as Y axis label in Graph Builder in JMP16?
This ought to be a simple task, but I have not managed to find the solution, so I hope you can help; I am creating a lot of graphs. Y axis always contains values from "Entered value" column. Y axis label is automatically "Entered Value", but I want it to be the text in the "Unit" column (or just any column I choose). Each graph will contain data for one parameter and each parameter has a unit stat...
SeasonalMeerkat
1749 views | 4 replies -
How to deal with missing data?
Hi,
Recently l ran a 2^4 factorial model for an extrusion experiment. I intend to model the quadratic terms including interaction terms.
however some of the points were a little ambitious and the extrusion failed. Hence, I was unable to collect certain responses for these points. I would like some advice on how to proceed. Should I repeat the experiment with less aggressive levels or can I just augm...sianghongtay22
1596 views | 4 replies
Latest Discussions
-
Documentation for Promise/async http requests
Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...
mat-ski
587 views | 0 replies -
Nonlinear platform - trial values from table with large number of categories
Hello - I have a large number of categories for each parameter when using the nonlinear platform. Basically, one category per row. Is there a way to have a table of values to load into the parameters? Because with the time its taking to one by one type and click, type and click the values in with the control panel, it might be faster to go back to Matlab at this point, which I very much don't want...
ehchandlerjr
500 views | 0 replies -
Sphericity test not performed due to insufficient error degrees of freedom
Hi,I have Heart rates from 3 different groups collected at 7 times differents points. I would like to perform a repeated measures ANOVA. To do so, I would like to check sphericity assumption. I found online that you have to split your data and then Analyze > fit model, I add my 7 times in "Y" then Group in "Construct model effects", then Personality "Manova", Run. I checked “Univariate Tests Also”...
ClassMegalodon6
852 views | 0 replies -
Survival analysis
What is the rationale of using three different types of log-rank equivalent tests (Mantel-Cox, Breslow, and Tarone-Ware). How can I examine the confounding effects of other factors when running the survival analysis?
fgaochori
643 views | 0 replies -
Select ALL matching cells
very useful!
it selects the matching cells in all open datasets (e.g. select a specific wafer and get it highlighted in the other datasets)
Working with Rows ... but a little hard to find
note to mysef: not here - or here: but here: Thankyou, @Jasean for showing me the way ...hogi
729 views | 0 replies
JMP Events
-
ChinaShanghai May 29
-
3:00PM - 4:00PM CESTApr 30Scripters Club: Is Your SPC Doing Well?
Is Your SPC Doing Well? Presenter: Georg Raming (Siltronic) Would you like to keep an eye on many SP...
-
2:00PM - 3:00PM EDTMay 2US Mastering JMP: Circumventing Common Pitfalls in Predictive Modeling
Do you want to use predictive models and need to understand or review the basics first? Have you tri...
-
3:00PM - 4:00PM CESTMay 6DOE Club Q2 2025
DOE Club This Club is is a participant-driven meeting designed to encourage attendee invo...
-
1:00PM - 2:30PM EDTMay 7Jump Start with JMP®: Hands-on Workshop
Jump Start with JMP® Wednesday, May 7 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hosted via Zoom &n...