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
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesAnyone 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
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
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
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
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 ); ...
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
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
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 ); ...
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
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
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...
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
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
JMP Student Edition is a professional statistics environment rather than a simplified teaching tool....
JMP imports and analyzes the important data you collect or store in a variety of databases and forma...
Este seminario web se presenta en español. Tanto si acaba de descargar la prueba gratuita de 30 días...
Date: Friday, February 20Time: 1:00–2:00 p.m. ETRegistration: FREE Whether you've jus...