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 I am trying to connect to an Aveva PI web API PI Web API Reference None of the authentication methods will work. Using Power BI I need to use windows authentication with alternate credentials. Tried putting in the authentication credential that works in Power BI in the basic without success. Is there a way to solve this using the alternate credentials for the jmp interface? Bes...
Hi, I've noticed with JMP 18.1.2 and MySQL ODBC 8.1 Unicode driver that I'm not seeing the option to sample the result set by a random number of rows. Is this an option that was dropped from JMP or the driver? Is there a way to get it back in query builder? Thanks
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 ?
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 am trying to connect to an Aveva PI web API PI Web API Reference None of the authentication methods will work. Using Power BI I need to use windows authentication with alternate credentials. Tried putting in the authentication credential that works in Power BI in the basic without success. Is there a way to solve this using the alternate credentials for the jmp interface? Bes...
Hi, I've noticed with JMP 18.1.2 and MySQL ODBC 8.1 Unicode driver that I'm not seeing the option to sample the result set by a random number of rows. Is this an option that was dropped from JMP or the driver? Is there a way to get it back in query builder? Thanks
I know how to reproduce the profiler generated by Analyze>Fit Model using Graph>Profiler when the response is not transformed. In the attached .jmp file "Profiler Example.jmp", script #1 fits a linear regression to the example data with no transform. If I save the "Prediction Formula" and "StdErr Pred Formula" columns, I can reproduce the profiler from script #1 using Graph>Profiler, as show in sc...
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...
May I ask a question: Regarding the "Model Sensitivity Profiler" in "Constant Stress ALT Design". The pre-estimated values have been set in the "Acceleration Model settings", and these set values cannot be modified. Besides, the values of "Approx. Fail Time for Setting 1" and "Approx. Fail Time for Setting 2" in the "Model Sensitivity Profiler" are also unchangeable. What is the significance of th...
Hello, I am running a PCA on an NMR dataset that contains some missing values. This isn't due to an error—it's simply the nature of the data, as some samples do not show certain peaks. I have noticed that when I include these parameters Y variables in the PCA and color the score plot by sample, some samples are missing entirely from the plot. It's not consistent—some samples with missing values...
Hi,
I want to use entries with newline in the legend.
what can I do to get a nice legend in Graph builder?
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
:name[30]="Robert\!n2nd";
Graph Builder(
Show Control Panel( 0 ),
Variables( X( :name ), Y( :weight ), Color( :name ) ),
Elements( Bar( X, Y ) ),
Local Data Filter(
Close Outline( 1 ),
Add Filter(
co...
The JMP sample data file "Devalt.jmp" is included with the software. If you select the Weibull distribution" and perform the analysis using "Fit Life by X", the correlation between β0 and β1 in the results is -0.999188, indicating a very strong correlation. Is this acceptable? What impact does it have on the results, and is it significant? How can the robustness of this predictive model be evalua...
在JMP的内置示例“Small Production.jmp”中,销售月份中返回的产品数据应该记录在哪里?
JMP Student Edition 19 has just been released and is packed with exciting new features. This webinar...
Jump into Control Charting Date: Wednesday, December 3Time: 1:00 – 2:30 p.m....
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
This session is for JMP Clinical users and anyone from the clinical trials community interested in n...