学習のためのリソース
コース、チュートリアル、JMPを学習するためのその他の方法をご覧ください。
すべての学習リソースを表示最新のディスカッション
-
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
1410 表示 | 12 件の返信 -
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
452 表示 | 3 件の返信 -
DataTables for Applications and Dashboards
Hello All,
I want to build code for an application/dashboard. The first part of my code imports some tables, does some filtering and formatting and then builds some graphs and reports.
After this I would like to have general code to build an application/dashboard to display the reports I made earlier using the already existing datatables (after the filtering and formatting). I have not been able to ...AdditiveRange10
487 表示 | 6 件の返信
最新のディスカッション
-
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
452 表示 | 3 件の返信 -
DataTables for Applications and Dashboards
Hello All,
I want to build code for an application/dashboard. The first part of my code imports some tables, does some filtering and formatting and then builds some graphs and reports.
After this I would like to have general code to build an application/dashboard to display the reports I made earlier using the already existing datatables (after the filtering and formatting). I have not been able to ...AdditiveRange10
487 表示 | 6 件の返信 -
Weighted mean
In this example, I would like to calculate Column 2 mean based on mean of each Group. Group 3 has two values, and the mean of Group 3 is (3+9)/2= 6. So I would need to get the by-Group column 2 mean : (3+3+(3+9)/2) /3 = 4. When I use Tabulate or Column Mean (:Column2 ) to get the statistics, each individual column2 values were used separately for calculating the mean (3+3+3+9)/4 = 4.5. How to g...
GroupSquareWolf
2371 表示 | 7 件の返信
最新のディスカッション
-
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
299 表示 | 0 件の返信 -
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
243 表示 | 0 件の返信 -
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
257 表示 | 0 件の返信 -
ods output "DIFFS" in proc mixed
Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.
lvierbaum
354 表示 | 0 件の返信
JMPイベント
-
ChinaShanghai 5月 29
-
12:00PM - 1:00PM EDTMar 20JMP for Teaching Data Analytics Courses
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/jmp-for-data-analytics-course...
-
1:00PM - 2:00PM EDTMar 21Getting Started with JMP
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
-
1:00PM - 2:30PM EDTMar 26Jump into Gauge Studies: Hands-On Workshop
Jump into Gauge Studies Wednesday, March 26 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hoste...
-
1:00PM - 3:30PM MDTMar 27In-Person Colorado JMP Users Group Meeting
Seats are limited to 30 attendees, so register now to save your spot. Date: M...