AddIn - check if avaialble?
How can I check via JSL if an AddIn is installed, e.g. Dynamic Subset Add-In (Filterable Data Table, updated) ? Is there a JSL command to enable/disable an Add-In?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHow can I check via JSL if an AddIn is installed, e.g. Dynamic Subset Add-In (Filterable Data Table, updated) ? Is there a JSL command to enable/disable an Add-In?
Hi JMP Community, Is there a way to sort the columns by the column property?I have a data table where the column contains the property "Test Number" (see below). I want to sort all the columns in the column group "Tests" by the column property "Test Number"I have attached the data table below. Any suggestions?Thanks, Jackie!
I am conducting a matched cohort study and would like to use JMP to create my control cohort. I have approximately 2000 cases and 10000 potential controls. I would like to match the cases to controls in a 1 to 1 ratio. How can I use JMP to select from the 10000 potential controls by matching those who are the most similar to the cases on three factors - date of admission to the hospital, comorb...
Hi,I m using the custom design of DOE for experimentation. The total number of runs for "Default" is always > Minimum. I 'm curious why there is a Default there and it is always > Minimum? How JMP calculate the extra runs in Default and the purpose of it?
example below is using 3 factors, including all the effects (full factorial)). the minimum is = 2^3 and this is same when using the classical ful...
caption("Warning:xxxxxxx")
My computer is a mac system with jmp17, every time I use caption it doesn't display the text, I don't know what's the reason, thanks!
Is there an option to run Query Builder including a "with nolock" statement to not tie up a database during a long data pull? Copying the QueryBuilder generated SQL into a script window and adding "with nolock" produced an error.
Hi All
I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:
Tweak_List = dt_Temp << Get Column Names("String");
For(i = 1, i <= N Items(Tweak_List), i++,
a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ";
b = Tweak_List[i];
c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2);
dt << New Column(Left(Tweak_List[i], Lengt
...
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you
dt = Current Data Table();
For( i = 1, i <= 50, i++,
dt << Bivariate(
Y( Column( dt, "u" || Char( i ) ) ),
X( Column( dt, "oven.T" ) ),
Fit Line( {Line Color( {212, 73, 88} )} )
)
);
Hello all, I have two trivial questions. Is there an option to add two blue lines to the effect summary plot? I want there to be a line at p=0,05 and p=0,001 beside the one at p=0,01. Like this: Is there a way to copy the interaction profiles to the graph builder? I don't like the format and want to change things, like the legend or the order of the x Labels Thanks in advance!
Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
- including the filters that were applied by the surrounding dashbord?
Hi,Is there a way for me and a collegue to work on the same JMP file in real time?We have JMP 17. Thanks!
Hello!For example, using large class data:
Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
The parameters of the sine curve are random. Thanks!
When designing dsd with 49 factors and 4 additional runs. Why do I get 109 runs and not 105 runs?
In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link. Is there another place that F1 is set up that I am missing? Or is it hardcoded?
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you face challenges with restrictive data formats from EDS, XRD, or Raman instruments? Are the ex...
REGISTER HERE If you teach with JMP Student Edition, you should be aware of some lesser known...
Do you want to efficiently and interactively explore data to uncover patterns and see relationships...