AddIn - check if avaialble?
How can I check via JSL if an AddIn is installed, e.g. Dynamic Subset Add-In (Filterable Data Table, updated) ? Is there a JSL command to enable/disable an Add-In?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHow can I check via JSL if an AddIn is installed, e.g. Dynamic Subset Add-In (Filterable Data Table, updated) ? Is there a JSL command to enable/disable an Add-In?
Hi JMP Community, Is there a way to sort the columns by the column property?I have a data table where the column contains the property "Test Number" (see below). I want to sort all the columns in the column group "Tests" by the column property "Test Number"I have attached the data table below. Any suggestions?Thanks, Jackie!
Hi All
I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:
Tweak_List = dt_Temp << Get Column Names("String");
For(i = 1, i <= N Items(Tweak_List), i++,
a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ";
b = Tweak_List[i];
c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2);
dt << New Column(Left(Tweak_List[i], Lengt...
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you
dt = Current Data Table();
For( i = 1, i <= 50, i++,
dt << Bivariate(
Y( Column( dt, "u" || Char( i ) ) ),
X( Column( dt, "oven.T" ) ),
Fit Line( {Line Color( {212, 73, 88} )} )
)
);
Hi All
I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:
Tweak_List = dt_Temp << Get Column Names("String");
For(i = 1, i <= N Items(Tweak_List), i++,
a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ";
b = Tweak_List[i];
c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2);
dt << New Column(Left(Tweak_List[i], Lengt...
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you
dt = Current Data Table();
For( i = 1, i <= 50, i++,
dt << Bivariate(
Y( Column( dt, "u" || Char( i ) ) ),
X( Column( dt, "oven.T" ) ),
Fit Line( {Line Color( {212, 73, 88} )} )
)
);
dt=Open("$SAMPLE_DATA/Big Class.jmp");dt[1,1] is set to red
dt[1,2] is set to white
dt[1,1] is set to clear coloringThanks!
I would want to get the date yesterday, I am using the today () functiondateNow = Format (Today(), "m/d/y");However, I don't know how to derive from dateNow the date yesterday. Tried using d = (dateNow - 1);but is not working.
Hello!For example, using large class data:
Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
The parameters of the sine curve are random. Thanks!
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...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...