Score plot x and y data
Hi there.Currently I am studying Principal Component Analysis.I have run an analysis.In the score plot, is there any way to know the value of the scattered dots on the x-axis and y-axis?Thank you for your kind help!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi there.Currently I am studying Principal Component Analysis.I have run an analysis.In the score plot, is there any way to know the value of the scattered dots on the x-axis and y-axis?Thank you for your kind help!
I am trying to take a single column from my data table and store each unique value to a list.
Ex:
column is named "Type" and the values in rows 1-6 are "A,B,C,A,B,C"
I currently have:
dtbl = Current Data Table();
newlist = column("Type") <<Getvalues();
Show(newlist);
which returns "A,B,C,A,B,C", but I am trying to get a list which would contain "A,B,C" instead. Any help would be appreciated (...
Hi everyone,I am working on a script that I would like to use a string as a column name, and use that column name in a formula, see below:dt = Open( "$SAMPLE_DATA/Cities.jmp" );
//example column
dt << New Column("klaatu barada nikto", formula(3));
//suppose we don't know what exactly will be in 'a' as it is controlled by a for loop etc.
a = Concat Items( {"klaatu", "barada", "nikto"}, " " );
//ca
...
I plan to use the performance indicators RSquare , RASE and AAE for model comparison in predictive modeling. Where in the JMP Documentation Library can I access the significance and statistical definitions of these indicators ?
JMP12How to sort a list of lists by one list in the list of lists?For example I want to sort by the numeric part of this list. I know I could iterate or make a table to sort this way, but is there a one-liner I don't know of? I feel like there must be an easier way to do it. list = {{"a", "b", "c", "d"}, {2, 3, 4, 1}};
a,2b,3c,4d,1 (list[1] and list[2] sorted by list[2]){{"d", "a", "b", "c"}, {1, 2
...
Hi there.Currently I am studying Principal Component Analysis.I have run an analysis.In the score plot, is there any way to know the value of the scattered dots on the x-axis and y-axis?Thank you for your kind help!
I am trying to take a single column from my data table and store each unique value to a list.
Ex:
column is named "Type" and the values in rows 1-6 are "A,B,C,A,B,C"
I currently have:
dtbl = Current Data Table();
newlist = column("Type") <<Getvalues();
Show(newlist);
which returns "A,B,C,A,B,C", but I am trying to get a list which would contain "A,B,C" instead. Any help would be appreciated (...
I'm trying to establish control limits in a parameter that is consistently increasing. I can do it in Excel with a running average calculation, but I haven't yet found a way to do this in JMP. If anyone has found a way to do this, that would be greatly appreciated! -Mike
Hi, is there a possibility to rotate the label of a gradient legend?
Hi there. I am a new user of JMP version 16.0. I am using student scores to analyze the prediction scores. I am utilizing the Fit-to-Model. There are data where students are absent during the test. Thus, I leave the score as a character such as 'ABS', set as numeric - continuous at the column setting. I develop a linear model to analyze the prediction and the results are successfully be calculated...
Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))
I can iterate through each row to make sure that all of them match, but maybe there is a better way?
HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
and it is in stat in the nlsur command Regards
Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.
Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script: z_KSigmaZ =1.4;
// Création de la Carte de controle si N catégories > 5
Names Default To Here( 1 );
If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5,
Gr
...
I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...
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...
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...