Is it possible to create a custom marker theme?
Hi, I am working on color/mark by, under row states. I was able to observe that there is a way to create custom color themes, but not for markers. Is there a way to do that? Thank you.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi, I am working on color/mark by, under row states. I was able to observe that there is a way to create custom color themes, but not for markers. Is there a way to do that? Thank you.
I got a good tip from Scott Allen a few weeks ago for using variable clustering to reduce dataset complexity. I have a very wide data table: 16 rows and 35,000 or more columns. Strangely, if I use "Fast Ward" under hierarchical clustering and choose "two-way" under the red triangle, two-way clustering (by row and by column) occurs within seconds. However, I can't find the option to find the "most ...
Hello everyone, I'm a student and new here. I want to plot points in the graph builder. Unfortunaly I'm not able to change the y axis to a linear scale, like i would get it if I plot it in word for example.What I mean is, I want 500, 1000, 1500,... for the labels instead there are the values of the data points I plotHere is how it looks like: Thanks in advance Flo
Hello everyone, kz = dthz << get rows where( Is Missing( :USL ) & Is Missing( :LSL ) );
dthz << delete rows( kz );
dthz << New Column( "FAIx", "character" );
dthz << begin data update;
dthz:FAIx << set formula( If( Col Number( :FAI#, :FAI# ) > 1, :FAI# || "_" || Char( Col Rank( :FAI#, :FAI# ) ), :FAI# ) );
dthz << end data update;
...
Wait( 1 );//have to add
dt2 = dt1 << Join(
With( dthz ),
Select(
I have a DOE with three mixture variables and two process variables. There are constraints on the mixture variables so most of the area in the mixture profiler is shaded out. I'm using JMP17. I would like to use the mixture profiler to show how the contours in the mixture space change as I move the process variables. As the design space is a fraction of the ternary plot, I need to change the sc...
I got a good tip from Scott Allen a few weeks ago for using variable clustering to reduce dataset complexity. I have a very wide data table: 16 rows and 35,000 or more columns. Strangely, if I use "Fast Ward" under hierarchical clustering and choose "two-way" under the red triangle, two-way clustering (by row and by column) occurs within seconds. However, I can't find the option to find the "most ...
I have a DOE with three mixture variables and two process variables. There are constraints on the mixture variables so most of the area in the mixture profiler is shaded out. I'm using JMP17. I would like to use the mixture profiler to show how the contours in the mixture space change as I move the process variables. As the design space is a fraction of the ternary plot, I need to change the sc...
I was trying to save datapoints that lay above 99.9% CI from Bivariate linear regression results. Selected alpha 0.001 and saved Indiv CIs formula. JM surely enough saves 2 columns named Lower.. and Upper 99.9% Indiv[my Y variable name]. However, when selecting points in which my Y variable > Upper I see that these limits correspond to much less strict CI, apparently 90%. Removing Fit and redoing...
dt = Current Data Table();
//declaring variables
alpha_min = 14;
alpha_max = 18;
inc_val = 0.1;
this is the script, but i want to create bivariate plots of each of them without it showing up as multiple pages and also combine the reports to data table. thanks
//defining mu col names
mu_col = "mu";
//loop through alpha range and create new cols//
For( alpha = alpha_min, alpha <= alpha_max, al
...
Hello! I have a Numeric Column which has up to 21 characters (i.e. 123145678915487615423) and I have the Column Properties set as: NumericContinuousBestWidth: 21Use thousands separator checked Unfortunately the highest character numbers are showing as 1.234567891546e+20 Where I want it to show as: 123,145,678,915,487,615,423 I tried to change many aspects, such as the modeling type, the format, da...
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...