Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesFull disclosure: I'm not a coder and JSL gives me a particularly difficult time, however I feel that this portion of the script I am writing should be far easier than it has been. I use the Data Filter frequently, with "Find" and "Regular Expressions" enabled (see image), however there is no option to save these settings so they must be cumbersomely re-enabled every time I open the filter. What I ...
I have a script that joins four tables using the JMP Query Builder. A condensed example of the script is below. This works with a fixed number of columns, however dt1 can have any number of columns and I need to incorporate all of them. The remaining three tables have specific columns for inclusion, all other columns need to be dropped. Names Default to Here( 1 );
dt1 = Open( "C:\...\dt1.jmp", in
...
I searched the Discussions posts, and saved JMP as TXT file first, and then changed TXT name to CSV.But my JMP default does not check "Export Table Headers".
How can the JSL be saved as a CSV file with the column name?I added "Export Table Headers(1)" in the code, which did not work.Thanks!
Hello, I'm so grateful for all of the previous replies, and am learning more and more about JSL every day. At this point, I am comfortable with the basics, and have learned about For loops, For Each Row and use of the Formula function. This was very helpful. As I mentioned in my previous post, I'm working on a dataset, and have 4 key columns: 1) PATIENTID: list of unique values for patient number
2...
I searched the Discussions posts, and saved JMP as TXT file first, and then changed TXT name to CSV.But my JMP default does not check "Export Table Headers".
How can the JSL be saved as a CSV file with the column name?I added "Export Table Headers(1)" in the code, which did not work.Thanks!
Hi, Simply put, I just need to get from JMP format WIDE to LONG.I'll use BIG CLASS to outline the basic idea: dt = Open( "$SAMPLE_DATA/big class.jmp" );
Basic objective: Structure BEFORENAME AGE SEX HEIGHT WEIGHT
KATIE 12 F 59 95
LOUISE 12 F 61 123
JANE 12 F 55 74
JACLYN 12 F 66 145
Structure AFTER (let's see NAME and SEX as IDs)NAME SEX SOURCE_COL VALUE
KATIE F AGE 12
LOUISE F AGE 12
JANE F AGE 1
...
Hi Experts!
I found the drawing JSL in several sample JMP files for stocks, but did not find a way to make the Candlestick Charts.dt = Open( "I:\00\jmp\Samples\Data\TechStock.jmp" );
I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong? ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...
I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...
Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...
I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?
Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a 73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...
REGISTER HERE After mastering simple and multiple regression, students can build skills in ad...
German Mastering JMP Webinar Mit dem Vorhersage-Analysediagramm können Sie interaktiv untersu...
French Mastering JMP Le profil de prédiction vous permet d'examiner de manière interactive l'...
EMEA Mastering JMP Prediction profiling lets you interactively examine the impact on your res...