Can I copy the embedded scripts from one table to another?
If I have a parent table with many scripts embedded. Can I copy those easily to a summary table or transposed table automatically using JSL?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIf I have a parent table with many scripts embedded. Can I copy those easily to a summary table or transposed table automatically using JSL?
As shown in the JSL below, in the case of a Matrix, 'loc' can be used to display indices greater than 5, but it cannot be applied to a List. How should I find the indices greater than a certain value in the case of a List?
show(Loc( [5, 7, 3, ., 5] >= 5 ));
show(Loc( {5, 7, 3, ., 5} >= 5 )); //Error
I have a complicated way to do this, wondering if something better exists? Is it possible to have the column properties from a parent table pass forward to a summary table?
Hi, I am using the JMP ver 18.2 I have an issue when trying to combine windows into a dashboard. For example, when I tried to combine the following 2 reports, Instead of having the 2 reports showing up as a dashboard, what I get was a new data table and a dashboard with empty frames. I think this is caused by the table referencing issue. Is there a preference or method to combine windows with...
Hi all, Been a while since my last post, and in that time I think I have become a little bit more proficient at JMP-ing. Shamelessly, using the booming AI-LLMs to self-teach JSL has been working a treat. However, I am running into an issue that has been plaguing me for a very long time with JMP. As the title states, it stems from concatenation of large tables without duplicating values. I am on ...
Thanks Experts!
dt=Open("$SAMPLE_DATA/Big Class.jmp");
Graph Builder(
Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :weight ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Properties( 0, {Marker Size( 2 )}, Item ID( "weight", 1 ) )
)}
)
)
)
Hi all,
I am trying to write a scripts that has to work in different language settings of JMP.
Parts of my script use the Summary function:
Summary(
Group( :SomeColumnX, :SomeColumnY, :SomeColumnZ ), // number of grouping columns different each time
N( :Result ),
Mean( :Result ),
Std Dev( :Result ),
CV( :Result ),
Freq( "None" ),
Weight( "None" ),
statistics column name format( "stat" )
);
...
Hi folks,
I have 30 discrete points in X, Y, Z defining plane 1, and 30 other points in X, Y, Z defining plane 2, I need to calculate the angle between plane 1 and plane 2. The ChatGPT provides the following JSL script, but it stuck at row #33. Could any of you help check the two attachments (*.jmp and *.jsl) to get this script going? Thanks a lot.
// Use current data table
dt = Current Data...
I have a script that plots metrics by wafer number. If the wafer falls below a threshold of passing die, it is designated a fail. Is there a way to have the colours of the plots reflect pass and fail aside from creating a separate grading column for each parameter?
Hi all,
I would like to ask whether we could perform polygon offset outward in JMP. If yes, could you instruct me how to do it.
Assume I have coordinate of hexagon and I would like to draw buffer zone with distance =10 around hexagon. How could I do that
Thank a lot
I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...
Hello, I am a user of JMP Live.
I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...
Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...
I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot.
I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted.
How can I import plot_from_R in the size I want?
R Init();
R Submit(
"\[
windows(300,100) #it doesn't work
plot(function(x) dnorm(...
from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml# If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
Exceptions are the utilities Show, Write, and Print, which do not evaluate e...
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...