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
0
votes
1 answer

How to get standard error bars from the mean of three columns in JMP

I have a data set that looks like this: dens1 dens2 dens3 conc 0.339 0.354 0.432 123 0.287 0.234 0.324 143 0.236 0.453 0.123 153 0.182 0.235 0.324 143 0.18 0.245 0.213 153 I am interested in…
Ozzy
  • 1
  • 1
0
votes
1 answer

JMP script to automatically open Images

I've a JMP file that contains a lot of information extracted from images. For example: "Feature 1" "Feature 2" "Image FullPath" 1 2.1 "/myimage1path/myimagename1" 3 4.0 "/myimage2path/myimagename2" When I analyze the features, I select some images…
FiReTiTi
  • 5,597
  • 12
  • 30
  • 58
0
votes
1 answer

pull out r squared from fit model to table in JSL JMP

I'm trying to figure out how to use JSL to write some of the analysis of variance variables values to a table in JMP. My idea is to write a script that runs different types of models with different parameters with R^2 and RSME logging to a table…
Austin
  • 75
  • 1
  • 9
0
votes
1 answer

In JMP, how do make the script general to accommodate different binning?

My data table has this column named "BIN". This BIN column can contain different values, depending on the binning used in that specific data set. Example, it can have values such as "A", "B", "C", etc. Or it can have values as "Grp1", "Grp2",…
schrodingerscat
  • 189
  • 1
  • 3
  • 15
0
votes
1 answer

Creating Custom Shapefiles

I have the zip code tabulation area (ZCTA) ESRI shape files from the US Census Bureau that I would like to use to display data on map charts using software like tableau, SAS JMP, etc. Each of these programs can readily recognize and plot the zip…
Josh
  • 1,800
  • 3
  • 15
  • 21
0
votes
1 answer

STATS: Interpreting KSL test in JMP

JMP has very little documentation on the KSL test when testing for normality. My data set is 10k large and I obtain the following when applying a goodness-of-fit test. Can someone make sense of the JMP output for me? D Prob>D 0.081786 < …
dsmalenb
  • 149
  • 8
0
votes
1 answer

JMP Scripting: Why doesn't my column data get sent into a Function?

I am creating a JSL script for some of my datatables and need my function to act on a column. I can get the function to act on the column during a plotting event, but not with standard operations. Here's an example that works. This acts on the…
dthor
  • 1,749
  • 1
  • 18
  • 45
0
votes
1 answer

JMP file - post subscription

I was at a university the used the Stats program JMP. I have since left and want to access the data I was working on but I can't open the file as my subscription to the software has finished. Is there anyway I can access the data (change it to an…
user29689
  • 15
  • 2
0
votes
1 answer

Extract covariance matrix nonlinear fit

Using a JSL script, I would like to extract the covariance matrix of a nonlinear model. I have a 4PL curve. But when I request: m["Logistic 4P"]["Parameter Estimates"]["Covariance of Estimates"]["Reference"][""]; It is said that it is an outlinebox…
PerrySun
  • 187
  • 1
  • 1
  • 8
0
votes
1 answer

JMP 9 automation bug -- workarounds?

I'm using JMP 9.0.3 64-bit under Windows 7 and automating it from Python (EDIT: I've confirmed that the bug can equally be reproduced with VBScript automation, and still exists in JMP 11.0.0). My automation code is based on the JMP 9 Automation…
Dan Lenski
  • 76,929
  • 13
  • 76
  • 124
0
votes
1 answer

Is the grey line the mean or the median?

On this JMP plot found here Does the horizontal grey line represent the overall mean or median (or something else)?
Remi.b
  • 17,389
  • 28
  • 87
  • 168
0
votes
1 answer

Mosaic plot from count data with JMP

I am trying to make a mosaic plot with JMP where the data are already in form of frequencies. I would know how to make a mosaic plot where the frequencies are given by the number of occurences in my data but not when the frequency is directly…
Remi.b
  • 17,389
  • 28
  • 87
  • 168
0
votes
1 answer

Changing the number of digits in JMP bar chart label

In JMP bar chart, the label has too many digits, how can I change it to less?
user30332
1 2 3
4