Bonferroni simultaneous confidence interval
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Some analyses require an axis scale that is not available by default in Graph Builder - like Arrhenius plots with Temperature plotted as 1/T [K].
Let's start with the example from the Scripting Index. We want to generate a Log plot manually - and learn from it:
Names Default To Here( 1 );
Open( "$sample_data/big class.jmp" );
gb = Graph Builder(
Variables( X( :height ), Y( :height ) ),
Element...
Bonjour à tous, Je voudrais faire un script automatique pour extraire les données d'un fichier en .csv qui enregistre des log d'une machine. Le fichier est horrible, avec aucune logique. J'ai réussi à faire le script pour obtenir les données, mais j'obtiens à la fin une table de données d'où je fais une extraction de table par log. selon le fichier je n'ai pas le même nombre de log et donc pas le ...
Hi, I'm trying to use the 'get script' function to grab information about a report that I can combine together to a .jrp file (similar to the details in this post except I'm going to add some extra components that will run on boot for the .jrp, hence why I'm not using the 'Save Report Window' function). The problem I'm having is that I need to grab the OutlineBox titles (which are named by the s...
I need to populate no of unique entries in a new column if Flagged="Yes". When I use Col N Unique formula I get Different count if Flagged="No".
Some analyses require an axis scale that is not available by default in Graph Builder - like Arrhenius plots with Temperature plotted as 1/T [K].
Let's start with the example from the Scripting Index. We want to generate a Log plot manually - and learn from it:
Names Default To Here( 1 );
Open( "$sample_data/big class.jmp" );
gb = Graph Builder(
Variables( X( :height ), Y( :height ) ),
Element...
Bonjour à tous, Je voudrais faire un script automatique pour extraire les données d'un fichier en .csv qui enregistre des log d'une machine. Le fichier est horrible, avec aucune logique. J'ai réussi à faire le script pour obtenir les données, mais j'obtiens à la fin une table de données d'où je fais une extraction de table par log. selon le fichier je n'ai pas le même nombre de log et donc pas le ...
Hi, I'm trying to use the 'get script' function to grab information about a report that I can combine together to a .jrp file (similar to the details in this post except I'm going to add some extra components that will run on boot for the .jrp, hence why I'm not using the 'Save Report Window' function). The problem I'm having is that I need to grab the OutlineBox titles (which are named by the s...
A user selects some rows and a column and wants to replace the selected entries with a new values via the GUI.
names default to here(1);
colname = "column with values between 1 and 10";
dt = new table("test", add rows(5000000), new column ("c",Character, set each Value(Char(random integer(10)))));
dt << Select Where( :c == "7" ) << select columns (1);
newname = "column with values between 1 and 1...
Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation, SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...
I am fitting a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro 18, with: binary outcome (1 = event, 0 = no event), several categorical predictors (factors), and a random intercept for subject ID to account for repeated measures / clustering. The model converges and produces a table of Fixed Effects Parameter Estimates, which includes: Estimate (β) Standard Error Lower / Uppe...
Just modify this file directly. As long as you prepare your own ICONS in advance, you can instantly
usercust.jmpcust
create your own personal toolbars in batches.
Make scripts ubiquitous.
JMP provides a wonderful way to shape the future of JMP - the JMP wish list.
Simply click on the button to submit a wish or vote for others' wishes.
You can vote via Kudos:
Great! You can support as many ideas as you like — kudos are free!
How are Kudos counted?
If three users support a wish by voting with a Kudo, it could be assumed that the wish has three Kudos.
For many wishes, this maths is co...
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...