Questions tagged [sas-jmp]

JMP is a "Data Discovery" tool from SAS Institute. It is used for combining advanced data visualization techniques with powerful statistical tools.

JMP is a software product offered by SAS Institute that, in contrast to base SAS software, is focused on data visualization. While it has much of the same statistical power of SAS and is easily linked to various SAS products, its focus is on the visual. Producing graphs easily that allow you to see trends in your data, it complements the more numbers-focused base SAS offering and is used across all major industries.

JMP is pronounced "Jump", intended to evoke the idea of making a 'jump' in understanding by seeing your data in a visual manner.

The product website is jmp.com, and the documentation can be found on their support site.

58 questions
1
vote
1 answer

JMP Script, filling in blanks of a column with character value

I am pulling in a text file of data and using jmp script to clean it up. One column (Merch State) is populated with state initials (such as AL, CA, NJ, NY) and can have blanks. The blanks are due to international transactions and should be filled…
Sully
  • 11
  • 1
  • 2
1
vote
1 answer

In JMP, how to custom graph line by specifying the curve name?

In JMP, we can custom any fit curve using this code obj << (Curve[1] << Line Style( DashDot )); Now what I want to customize the line style not based from curve number but by curve name. Example, if I have 5 curves (grouped by day of the week), I…
schrodingerscat
  • 189
  • 1
  • 3
  • 15
1
vote
0 answers

In JMP Fit Model Profiler, how do I create a single Output Grid Table for all groups?

I want to create a table that predicts the value of several Y variables given that two X variables have fixed value. I want to do this on a per group basis using Fit Model of JMP. The problem is that per group, I get one table. So if I have 20…
schrodingerscat
  • 189
  • 1
  • 3
  • 15
1
vote
0 answers

Alternate cut off matrix

If I have an alternate confusion matrix similar to one above. I am trying to predict bad risk. I do understand that with .04 probability I am able to find more bad risk but I would want to know what implication does this .04 has interms of…
Shank
  • 665
  • 3
  • 9
  • 21
1
vote
1 answer

How do I extract the R-square and slope of the data from JMP report?

Using a JSL script, I plot several variables V1, V2, V3 (and so on) from two conditions A and B against each other to see how well-correlated they are. For example. V1 of A vs. V1 of B. I then send the graphs to a JMP report so all graphs will…
schrodingerscat
  • 189
  • 1
  • 3
  • 15
1
vote
0 answers

automatically run a series of unix and jmp scripts

I need to run a cshell script on a file and then run a JMP-SAS script on the output file and at last run another cshell script on the output file. Does anyone know a way to this automatically?
1
vote
1 answer

Get a range of columns in JMP Script

I am just starting JMP scripting and am having trouble finding the syntax for performing a function on a range of columns without manually looping. I am trying to do a simple sum() across a row, but want to skip the first 5 columns. I have tried…
Tom
  • 312
  • 5
  • 17
1
vote
1 answer

A Top Bottom Rule for JMP

I need to find the top 20% of a data attribute of a data table in JMP. Excel has a Top-Bottom Rule that help find the same but JMP doesn't quite have it. Is there anyway to figure the top 20% of a column in JMP?
pheno
  • 437
  • 1
  • 4
  • 13
1
vote
0 answers

Regression of Continuous variable on nominal variables

Using JMP software, if my dependent variable on the y-axis is a continuous variable "Revenue from Movie" and the predictors are 4 categorical variables ( 1= Action, 2=Comedy, 3 = Kids, 4=Other) then I find that the JMP software always leaves one of…
Utpal Mattoo
  • 890
  • 3
  • 17
  • 41
1
vote
1 answer

Can JMP be run in batch mode on cluster?

I need to do a large number of model fits using JMP, and would like to throw this onto our campus cluster (running either Windows or OS X). This means that the analysis must be performed in batch mode, without opening a GUI, since the cluster nodes…
pjs
  • 18,696
  • 4
  • 27
  • 56
1
vote
1 answer

In JMP 11, how do you tabulate how many rows are selected, excluded, and hidden?

I have data where some are either (A)Hidden and Excluded or (B) Labeled or (C) Both. Is there a way that I can generate a table which summarizes how many rows belong to Groups A, B, & C?
schrodingerscat
  • 189
  • 1
  • 3
  • 15
1
vote
2 answers

Basic data filtering operations on a big file which contains raw data

The title may sound nonsense but let me explain. I need to filter a txt file. The operations I should perform are highly basic as I said. The file I am talking about is this…
Dorukhan Arslan
  • 2,676
  • 2
  • 24
  • 42
1
vote
1 answer

Iterate through variables in a regression in SAS/JMP

I'm trying to take a set of independent variables and test if they are (statistically significantly) differently-correlated to two groups of data. I've been advised that the way to do this in JMP is to make a series of linear regressions like the…
1
vote
2 answers

Automating JMP Software testing?

We use JMP application for statistical analysis. I am trying to use QTP (record/playback) for this. But it does not work. Once it opens the application and tries to open a file, the JMP application shuts down. We compare two CSV files and generate…
user221554
0
votes
0 answers

JMP Append Factor Settings to Table Overwriting instead of Appending

I have fit multiple models using the "by" function in the "Fit Model" window. I have some factor settings I would like to append to my existing table. I want to make sure they are saved for every location (I have 10 and want to avoid…
Marshall
  • 33
  • 4