AI + JSL
Thanks a lot for your effort to make AI capable of programming JSL code.
The improvements over the last few months and weeks are incredible!
where did the improvements come from?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Today's challenge:
f=Function({}, {1,2,3});
tmp=f();
y=tmp[1]; // works
x=f()[1] // doesn't work
understanding the issue helps a lot to understand how JSL works : - )
Can I get some help interpreting the results of my mixture of mixtures study? I'm studying the friction of asphalt, specifically the effects of aggregate type, aggregate blend ratios at coarse and fine fractions, and asphalt gradation type.
Aggregate Types, 6 total:
- Class A (high quality): A1, A2, A3
- Class B (low quality): B1, B2, B3
Aggregate Blending (Coarse and Fine portions)
- Blend percent o...
hidden variables are very useful:
when the user puts "__" in front of the variable name, the variable won't show up via show symbols();
Sometimes I want to store mote than just a single value - and use a namespace.
Is there a possibility to hide a namespace?
I found this wish: Hidden namespaces
But it got archived some years ago ...
delete symbols();
x=5;
_x = 5;
__x=5;
__ns = New Namespace("ns");
...
Above is a picture of an attempt to Search for the beginning of the line of the 3 Column Names and Replace that with the prefix "Pre-" in JMP19. it causes my computer to start calculating who-knows-what for more than 20 minutes, before I finally decided to kill it. My computer heats up, the fan comes on and it sounds like it's in distress! I have to do something similar to this almost every da...
Today's challenge:
f=Function({}, {1,2,3});
tmp=f();
y=tmp[1]; // works
x=f()[1] // doesn't work
understanding the issue helps a lot to understand how JSL works : - )
Can I get some help interpreting the results of my mixture of mixtures study? I'm studying the friction of asphalt, specifically the effects of aggregate type, aggregate blend ratios at coarse and fine fractions, and asphalt gradation type.
Aggregate Types, 6 total:
- Class A (high quality): A1, A2, A3
- Class B (low quality): B1, B2, B3
Aggregate Blending (Coarse and Fine portions)
- Blend percent o...
hidden variables are very useful:
when the user puts "__" in front of the variable name, the variable won't show up via show symbols();
Sometimes I want to store mote than just a single value - and use a namespace.
Is there a possibility to hide a namespace?
I found this wish: Hidden namespaces
But it got archived some years ago ...
delete symbols();
x=5;
_x = 5;
__x=5;
__ns = New Namespace("ns");
...
Hi all, could someone please explain why the two reports mentioned above seem to give different results for the F-Ratios of the main effects of operator and part, but give consistent results for the F-Ratio of the interaction effect operator*part? Data file: Variability Data/2 Factors Crossed.jmp (JMP example data file. Use >Help>Sample Data Folder in JMP to get it) Test #1: I did the JMP exa...
Which credential does open() use when it accesses a file via
open("https://www.google.de")
Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.
I am writing a simple GUI prototype:
List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table.
Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...
I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...
Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation, SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...
Duration: 90 minutesRegistration: FREEHosted via Zoom This online workshop is for beginnin...
Date: Thursday, February 5Time: 1:00–2:00 p.m. ETRegistration: FREE Whether you've ju...
JMP Student Edition is a professional statistics environment rather than a simplified teaching tool....
JMP imports and analyzes the important data you collect or store in a variety of databases and forma...