Reporting W (or U values) for Wilcoxon mulit comparison
Is it possible to have JMP determine the W (or U) value? The out put for the Wilcoxon Method for multiple comparisons does not describe this which is disappointing.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIs it possible to have JMP determine the W (or U) value? The out put for the Wilcoxon Method for multiple comparisons does not describe this which is disappointing.
Hey guys, I'm beginner in JMP's scritp and I want to know how I can use script to create a new table using Concatenate.My script is:dt = Open( "C:\EKS\ETAMS\concat1.jmp");dt << Set Name ("conc1");dt = Open( "C:\EKS\ETAMS\concat2.jmp");dt << Set Name ("conc2");dt << Concatenate("conc1", Output Table( "Combined" ));But it's just opening the Concatenate window, it doesn't create a new table. What A...
Hello JMP-Community,since 3 weeks I am using JMP now and I am still trying to plot some data against a continuosly diffentiable y-axis, in form of boxplots. As far there is enough space between the single data points the programm shows me nice boxes. In case of the data points are too close, just lines are shown. Somehow, is it possible to broaden the boxes so they are overlapping without using ca...
Hello everyone,Thanks for taking time to read my question.I'll go straight to my issue with JMP:I have several lipidomic concentration data from 10 mice in condition A and 10 mince in condition B. Whenever I try to generate the clustering analysis and the color map, JMP keeps rearranging my rows so my condition A - mice are mixed up with my condition B - mice.I just want a heatmap with on the Y ax...
I need to change all the columns in a table to continuous. In a script
Hello JMP-Community,since 3 weeks I am using JMP now and I am still trying to plot some data against a continuosly diffentiable y-axis, in form of boxplots. As far there is enough space between the single data points the programm shows me nice boxes. In case of the data points are too close, just lines are shown. Somehow, is it possible to broaden the boxes so they are overlapping without using ca...
Can we get this fixed in the Scripting Guide?//Scripting Guide page 336dt = Open( "$SAMPLE_DATA\Big Class.jmp" );dt << Select Where( age < 15 & sex == "F" );//ordt << Select Where( age == 14 );dt << Extend Select Where( sex == "F" ); //does nothing//Not in guide, but below workswait(10);dt << Select Where( sex == "F", Current Selection ("extend")); //extends selection
hi All,mosaic plots are very useful and i use it a lot.is there a way to get the labeling to show percents automatically (as a preference change)? is there a way to show the percents with zero decimal places?unfortunately I find myself writing this manually using annotations.
Is there a way from preventing the same column from being picked when running multiple column switchers?
dt = open("$SAMPLE_DATA/Candy Bars.jmp");
biv = dt << Bivariate(
Y( :Saturated fat g ),
X( :Sugars g ),
SendToReport( Dispatch( {}, "Bivar Plot", FrameBox, {Frame Size( 593, 564 )} ) )
);
cs1 = biv << Column Switcher(
:Saturated
...
Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
Bivariate(
Y( :Cat),
X( :Dog),
Histogram Borders( 1 ),
Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
Elements( Points( X, Legend( 1 ) ) ),
SendToReport(Dispatch(
{},
"2",
ScaleBox,
{Add Ref Line( 140, Solid, "...
Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...
Hi all,Till now I was using "Panel Box" and "Close" local data filter command for the invisible but functioning local data filter. Something like below closes the data filter it is visible by jmp graph but invisible by the HTML5 output (magical).nw[Panel Box( 1 )][Outline Box( "Local Data Filter" )] << Close( 1 );nw[Panel Box( 2 )][Outline Box( "Local Data Filter" )] << Close( 1 );
This time I use ...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...