How to adjust the height of this window with JSL?
It's not recorded in the logThanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIt's not recorded in the logThanks!
Hi, I am trying to make disallowed combinations in my custom design.I have a factor with two categorical levels: No ChCl and ChCl and a factor with three ChCl molar ratio (categorical): 0, 1 and 2 I want to make a Disallowed Combinations where 'No ChCl' and a molar ratio of 0 cannot be made. ChCl== "No ChCl" & Molar ratio ChCl== '0' But the design still makes a combination of No ChCl and 0. What ...
Greetings JMP community, I am working on customizing a DOE. I have 4 ingredients: X1, X2, X3 and X4. The lowest and highest levels of each ingredient are shown in the attached picture. I have the following constraints that need to be incorporated:total ingredient concentration in each recipe cannot be lower than 9.total ingredient concentration in each recipe cannot be higher than 18.There are ca...
A simple question, please find the attachment as a demo. the requirement as following, it is required to take some information from :Label column, to two new column, details find the pic "image.png".thanks in advance.KRSean
In the following script I have a list of 3 elements and I am trying to create a new window where the user can enter some values for each of the elements:myList = {"apple", "banana", "orange"};
nw = New Window( "Enter Numbers",
<<Modal,
<<Return Result,
V List Box(
Text Box("Enter the values"),
For( i = 1, i <= N Items( myList ), i++,
Lineup Box( Text Box( Eval(my
...
It's not recorded in the logThanks!
A simple question, please find the attachment as a demo. the requirement as following, it is required to take some information from :Label column, to two new column, details find the pic "image.png".thanks in advance.KRSean
Hi All, I have a dataset with 2 Columns, I just wanted to check to see if the data in Column 1 is matching with Column 2, It doesn't have to match row by row. All what i am interested in checking is to see if we have the same observations, The order in which they are in both the columns if not a concern.Can anybody help me with a formulae to be used to check this? ThankShawn
Hi All! Using JMP 16.2.0 (570548). When I create a Variability / Attribute Gauge Chart a window automatically pops up to show group means. if I have a local data filter active and use it to view groups of data this window pops up every time. so if I want to sort for 3 out of 5 variables this pop up comes up 3 times and I have to select OK or Cancel every time. - is there a way to suppress this po...
Hello,
I am working with JMP and need assistance with creating an interactive journal. My goal is to include a feature that allows users to select and highlight specific batches within a graph. Here are the details of the script and what I am trying to achieve:
Names Default To Here(1);
Current Data Table(dt);
dt << New Column("Time Point Months", Formula(Round(:Time Point Days / 30.438), 2))
...
Could you provided me some example, file,with example of ALT, two faftors, for example temerature and humidity. Please
I used "File"-->Database-->Open table-->New connection to setup some tables from DB. but I found my list for new connections becomes longer and longer. like the attached pic. I did not found there is a way that i can remove any items from the connection list. the question is that is there a way that i can delete them. Thanks in advanced. KRSean
Hello JMP-Community,I am searching your help here because I didn't found a sufficent solution for myself in other posts. It is about writing content of a data table into a table of a database.For that I wrote this little function: myInsertInto = function({dt, dbConnection, destinationName},
cols = dt << GetColumnNames(String);
rows = dt << Select All Rows << GetSelectedRows;
show(cols, rows);
...
Typical dataset: 120-200 rows, 15 classes. Rows are known to be ordered by class. What is unknown is where the 'fences' between classes are. As-is -- i.e., without taking row order into account -- LCA correctly classifies about 94% of rows. My intuition is that if I knew how to tell the algorithm that the rows are grouped by class on input, we'd be at 100%. Visual, in case my use of 'grouped by' i...
Hi there,
I am attempting to run latin hyper cube with three continuous and one categorical factors, but the option is not available except for fast flexible filing design; can anyone assist me with this? thanks in advance
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
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...