Welcome to the JMP User Community!
Ask questions, get answers, meet other JMP usersLearning Resources
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesLatest Discussions
-
Filtered Spec limit in a control chart for several features
Hello,
I hope you can help me. I'm still very new to JSL. I have the following problem:
I have a table like this:
Feature data USL
A number1 Spec A
A number2 Spec A
A number3 Spec A
B number4 Spec B
B number5 Spec B
B number6 Spec BThe feature should be selected with the data filter. Then the data sho...Rumo
1512 views | 4 replies -
How to auto-run attached scripts on a table pulled from database
Following code will attach all jsl scripts in c:\work directory to the table dt. Do you know any function/command which can also make it auto-run on the table?
dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j
...Dib-Dey
913 views | 1 replies -
How to use a list to select rows with an specific value
Hi I am trying to use a list of Names that populate a column to select the matching rows of another column (in another Table) in order to subset the table and generate several different subsets.Getting the Names/Values from the first column is no problem but I cannot find the correct syntax for the loop.
dt4 = Current Data Table(); uniqueVals = {"2021_file1_T1", "2021_file1_T2"}; tableList= {}; F
...ALopez
1866 views | 2 replies -
How to limit number of legend items?
I have a plot that is overlayed by hundreds of catergorical values. When user works with it, it only makes sense to compare 2, 3, maximum 5 categories, and user id doing that through data filter.But nothing prevents user from selecting all 150+ categories. In this case they all get displayed in legend, totally breaking windows. Since you wouldn't be able to see anything on the plot in this case an...
miguello
1071 views | 1 replies -
How can I make an empirical model to understand composition-processing-hardness relationships?
I've made several disks using calcium carbonate, water, and admixture with different compositions of each of the chemicals. Then I tested the hardness of the disks and hardness of every disk id different due to different chemical composition. Now my idea is making an empirical model using some of the disks I already examined. The hardness will be my response. Now I want to know how can I make an e...
Farhana
2177 views | 5 replies
Latest Discussions
-
How to auto-run attached scripts on a table pulled from database
Following code will attach all jsl scripts in c:\work directory to the table dt. Do you know any function/command which can also make it auto-run on the table?
dt = Current Data Table(); dir = "C:\work"; fileNames = Files In Directory( dir ); if (dir!="", For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; show(filename); If( Ends With( filename, ".j
...Dib-Dey
913 views | 1 replies -
Lineup box disappears upon Save as Report MyReport.jrp
I have a script that creates a window with three tabs. The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.
nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );
All the graphs generated by the loop are appended with:vlb << Append( Graph Builder("graph stuff here");
At the end everything looks as expected two...ALopez
1743 views | 4 replies -
problem to open excel
hi, with JMP 15, I have a ne error message. I don't understand what to do. can someone give me a solution please? best regards
Françoise
1375 views | 3 replies -
How do I combine these codes?
Hi there, I would like to combine these codes so that they run from the "Formulation Change Review (new)" and closes the new data table/tabulate tab only leaving the graph. Any help much appreciated!
(Data Table( "Formulation Change Review (new)" ) << Tabulate( Add Table( Column Table( Grouping Columns( :Lab RFT ), Statistics( Row % ) ), Row Table( Grouping Columns( :Grade ) ) ) )) << Make I
...JC7
621 views | 1 replies -
Permutation procedure for randomized block design
I'm interested in conducting a permutation analysis. I have three treatments, with a randomized block design with seven blocks. I'd like to do a permutation procedure to test both the F value and for posthoc pairwise comparisons.
Craig_Stockwell
1604 views | 4 replies
Latest Discussions
-
generalized regression
How do I get a whole model significance test when conducting a generalized regression using the negative binomial distribution? I can get the individual effect significance tests, but I do not see where I can get the whole model significance.
Mrubra
861 views | 0 replies -
Comparing observed/predicted from different models. (Mean Absolute Deviation (MAD) or Mean Absolute Error (MAE))?
I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...
matthias_bruchh
3110 views | 0 replies -
Graph Builder - Remove Combine Scales?
In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...
ehorne
1219 views | 0 replies -
SharePoint Online
My company recently began the migration from SharePoint 2010 to SharePoint Online. I have found that my JSL scripts are now no longer able to open or save files to the new SPO site. Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.
TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl
...Outdoorsman1963
1099 views | 0 replies
JMP Events
-
ChinaShanghai May 29
-
12:00PM - 1:00PM EDTApr 3Teaching Predictive Modeling
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-predictive-modeling-...
-
2:00PM - 3:00PM EDTApr 3Virtual JMP Pharma and Biotech Club: "Comparability: One of These Things Is Not Like the Other"
https://www.jmp.com/en_us/events/users-groups/users-group-meetings/jmp-pharmabio-club-03apr25.html &...
-
1:00PM - 2:00PM EDTApr 4Getting Started with JMP
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
-
2:00PM - 3:00PM EDTApr 4Centralizing Shared JMP Reports Across or Within Groups Using JMP Live - Mastering JMP
Do you need to share reports with different work groups, suppliers or partners? Are you part o...