the new Where?
Hi, how can I use the new Where function with lists of lists or matrices? xs = {10, 20, 30, 50};
Where( Print(xs); xs ==10 );
xs = {[10 20], [30 50]};
Where( Print(xs); xs ==[10 20] );
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hi, how can I use the new Where function with lists of lists or matrices? xs = {10, 20, 30, 50};
Where( Print(xs); xs ==10 );
xs = {[10 20], [30 50]};
Where( Print(xs); xs ==[10 20] );
Hi,
I have two data tables named, HVAC and Events. I want to match date/times in HVAC based on start time and end times of the Events table and mark the matching rows in HVAC table with 1.
I have script that runs but does not populate the "Matched" column and I am not quite sure why.
Names Default to Here (1);
Clear Symbols();
// Reference both tables
timeEvents = DataTable("Events");
timeHVA...
Hi all,
I have updated my windows from 10 to 11, and now i can't find the add in manager on jmp version167.2
Could someone help me ? where can i fins the add in manager ?
I have been drawing wafer maps in Graph Builder using Customize Graph. One issue I have is that the custom outline I have remains static in the frame, whereas the die can move depending on where they are populated. For example, if I only test a few die, their location appears to relocate to the bottom and left relatively to the drawing. Aside from adding bogus data to occupy the previous extr...
Bonjour, je viens de basculer sur jmp 18 il y a peu. j'utilisait la version 16 avant. J'ai créé un script pour extraire des données analyses numérique de plusieurs échantillons. j'ai concaténé ces différents échantillons sur une même table de données. Ensuite je transpose. Et la version transposée est ensuite ajouté à une autre base avec les échantillons ultérieurs. Ce script fonctionnait correct...
Hi, how can I use the new Where function with lists of lists or matrices? xs = {10, 20, 30, 50};
Where( Print(xs); xs ==10 );
xs = {[10 20], [30 50]};
Where( Print(xs); xs ==[10 20] );
Bonjour, je viens de basculer sur jmp 18 il y a peu. j'utilisait la version 16 avant. J'ai créé un script pour extraire des données analyses numérique de plusieurs échantillons. j'ai concaténé ces différents échantillons sur une même table de données. Ensuite je transpose. Et la version transposée est ensuite ajouté à une autre base avec les échantillons ultérieurs. Ce script fonctionnait correct...
It is necessary to record the user's region ( likes US, Canada, Europe, etc. ). May I ask what methods are available to obtain the current country/region of the computer? Is it possible to get it using Get Environment Variable()? I couldn't find which variables this function can retrieve.
Hi all,
I am new to JSL. I am creating a contour plot using graph builder as follows:
out << Graph Builder(
Show Control Panel( 0 ),
Size( 1301, 847 ),
Set α Level( 0.1 ),
Variables( X( :t ), Y( :f ), Color( :p ) ),
Elements( Contour( X, Y, Legend( 2 ), Number of Levels( 10 ), Smoothness( 0.0115027054779012 ) ) )
);
What would be the equivalent code if I want to replace Graph Builder with Graph Box...
Hi everyone, I am Dario Schiraldi, CEO of Travel Works, starting to work with regression models in JMP and would love some advice. What’s your approach to creating a solid regression model, and how do you interpret the key outputs like coefficients, p-values, and diagnostics? Are there any tips or common pitfalls I should watch out for? Also, which JMP features or visualizations do you find most h...
I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...
Hello, I am a user of JMP Live.
I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...
Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...
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(...
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...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...