Hide code
Hello,Currently, I have a problem with the jsl file not being able to read the code left by a former colleague who has retired. Can you guys help me read them?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hi all, I have this function for making a bivariate plot, with means and std. However, I need to remove the Lower 95% and Upper 95% from the table. I tried making it manually but I don't know how to incorporate it with the function. Please help
This is the function:New Window( "Tmp Window",
vc = Oneway(
Y( :Param ),
X( :Param1 ),
Means and Std ...
Based on https://community.jmp.com/t5/Discussions/Combinations-of-a-list-put-into-columns/m-p/555454 I have a list list = {"A", "B", "C"}I need based on that make a list of all pair combinations. Link above helped me to get away from long cycles or joining tables into essentially a one-liner thanks to @brady_brady I have this so far:list = {"A", "B", "C"};
combinations = As List(N Choose K Matrix(...
Hi, I am looking for the best way to design a DoE table for a case like the example below (if that is possible!): If my input factors are categorical variables with two levels (e.g. present, not present), and imagine I have some maybe 20 input factors and one numeric response variable. Generally, using a custom design I can generate a DoE with one table which will have 20+1 columns and each row wi...
Hi, I am summarizing a jmp data table. In the summary table, I want the columns to have decimal places till 4.However, jmp truncates everything after the decimal point.When I try to retrieve the format for a column using jsl, it says the format is empty.dt:Name("Median(A)")<< get property("Format");//Empty
dt:Name("Median(A)")<<Set property("Format", {"Scientific",12,2});//Scriptable[] but no cha...
Based on https://community.jmp.com/t5/Discussions/Combinations-of-a-list-put-into-columns/m-p/555454 I have a list list = {"A", "B", "C"}I need based on that make a list of all pair combinations. Link above helped me to get away from long cycles or joining tables into essentially a one-liner thanks to @brady_brady I have this so far:list = {"A", "B", "C"};
combinations = As List(N Choose K Matrix(...
Hi, I am looking for the best way to design a DoE table for a case like the example below (if that is possible!): If my input factors are categorical variables with two levels (e.g. present, not present), and imagine I have some maybe 20 input factors and one numeric response variable. Generally, using a custom design I can generate a DoE with one table which will have 20+1 columns and each row wi...
I have got a working function which plots trends and distribution for measured parameters (columns in a table1) using test limits (LSL, USL in another table, table2). Names Default To Here (1);
getTrendChartAndDist = Function({colName, LSL, USL}, {TrendDistChart},
New Window(""||colName||" Trend & Distribution",
Graph Builder(
something here .....
);
return(TrendDistChart);
);In order to plot...
I want to know how to select Laney p chart or Laney U chart? thank you!!
I am fairly junior in the stats realm and am trying to figure most of this out on my own. My data is non-normally distributed (already ran the Shapiro Wilke normality test) and I have multiple variables I am trying to compare between 2 groups over multiple time periods with p-valves for each time period and each variable. Some of the reading I have done seems like I should run a Wilcoxon rank sum ...
hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot. according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...
The largest purchaser of care of the WorldBest Healthcare System complained that the average C-section rate at WorldBest had increased from 1999 to 2000 and was now over 21 percent. The average at other area hospitals was between 17 to 19 percent. To investigate the situation, WorldBest wants to set up a control chart to monitor the number of C-Sections every month. 1. What type of control chart s...
I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...
I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...
If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!
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...