Welcome to the JMP User Community!
Ask questions, get answers, meet other JMP usersLearning Resources
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesLatest Discussions
-
txt import - point and comma ?
MultiFileImport (MFI())
independent of the settings in the operating system and the settings in the preferences,
text files with point as decimal separator can be imported, files with comma can't. Open(...)
there are several settings in JMP that control whether txt files can be imported or not.
This is how it looks on my Win / JMP18.1.1 system:(to make it easier to read I put the symbols for comma an...hogi
415 views | 2 replies -
graph builder: label by row and error bars
hii, two questions:I tried to put name labels on my graph data, but when I use "Label by Row," I get only the row number. Any solution?I have a graph with a logarithmic X-axis and a regular Y-axis. I need error bars for both axes, but because of the logarithmic axis, it doesn’t work well. Any solution for that?thank you
lazyamir
333 views | 2 replies -
Difference between EMP Gauge R&R and AIAG Gauge R&R
On JMP, there 2 options that you could find GRR% value from either EMP or either from AIAG option. Which one is showing GRR% on AIAG standard?I could not understand the logic behind two GRR% values found by two different options. What could be the formulas behind these two?
SevilArslan
246 views | 1 replies -
sort list ( ... , decending)
For sort(), there is an option descending.For sort list() not?
What is the easiest/best way to sort a list with descending order?Sorting Listshogi
315 views | 2 replies -
Graph Arrangement with For Loops
I want to understand how to arrange graphs.
When a user wants to arrange them in two rows with three graphs in each row, I can achieve that using the script below:New Window( "Test", H List Box( For( i = 1, i < 4, i++, Graph Builder( Size( 528, 450 ), Show Control Panel( 0 ), Variables( X( :age ), Y( :height ) ), Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Lege
...BabyDoragon
241 views | 1 replies
Latest Discussions
-
txt import - point and comma ?
MultiFileImport (MFI())
independent of the settings in the operating system and the settings in the preferences,
text files with point as decimal separator can be imported, files with comma can't. Open(...)
there are several settings in JMP that control whether txt files can be imported or not.
This is how it looks on my Win / JMP18.1.1 system:(to make it easier to read I put the symbols for comma an...hogi
415 views | 2 replies -
Difference between EMP Gauge R&R and AIAG Gauge R&R
On JMP, there 2 options that you could find GRR% value from either EMP or either from AIAG option. Which one is showing GRR% on AIAG standard?I could not understand the logic behind two GRR% values found by two different options. What could be the formulas behind these two?
SevilArslan
246 views | 1 replies -
Graph builder auto scale fails when using log scale
When using Graph builder, generally, the axis scale (min, max) is set to reasonable values according to the data range.But when I set the scale type to 'Log', the scale range will be set to 1E-3 to 1, while my minimum data point down to 1E-12 level.This makes the curve outside of the graph window, unless I modify the min/max range manually.But I'm using JSL to process different of data sources. Th...
Setsuna
227 views | 1 replies -
Spectral Density Reports and Modifications from Time Series Analysis
Hi All, I've been using this feature since JMP 16, it's a real big saver in trying to churn out multiple magnitude vs. frequency graphs. I'm trying to sort out issues in my data, and was hoping for some scripting help, and request for features. 1) When I save my spectral data the period and frequency columns do not consider the time scale I used to make the time series graphs. So I am repeatedly...
Binyamin
359 views | 2 replies -
How to adjust the size of R plot imported with get R graphics(); ?
I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?
R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(
...CountableModel1
326 views | 0 replies
Latest Discussions
-
How to adjust the size of R plot imported with get R graphics(); ?
I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?
R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(
...CountableModel1
326 views | 0 replies -
Exceptions are the utilities Show, Write, and Print ...
from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml# If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
Exceptions are the utilities Show, Write, and Print, which do not evaluate e...hogi
316 views | 0 replies -
Extract Expr: Issue with scoped variable
This works:
Extract Expr(:height << set name( "new" ), :height );
But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );
Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x )
*) why...hogi
256 views | 0 replies -
A custom function evaluates the return value
fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:
myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())
so maybe add another Expr() ...add custom functions (newcustom function("m
...hogi
264 views | 0 replies
JMP Events
-
ChinaShanghai May 29
-
8:30AM - 10:30AM CDTApr 3In-Person Twin Cities JMP Users Group Meeting
Are you a JMP user looking to sharpen your skills, discover new insights, and connect with fellow an...
-
12:00PM - 1:00PM EDTApr 3Teaching Predictive Modeling
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-predictive-modeling-...
-
2:00PM - 3:00PM EDTApr 3Virtual JMP Pharma and Biotech Club: "Comparability: One of These Things Is Not Like the Other"
https://www.jmp.com/en_us/events/users-groups/users-group-meetings/jmp-pharmabio-club-03apr25.html &...
-
1:00PM - 2:00PM EDTApr 4Getting Started with JMP
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...