How does JMP calculate p-values?
What is the underlying equation/algorithm that JMP uses when it calculates p-value?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesWhat is the underlying equation/algorithm that JMP uses when it calculates p-value?
I have several points defined in an JSL script and running that would generate a table and also overlay plots for each point.Say I have point1, point2, point3I want to define thatRATIO1 = point1*100/(point1+point2+point3)RATIO2 = point2*100/(point1+point2+point3)RATIO3 = point3*100/(point1+point2+point3)Then plot overlay of RATIO1, RATIO2, RATIO3 versus timestamp.I tried to use Assign(RATIO1, poin...
I found this script which opens multiple files but the columns in the files don't have a header and this script automatically converts the first row into column names. Do you know how to modify this to specify the first row is not the column names and specify the column names for each file if the names are all the same?
Hello,I have a database that allows for CSVs to be imported directly into JMP using the 'Open()' command.dt = Open(http://.../csv.php?..., text);I have had great success with this, but I have noticed that after the first run, JMP caches the initial dataset and I need to close and re-open JMP for the data to be extracted again.I was wondering if there was a way to force JMP to clear cache and extra...
Hello,I have automated some extraction/analysis/export tasks of mine with a few JSL scripts and I have been trying to make use of Task Scheduler to run them on a fixed schedule.I figured it would be easy enough, so I put the following into Task Scheduler. The script itself only takes about 10 seconds to run.It doesn't seem to matter whether or not I put "//!" at the top of the script, it runs eith...
I have several points defined in an JSL script and running that would generate a table and also overlay plots for each point.Say I have point1, point2, point3I want to define thatRATIO1 = point1*100/(point1+point2+point3)RATIO2 = point2*100/(point1+point2+point3)RATIO3 = point3*100/(point1+point2+point3)Then plot overlay of RATIO1, RATIO2, RATIO3 versus timestamp.I tried to use Assign(RATIO1, poin...
How do I execute a balanced incomplete block design (BIBD) on the JMP software with 13 attributes, forming 13 blocks or choice sets, each attribute appearing 4 times across all choice sets, each choice set containing 4 attributes and each attribute appearing once with each other: (b, r, k, lambda) (13, 4,4,1) where b is number of blocks, r is the repitition per level, k is the number of attributes...
I'm try to get the full path of the "current data table". Get Path() is only returning the file name. Yesterday it was returning the full path and I can't figure out what changed. Help!I'm using JMP 11.2.0 (64 bit) on Win7.Thanks,Tony
I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks. In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables. My understanding is that the scoring c...
I can always add Legend to a Bivariate chart by using Report and FrameBox (see below), but how can i remove the added Legends? Report(biv_chart)[FrameBox(1)] << Row Legend( EntColumn, Color( 0 ), Color Theme( "" ), Marker( 0 ), Marker Theme( "" ), Continuous Scale( 0 ), ...
I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks. In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables. My understanding is that the scoring c...
A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions. Utilizing this method, the distribution can approach any continuous density function of arbitrary form. The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal. The paper can be found here:The General Segmented Distrib...
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, "...
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...