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
-
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 -
Why can't I detect curvature (nonlinearity) in DOE in JMP?
In Minitab, if the factors in the DOE have center points, the curvature will be directly tested (i.e. nonlinearity, p<0.05 indicates that the curvature is significant), but there seems to be no such function in JMP?
Xinghua
1524 views | 12 replies -
Log Compiler
I have a script that compiles a group of log files depending on the title of the files in the source directory. This script reads in a Lot ID from an address table and uses that to search the path directory "dir" and compile the target files. I need to repurpose this script where I would like the script to look inside the text of the available files to see if the lot ID shows up there and compil...
SpannerHead
479 views | 3 replies
Latest Discussions
-
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 -
Log Compiler
I have a script that compiles a group of log files depending on the title of the files in the source directory. This script reads in a Lot ID from an address table and uses that to search the path directory "dir" and compile the target files. I need to repurpose this script where I would like the script to look inside the text of the available files to see if the lot ID shows up there and compil...
SpannerHead
479 views | 3 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...