Gradient: color for Missing
Is there a way to change the color of Missing entries in GraphBuilder when using a gradient?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIs there a way to change the color of Missing entries in GraphBuilder when using a gradient?
I want to create a simple formula for adding columns that are coming from a list. The list can vary in the number of elements. Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Bands Data.JMP" );
col_list = {"varnish pct", "ink pct", "solvent pct" };
This solution works fo...
// expected formula (hard coded)
dt << New Column( "mysum",
Formula( Sum( :varnish pct, :ink pct, :solvent pct ) )
);
JMP has several methods to explore outliers (Analyze>Screening>Explore outliers). For a first data exploration, I am looking for a solution so the users can interactively filter all anomalous rows. One simple approach is to conduct a KNN outlier analysis (unchecking the option of imputations and being able to change the default number)
And save the distances to each NN, so a global score can be o...
Hi JMP community, I'm trying to update the rows from another jmp data.When I update the table, some of the row values disappear after updating (see snippet below) Original table : After updaing:Any advice or suggestion?
Hello,
In my datatable I have 6 data subsets (distinguished one another by Column X where each subset has a different letter "a", "b", "c", "d", "e" and "f"). How could I apply a script to all 6 subsets independently and get the 6 results of my script in one column?
Thank you in advance for your support!
Best
Claire
------
Script currently applied to entire datatable:
dt = Current D
...
I want to create a simple formula for adding columns that are coming from a list. The list can vary in the number of elements. Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Bands Data.JMP" );
col_list = {"varnish pct", "ink pct", "solvent pct" };
This solution works fo...
// expected formula (hard coded)
dt << New Column( "mysum",
Formula( Sum( :varnish pct, :ink pct, :solvent pct ) )
);
Hi JMP community, I'm trying to update the rows from another jmp data.When I update the table, some of the row values disappear after updating (see snippet below) Original table : After updaing:Any advice or suggestion?
Bonjour, est-il possible sur JMP de réaliser des scripts interactifs avec l’utilisateur ? Par exemple, dès lors qu’on lance le script, JMP va nous demander par rapport à quels paramètres on veut réaliser une carte de contrôle ect... Merci de votre aide
hi, I have a question about how to count the word in a column about sentences. for example, if a participant writes "I like chocolate bars" , it would be counted as 4 words. if the sample size is 100, how can I count words in this column by each participant? best wishes, Rongyu
Hello, When I try to insert a decimal number in a continuous factor of DoE: it does not allow it. It appears a huge number like the below (instead of 2.2 that I inserted. I tried with "." and "," and the result is always this): How can I solve this? Thank you in advance,Helena G.
I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...
bonjour, j'ai créé un dashboard avec un script. Quand je fais affiché la date et l'heure, j'ai des affichages qui varient et qui décalent mes graphiques.comment je peux supprimer ce problème dans mon script? cordialement
JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" );
//得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。
files = Files In Directory( dir, Recursive );
If( Contains( files, ".DS_Store" ),
files = Remove( files, Contains( files, ".DS_Store" ) )
);
For( i = 1, i <= N Items( files ), i++,
fullfile = dir || files[i];
...
I fitted Neural Network on a dataset that has nominal response variable. For logistic regression model, I can see ROC table along with ROC curve. However, in neural networks (and other ML models) I only get the ROC curve but not ROC table.
Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...
Jump into Graphing Date: Wednesday, September 24Time: 1:00 – 2:30 p.m. ETDura...