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
-
JMP Alert: File not Found
Hi, I'm creating the following script for a journal:
OKScript = Expr( win1 << CloseWindow; lf = ListF << GetItems; If( N Items( lf ) < 1, Warning( "ERROR: You need to select at least one file" ); Throw(); ); For( i = 1, i <= N Items( lf ), i++, print(lf[i]); dt=Open(lf[i]); ); ); );
lf holds the list of file names that the user selected from a directory. I keep getting a 'JMP Aler...Jaz
9025 views | 5 replies -
Exclude certain rows in data analysis
I recently imported a survey that I created on Qualtrics. The survey was 30 minutes long so some people stopped halfway through or at the beginning etc.. I gave each question a point value to make the survey like a test and assign grades. But when I look at final points, this includes users who chose to terminate the survey early and do not have responses from that point forward. How do I excl...
nhi225
7278 views | 2 replies -
How to insert multiple data without column name?
Below is JSL to make JMP table. dt = New Table( "Floor Example",
New Column( "Unit ID", Character, Nominal ),
New Column( "Data1", Numeric, Continuous, Format( "Best", 12 ) ),
New Column( "Data2", Numeric, Continuous, Format( "Best", 12 ) ),
New Column( "Data3", Numeric, Continuous, Format( "Best", 12 ) ),
);dtdata={
{Unit ID = "A", Data1 = 1.1, Data2 = 2.1, Data3 = 3.1},
{Unit ID...Kwangki
5166 views | 2 replies -
How to automatically update rows with file name from a dynamic data import?
I'm working on a script that imports multiple files from a folder into a single data table. I have created a column listed USP_ID, in which I would like the filename to appear in each row. Although the data imports correctly, only the name of the final imported excel file is displayed in this column, whereas I would like each file name to be displayed in the rows corresponding to its respective da...
nhun
5239 views | 2 replies -
Python matplotlib import dll error when launched from JMP
I have a python script that imports pyplot from matplotlib. When I run this python script in any situation outside of JMP (from within Spyder IDE or just via windows command line), it runs just fine. But when I launch it using JMP's Run Program functionality, or even just with OPEN, it has an import error (see below). I've narrowed the import error down top ft2font from matplotlib and I can replic...
rossjason
6729 views | 4 replies
Latest Discussions
-
Exclude certain rows in data analysis
I recently imported a survey that I created on Qualtrics. The survey was 30 minutes long so some people stopped halfway through or at the beginning etc.. I gave each question a point value to make the survey like a test and assign grades. But when I look at final points, this includes users who chose to terminate the survey early and do not have responses from that point forward. How do I excl...
nhi225
7278 views | 2 replies -
Python matplotlib import dll error when launched from JMP
I have a python script that imports pyplot from matplotlib. When I run this python script in any situation outside of JMP (from within Spyder IDE or just via windows command line), it runs just fine. But when I launch it using JMP's Run Program functionality, or even just with OPEN, it has an import error (see below). I've narrowed the import error down top ft2font from matplotlib and I can replic...
rossjason
6729 views | 4 replies -
Append Journals
i am running a for loop to select different data tables and run variability chart for select parameters. The script is creating different report journals for each data table. Can any one one please help me in merging all the report journals together. Var_chart= Function ({select_y,select_x},
current data table (dt_sub);
Rep_chart = Variability Chart(
Y( Eval (select_y) ),
X( Eval (select_x) ),
Max Ite...RK1
4105 views | 3 replies -
Working with matching values from lists to tables
I have two lists extracted from a data set, one list contains column names and another, certain values extracted (one value from each column) based on certain conditions.List1 = {Wweight, O2 Uptake.......};List2 = {38,59.08.....};
After this step, the user gets a JMP table like the one below as an output with options whether to remove the value extracted by the script or not: The user either remo...Aam_jmp
4125 views | 4 replies -
two-way (or full factorial) repeated measures ANOVA with Block
Good afternoon,I would like to know if with JMP 14 is it possible to perform the Two-way (or full factorial) repeated measures ANOVA with blocks.When I perform random effects (for blocks) and I perform MANOVA I get error message:" Random effects are not supported by MANOVA".How can I perform this test with JMP 14?
Thank you for any help you can provide me.Laura1
4743 views | 3 replies
Latest Discussions
-
repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?
Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...
Reinaldo
2994 views | 0 replies -
Time Series - Prewhiten
Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
What is the Prewhiten Corr, Noise AutoCorr, &...nopon649
2117 views | 0 replies -
Fit Spline By Group: Save Spline Coefficients to Column?
Hi all--having an issue. I am using Fit Y by X to fit 5,000 separate regressions. I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1. This fits a spline to all 5,000 graphs with lambda of 0.1. I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D). I understand if I just had 1 regression...
M0gAl0g
2604 views | 0 replies -
Why does Profiler not stop
All,
I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this. I am using JMP 13.uday_guntupalli
1585 views | 0 replies -
P value, L-R Chi Square, Prob Chi Square in Choice results
Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...
aryasohrabi
3588 views | 0 replies
JMP Events
-
ChinaShanghai May 29
-
1:00PM - 2:30PM EDTApr 16Jump into DOE: Hands-on Workshop
Jump into DOE Wednesday, April 16 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hosted via Zoom...
-
12:00PM - 1:00PM EDTApr 17JMP for Teaching Statistics in Semiconductor Engineering Education
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/jmp-for-teaching-stat-semicon...
-
1:00PM - 2:00PM EDTApr 25Getting Started with JMP
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
-
3:00PM - 4:00PM CESTApr 30Scripters Club: Is Your SPC Doing Well?
Is Your SPC Doing Well? Presenter: Georg Raming (Siltronic) Would you like to keep an eye on many SP...