Problems using Safari as a browser
Anyone else having issues using Safari as a browser to respond to this forum? I am getting unexpected errors since the latest Safari update.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesAnyone else having issues using Safari as a browser to respond to this forum? I am getting unexpected errors since the latest Safari update.
When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.
【My Challenges】
JMP17
1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...
As a subject suggests, I need to convert a number to string using a specific format. To be precise: I have a handle on GB plot, and Text() near that handle that outputs current coordinates of the handle:
Text( Erased, {box:exx, box:exy} + box:axisRange * 0.01, "(" || Char( Round( box:exx, 2 ) ) || "," || Char( Round( box:exy, 2 ) ) || ") " ) ;
On some plots the Y Axis is very small and is displaye...
Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?
FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"};
MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"};
For( count = 1, count <= N Items( FruitList ), count++,
For( countM
...
When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.
【My Challenges】
JMP17
1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...
Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?
FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"};
MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"};
For( count = 1, count <= N Items( FruitList ), count++,
For( countM
...
Well, this has probably been answered a million times, but I cant find what I'm looking for exactly, so I thought I would ask...
Here is a JMP Script for a Data Table I am using.
Current Data Table() << Data Filter(
Location({751, 160}),
Show Histograms and Bars(0),
Mode(Show(1), Include(1)),
Add Filter(columns(:GUN), Where(:GUN == "D"))
);
Edit (jthi): added jsl formatting
After it execu...
After a few minutes coding with JSL, users wonder about strange objects like :sex in
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
x = :sex
Expert users have some experience with such column references and use them all the time.
But what is :sex ? Is dt:sex more robust? Where do I find a documentation ?
Let's collect and share some insights. Please add your thoughts and correct my posts if yo...
Dear all
I am assigned a task to perform recurrence analysis on our data.
The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...
Dear all
I am assigned a task to perform recurrence analysis on our data.
The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...
Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression? I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important
In Tables / subset, the user can decide if a column formula is copied and if the evaluation is suppressed:
Is there a hidden option which does the same trick for Tables/Update?
great for "documentation"great for "what if" ...on the other hand: one cannot guarantee that all input columns for the formula will be available in the target data table.
-> default option "suppress formula evaluation"?
Hi, I am new to recurrence analysis and JMP.
I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...
Hi all! I've run a PLS-DA test for a data set that consists of FTIR spectral data of 5 different systems under 5 different treatments. I've used the fit model platform so that I could handle categorical variables in my Y variables. According to PRESS statistics, this model has an optimum number of factors of 7 and possesses good discriminating power between my samples. Then, I noticed that the st...
Presenter: Will Morgan, Associate Software Developer - JMP Join us for a Scripters Club...
Jump into Gauge Studies Date: Wednesday, October 15Time: 1:00 – 2:30 p.m. ETDuration...
Jump into Gauge Studies Date: Wednesday, October 15Time: 1:00 – 2:30 p.m. ETD...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...