Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hello,
I have a question regarding a function to create multiple graphs. So I am making a function which calls the graph builder with certain settings to create multiple graphs. The graphs are similar but do have different amount of columns used and formatting is a bit different. The only input to the function is the datatable with the data.
The function works to create the graphs and I save each o...
I tried manually clicking the Columns Manager and the Make into Data Table option, and the script was saved like this. When I duplicated and ran the script, the attached error was encountered. How can I generate a data table from the Columns Manager using a JSL script?
Names Default To Here( 1 );
Assign( rpt );
Wait( 0 );
rpt["Columns Manager", Table Box( 1 )] << Make Into Data Table;
rpt << Close...
Hi, I'd like to draw a flowchart in JSL (cf. attachment) using a From/To table. A bit like Visio. I've tried the Diagram option but the Cause/Effect fishbone doesn't give the same thing. Do you know if it's possible? Thank you
Hi,
I wonder if there is a way to create column with formula to find unique strings separated by comma in a column and count total recurrence of each like below?
Hello,
I have a question regarding a function to create multiple graphs. So I am making a function which calls the graph builder with certain settings to create multiple graphs. The graphs are similar but do have different amount of columns used and formatting is a bit different. The only input to the function is the datatable with the data.
The function works to create the graphs and I save each o...
Hi, I'd like to draw a flowchart in JSL (cf. attachment) using a From/To table. A bit like Visio. I've tried the Diagram option but the Cause/Effect fishbone doesn't give the same thing. Do you know if it's possible? Thank you
Hi everyone,
What is the best way to check the expiration date of my current license in the system or admin panel?
Best regards,
Ajay Hinduja Swiss
Hi y'all.
Is there a way to have the labels be different from the summary statistic in a stacked bar chart?
I basically want the bar chart to look like this script but instead of the labels being the raw count, I want it to be percentages of M/F per age.
Without drawing myself via scripting, (I can do it if that's the only way).
Names default to here( 1 );
dt = open("$SAMPLE_DATA\Big Class.jmp"...
vince_faller
Let's say I need to script a graph. And I have a variable that is optional. I might have it, might not have it. Let's say in the example below I might have "Y_Parameter_Std" in the table, might not have it.
How do I script this optional variable?
gb = Graph Builder(
Size( 350, 200 ),
Show Control Panel( 0 ),
Variables( X( Column( X_Parameter ) ), Y( Column( Y_Parameter ) ), Overlay( :W...
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...