Keyboard shortcuts
Hi Guys,
I went through the keyboard shortcuts list in the JMP quick reference card but are there any more keyboard tricks out there?
Thanks.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hi Guys,
I went through the keyboard shortcuts list in the JMP quick reference card but are there any more keyboard tricks out there?
Thanks.
Is there a way to convert an image type in a jmp script prior to adding it in an image column in a table? I have a bunch of .tif files which reside in a .zip file. I can read the data from a specific image into a table using a script like this:dt = New Table( "test", New Column( "Image", Expression ) );
dt << Add Rows( 1 );
za = Open( "tif_library", "zip" );
dat = za << Read( "tif_file_n.tif", ...
I create a data table through tabulate and need to do further reports on that data table but each time it gives a name to data table "untitled XXX" (in this case untitled 14) . And since I need to automate the reporting and need to do it several times a day I need a "fixed name" for that data table (and further save or not). How will I do it?Thanks for your help(Data Table( "AgencyStayISL.jmp" ) ...
saitcopuroglu
I am trying to set all the Column Names to uppercase. I have tried the below but it just changes the list to uppercase not the columns.
col_name_list = dt3 << get column names(string);
for (i = 1, i <= nitems(col_name_list), i++,
col_name_list[i] = uppercase(col_name_list[i]);
What do I need to do to change all of my column names to uppercase?
I am trying to determine a meausre of how distance from a point effects measurements to find a minimum / maximum point within range of points. I tried to do this in the attached files but I cannot find a way to do this programatically. I tried to do this by concatenating a table of N rows, N times, copying the XY coulmn, sorting Y then X then pastingn this sorted column into the NxN table. I tri...
Hi Guys,
I went through the keyboard shortcuts list in the JMP quick reference card but are there any more keyboard tricks out there?
Thanks.
Is there a way to convert an image type in a jmp script prior to adding it in an image column in a table? I have a bunch of .tif files which reside in a .zip file. I can read the data from a specific image into a table using a script like this:dt = New Table( "test", New Column( "Image", Expression ) );
dt << Add Rows( 1 );
za = Open( "tif_library", "zip" );
dat = za << Read( "tif_file_n.tif", ...
I am trying to determine a meausre of how distance from a point effects measurements to find a minimum / maximum point within range of points. I tried to do this in the attached files but I cannot find a way to do this programatically. I tried to do this by concatenating a table of N rows, N times, copying the XY coulmn, sorting Y then X then pastingn this sorted column into the NxN table. I tri...
Hello Gentlemen, I am writing because I am a little confused about the options that there are in JMP. I am trying to evaluate a DOE and the construction of the model Effect there are several option like response surface which is by default but I did a comparison with Minitab and I found different results between both softwares but I think the Minitab result is the good one because it is more acc...
How can I calculate in JMP the odds ratio in an ordinal logistic regression with one independent, continuous variable [0-1], and one ordinal dependent variable [1,2,3,4,5]? See the example in the screenshot, where it is unclear to me where I can find the odds ratio.
One way to select possible number of clusters in hierarchical methods is to identify the relatively large changes in distance as number of clusters change (see table below). When I look at the actual distance measure from the table (clustering history below dendogram), there is a bigger jump from 3 clusters to 4 than from 4 to 5 (smaller), suggesting 4 may be the right decision. However, when you ...
I have a data set from a two-choice rodent feeding trial. We were testing the effectiveness of 10 deterrents by coating them on seeds and offering them to rodents alongside control seeds that were uncoated. The explanatory variable is which of the 10 deterrents the treatment seed was coated with, and the response variable is the proportion of control seed and treatment seed consumed. The question...
Dear JMP Community, When I run repeated measures ANOVAs with JMP (RMS, with Subject as a random factor), I have noticed that when a certain factor is crossed with Subject, the corresponding DF Den stays independent while the DF Dens for the other factors are put together as “Residual”. Please see Images 1-3 of the attached file on how “DF Den” under “Test Denominator Synthesis” change across imag...
I'm working with a dataset of about 27,000 rows and am trying to use 9 factors to predict a response using the partition function and a decision tree. I'm using both k-means and validation. When I tell JMP to Go, it will split 100-200 times, however the Split History shows me very little improvement after about 20 splits. For what I'm trying to do, I want to back up to the 20th split, but I don'...
I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors. I need to get JMP Pro before trying out JMP's implementation. I'm doing all the analysis in R at present. Does JMP Pro also include group lasso? I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso. F...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...