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
-
Opening multiple DataTables
So I want to create an application that will prompt the user to specify a certain number of data tables after which the user can pick the corresponding tables. Also I would like to add columns to each of those tables. I am still new to jmp/jsl but below is my script which of course does not work, Any help is well appreciated;New Window( "Number of Data Tables", <<Modal, Text Box( "Number of Data...
luqi
16712 views | 8 replies -
Keep Dialog Window Open?
Anyone have a quick code to mimic the "Keep dialog open" option you see in the table platforms, like 'subset'. If yes, does it work with a Modal window?
msharp
11344 views | 11 replies -
Reference a scale box with a variable
Hi, I'm trying to produce multiple graphs with a for loop, and assign the column title to the Y axis. After graphing, I want to add three reference lines to the Y axis with a Dispatch command, but cannot figure out how to dynamically reference the Y axis box, see *** below:For( i = 12, i <= 18, i++, Col_name = Column( i ) << Get Name; temp = Expr( Col_name ); //Graph Line Data Split_dt <<
...bensyork
4680 views | 3 replies -
How to remove custom cell colors?
In JMP I find that if I add cell colors by selecting the cells, right clicking, and doing "Color Cells", then there doesn't seem to be any way to remove the colorings. Even if I try to use the "Color or Mark by Column" function or the "Value Colors" property to change the colorings of the cells, it seems to be unable to overwrite the custom colorings. Doing "Clear Row States" does not get rid of...
a01
9333 views | 2 replies -
Complex Numbers in JSL
Is there any hint that JMP may add complex number support into JSL in the future?I've seen the namespace("Complex") Stuff but wondered if there was going to be a more substantial addition.
vince_faller
8788 views | 3 replies
Latest Discussions
-
Keep Dialog Window Open?
Anyone have a quick code to mimic the "Keep dialog open" option you see in the table platforms, like 'subset'. If yes, does it work with a Modal window?
msharp
11344 views | 11 replies -
Reference a scale box with a variable
Hi, I'm trying to produce multiple graphs with a for loop, and assign the column title to the Y axis. After graphing, I want to add three reference lines to the Y axis with a Dispatch command, but cannot figure out how to dynamically reference the Y axis box, see *** below:For( i = 12, i <= 18, i++, Col_name = Column( i ) << Get Name; temp = Expr( Col_name ); //Graph Line Data Split_dt <<
...bensyork
4680 views | 3 replies -
[ Help ] export table to SAS : encoding issue
Hi All,I'm using the following script for exporting some tables (here PANELISTE table) to a SAS library (here PIF).conn = SAS Connect( "SASApp" ); SAS Submit( "libname PIF '\\PRSASA01\dro\AVAUCLAIR\TST';"); dt2 = Open Database("DSN=XPANEL;UID=user_id;PWD=01010101;APP=JMP;WSID=VUC0029;Network=DBMSSOCN", // data source "PANELISTE" ); SAS Export Data( dt2, "PIF", "PANELISTE", ReplaceExisting ); ...
antoine_vauclai
6007 views | 6 replies -
How to specify a number array
Hello Guys,I want to specify a number array from 1 to 100.Right now I am doing it in the following way.sel[1] = {"1", "2", "3", "4", .....continued upto "100"};But this method is very cumbersome as I have to type in all numbers up to 100. Is there any shorter way in which I can tell JMP that I mean all numbers from 1 to 100.Thanks
bpp0920200
4537 views | 2 replies -
Translation in the JMP User Community
It appears that our new automatic translation is overly aggressive. Best practice is to turn off the translation checkbox in the upper right before copying and pasting JSL.We're going to keep working on ways to avoid this problem.-Jeff
Jeff_Perkinson
10969 views | 8 replies
Latest Discussions
-
Interpreting canonical structure and scores in discriminant analysis
I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks. In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables. My understanding is that the scoring c...
amzipkin
3359 views | 0 replies -
Generalized Segmented Distributions
A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions. Utilizing this method, the distribution can approach any continuous density function of arbitrary form. The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal. The paper can be found here:The General Segmented Distrib...
Steven_Moore
2286 views | 0 replies -
Incorporating Reference Lines into legend for multiple bivariate graphs.
Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
Bivariate(
Y( :Cat),
X( :Dog),
Histogram Borders( 1 ),
Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
Elements( Points( X, Legend( 1 ) ) ),
SendToReport(Dispatch(
{},
"2",
ScaleBox,
{Add Ref Line( 140, Solid, "...saswatmishra50
3040 views | 0 replies
JMP Events
-
ChinaShanghai May 29
-
1:00PM - 2:30PM EDTApr 16Jump into DOE: Hands-on Workshop
Jump into DOE Wednesday, April 16 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hosted via Zoom...
-
12:00PM - 1:00PM EDTApr 17JMP for Teaching Statistics in Semiconductor Engineering Education
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/jmp-for-teaching-stat-semicon...
-
1:00PM - 2:00PM EDTApr 25Getting 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 25Gleaning Valuable Product Information from Text Data - Mastering JMP
Are you a subject matter expert with information buried in unstructured text, such as survey free-re...