Creating a formula to categorize values by quantile
Advice on categorizing data in quantiles as a new variable. Solved - thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesAdvice on categorizing data in quantiles as a new variable. Solved - thanks!
Hi!Suppose I want to test a product yield from different suppliers. I want to test how temperature (TMP) and rotating speed (SPD) affect yield (YLD) in suppliers (SPL) A and B. However, supplier A had different rotating speed setup than supplier B. Initially we propose a RSM DoE with input variables TMP, SPD and SPL, with SPD as percentage of their full capacity, let's say varying from 40% to 100%...
I have one a table opened by the user. After some python code I generate another table that ends:having a subset of columns (keeping same column names)sharing its time index (few rows might have been removed).How can link these two tables via JSL? The functionality I am after is to have something equivalent as if I did a subset in JMP. // Start of script;
Names Default To Here( 1 );
Clear Log();
...
I am using an IF statement as shown below. When I run the script it only implements the "Open" command> the script doesnt even enter IF loop. I tried using "FOR EACH ROW" along with IF statement as shown in script 2 but it throws the following error Any suggestions?? dt = Open ("C:\Users\NXF90574\Documents\NXP\Machine Learning\Script trial\fc data\fc_mcs11_evm_cluster_means.jmp");
IF( :"Ppk
...
Hi All, In continuation to the post (link to which is provided below) - https://community.jmp.com/t5/Discussions/Help-in-JSL-scripting-of-Model-Driven-Multivariate-Control-Chart/m-p/655359#M84445 I would like to extend the script to have one generic script on the similar lines what was suggested earlier, but this time, the model driven multivariate control chart should use some benchmark models (e...
Hi!Suppose I want to test a product yield from different suppliers. I want to test how temperature (TMP) and rotating speed (SPD) affect yield (YLD) in suppliers (SPL) A and B. However, supplier A had different rotating speed setup than supplier B. Initially we propose a RSM DoE with input variables TMP, SPD and SPL, with SPD as percentage of their full capacity, let's say varying from 40% to 100%...
I have one a table opened by the user. After some python code I generate another table that ends:having a subset of columns (keeping same column names)sharing its time index (few rows might have been removed).How can link these two tables via JSL? The functionality I am after is to have something equivalent as if I did a subset in JMP. // Start of script;
Names Default To Here( 1 );
Clear Log();
...
Hello,does anyone know any JSL function or any method to incorporate the fminbnd (MATLAB) function in JSL or like the polyfit/polyval functions? thanks !
Hello, I am scripting in JMP Pro Application Builder. I have a main window in which I have a button that brings me to a secondary window. Within the secondary window, there are text edit boxes where values are input by the user. Also, there is a close button on this secondary window that saves the values to the appNS and closes the secondary window. I have the variables initialized in the main wi...
hey allI'm trying to figure out how to calculate/view Semi-partial correlation in JMP PRO 16, and google can't seem to know either.this is the question and the data, question number 4.
Hi, I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up Has anyone experienced the same problem? Emmanuel
Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.
HI, I want set Scale Values in Graph Builder use Col Quantile function, but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder(
Size( 839, 726 ),
Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Pr
...
Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog. We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1: https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...
@PatrickGiuliano , As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x): can be iterated ? Y Function(N, x);
For(i = 1, i <= N Col(xm), i++,
ym[i] = Min(Normal D...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you face challenges with restrictive data formats from EDS, XRD, or Raman instruments? Are the ex...
REGISTER HERE If you teach with JMP Student Edition, you should be aware of some lesser known...
Do you want to efficiently and interactively explore data to uncover patterns and see relationships...