Get list of DNS data source name
Hello, Is there a way to get the list of the DNS data source using JSL?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHello, Is there a way to get the list of the DNS data source using JSL?
A very cool feature in Graph Builder:
After selecting some entries in the legend, the Color by Theme appears in the right click context menu.
So, if you want to give the items 1&2, 3&4, 5&6 ... the same color,just select 1, 3, 5 ... and use Color by Theme - then repeat it for 2, 4, 6, ...and you are done. Depending on the number of items, this can save you really a lot of time - compared to ...
Hi all,
Currently, I was stuck to combining standard deviation from different group into one standard deviation.
For example
A) sample = 50, mean = 5, standard deviation = 3B) sample = 40, mean = 6, standard deviation =2C) sample = 20, mean = 7, standard deviation =4How I can combine standard deviation from 3 groups into one. Is there any function available in JMP to support this?
Thank a lot
Hi. I don't have access to pro JMP, only using trial. I wonder if someone can help me run associate analysis for an excel data I'm working on. need it urgently. please @everyone
I attached the excel file and the prompt instructions that is required. Please email me the results. I badly need screenshots of working on the prompt instructions. Thank you
email: 2kjalcantara@gmail.com
A very cool feature in Graph Builder:
After selecting some entries in the legend, the Color by Theme appears in the right click context menu.
So, if you want to give the items 1&2, 3&4, 5&6 ... the same color,just select 1, 3, 5 ... and use Color by Theme - then repeat it for 2, 4, 6, ...and you are done. Depending on the number of items, this can save you really a lot of time - compared to ...
Hi all,
Currently, I was stuck to combining standard deviation from different group into one standard deviation.
For example
A) sample = 50, mean = 5, standard deviation = 3B) sample = 40, mean = 6, standard deviation =2C) sample = 20, mean = 7, standard deviation =4How I can combine standard deviation from 3 groups into one. Is there any function available in JMP to support this?
Thank a lot
Hi. I don't have access to pro JMP, only using trial. I wonder if someone can help me run associate analysis for an excel data I'm working on. need it urgently. please @everyone
I attached the excel file and the prompt instructions that is required. Please email me the results. I badly need screenshots of working on the prompt instructions. Thank you
email: 2kjalcantara@gmail.com
How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties. But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...
It seems the following command does not work for JMP MacOS.
Use JMP Locale Settings( 0 )
Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user?
// Configuring JMP to save CSV as commas and not
If( (Num( "3.14" ) == 3.14),
is_EN_num_format = 1, //"English numeric format"
is_EN_num_format = 0 //"Non-english");
)
...
How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties. But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...
It seems the following command does not work for JMP MacOS.
Use JMP Locale Settings( 0 )
Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user?
// Configuring JMP to save CSV as commas and not
If( (Num( "3.14" ) == 3.14),
is_EN_num_format = 1, //"English numeric format"
is_EN_num_format = 0 //"Non-english");
)
...
Hi,
I noticed some strange behavior in Graph Builder which is caused by the fact that formatting like
One example:
If the top-most plot (#1) has some specific settings and this plot is removed, instead of removing the settings with the subplot, the settings are then applied to the plot which is now @ "top" (old #2 -> new #1).So, old plot #2 will inherit the color settings and the manually changed axi...
I ran a cross-over trial where healthy volunteers came to the lab twice (separated by a wash-out period) and underwent sensory testing at both arm and foot, before and after one of two neuromodulation interventions. Each participant underwent both conditions in a randomly assigned order. We want to see if the neuromodulation interventions affected the outcomes differently for the arm and the foot....
Hi, Is there a way to export the graphs in each tab box in the Excel cells that look something like the one below?JMP Tab Box Excel Below is the jsl code to create graphsdt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"};
List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"};
List3 = {"INM1", "INM2", "VPM1", "VPM2", "VPM3"};
List4 = {"SN
...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you face challenges with restrictive data formats from EDS, XRD, or Raman instruments? Are the ex...
REGISTER HERE If you teach with JMP Student Edition, you should be aware of some lesser known...
Do you want to efficiently and interactively explore data to uncover patterns and see relationships...