Operation Rows
Hello everyone, I would like to know how to count the number of "OTPs" that are equal to 0 and make the division on the total number of LINES of OTP ? Thank you for your help
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHello everyone, I would like to know how to count the number of "OTPs" that are equal to 0 and make the division on the total number of LINES of OTP ? Thank you for your help
Hi,I'm trying to manipulate a data table with a formula, but I only want it to read for a few rows. Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Cars.jmp" );
r = Current Data Table() << Get rows where( :Make == "Mazda");
For( i = r[1], i <= r, i++,
:HeadIC[i] = :HeadIC[i]/2
);
Show(r);
How do I make it so that it only iterates for those selected rows?
Basically I'm building a custom interactive window which includes different display boxes and I'm trying to simplify the selection input with a for loop. For instance, I have both a combobox & a collistbox and I'm trying to get input for both using a loop statement. But when I did this, I got an error instead. Am I writing the expression incorrectly ? (error log attached) Names Default To Here( 1
...
Hi, I've two jmp table which has X and Y coordinates of the wafer. I would like to know if there's a way to align the coordinates of Wafer 1 with Wafer 2? For examples: I want to align the following highlighted X and Y with the X and Y of wafer 2.Wafer 1 : X, Y = 129, 372 Wafer 2: X, Y = -17, -15I am not sure if there a way to recognize patterns in the graph builder and get the hover label informa...
Dear JMP Community, I am new to JMP and wanted to build a widget which would allow sliding spec limits and resulting yield assessments for a product. Such a capability can be super helpful for me. Perhaps also for other engineers working with cost sensitive products may also benefit from the discussion. I have included a table describing the problem statement. Description of ask (table above): As...
Dear JMP Community, I am new to JMP and wanted to build a widget which would allow sliding spec limits and resulting yield assessments for a product. Such a capability can be super helpful for me. Perhaps also for other engineers working with cost sensitive products may also benefit from the discussion. I have included a table describing the problem statement. Description of ask (table above): As...
Hello!Does JSL have modules for text encryption and decryption?Thanks! AHKString(AlgId, Mode := "", String := "", Key := "", IV := "", Encoding := "utf-8", Output := "BASE64")
Hi Folks, I'm troubleshooting an issue with some JMP queries and I've discovered I can see and access the required Oracle tables within a schema when I open the tables using the Database/Open Table option. These same tables are not visible when I use the Build Query option using the same ODBC driver and user account.I am using JMP 15 Pro.Is there something (probably very simple) I am missing here...
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...
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.
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...
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...
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...
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...
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?
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...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...