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!
HelloI want to compare two analytical methods that measure the purity of my samples and prove they are equivalent. I know they don't provide the exact same results which means the mean of their difference is not 0. However, I only need to prove that the difference between their results is less than 2%. My data are based on 28 different samples and each sample was analyzed once by each method. We t...
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 ?
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...
Join the JMP Scripters Club Learning Sessions, led by Scripter experts from different industries, to...
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-regression-anova-20f...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
Do you need to formulate drug products to match a specific dissolution profile? Do you n...