Beginner
Hi,i want to create an array for two data columnslike a = [ .........]b = [......]i also want to get the mean of both arrays and display in bivariate plot. i a beginner to jsl and scripting as whole. thank you
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi,i want to create an array for two data columnslike a = [ .........]b = [......]i also want to get the mean of both arrays and display in bivariate plot. i a beginner to jsl and scripting as whole. thank you
Why are gridlines weird in heatmaps? It seems like categorical data should draw the gridlines between the categories, not on top of the category: Is there a way to make it automatically draw the gridlines between the categories?
Friends:I have a vaiable that gets values of 0,1,2,3,4. this variable counts number of cars in a zone for example when we have 3 cars it gets the value of 3. my question is: what is the appropriate type for this variable? should I go with continuous or change it to nominal?thanks
Hi everyone, not sure whether this is a bug or whether i'm doing something wrong, so maybe someone could help.When i export graphs from GraphBuilder and the "transparency" in Preferences/Reports is "on", i get a very pixellated text:if I turn it off, it looks fine: I want to have transparent backgrounds with the normal quality text. Would anyone happen to have a suggestion on how to solve this? An...
hi All, I have combine all the graph in a journal using below method.But I'm not sure how can I export that Journal to PDF report. platform << report << Journal();
vc << report << Journal();
dist << report << Journal();
I try this but it doesn't work:-w = CurrentJournal();
w << Set page setup(
margins( 1, 1, 1, 1 ),
scale( 1 ),
portrait( 1 ),
paper size( "Letter" )
);
w << save pdf( "$DOCUMENTS\test.pdf" ...
Why are gridlines weird in heatmaps? It seems like categorical data should draw the gridlines between the categories, not on top of the category: Is there a way to make it automatically draw the gridlines between the categories?
Friends:I have a vaiable that gets values of 0,1,2,3,4. this variable counts number of cars in a zone for example when we have 3 cars it gets the value of 3. my question is: what is the appropriate type for this variable? should I go with continuous or change it to nominal?thanks
In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
I exected such cells ...
Hi all, Using MANOVA for repeated measures, is there a way to get pairwise results from the different levels of a model effect (analogous to how the post-hoc student's |t| and tukey's HSD can do in the least squares models)? Alternatively, is there a simpler way other than to drop-out a model effect level (i.e. 'hide and exclude') and rerun the model in order determine the relative effects of the ...
if I fit the regression analysis for a nominal variable (manipulated as two conditions) as IV, and a continuous variable as DV, at the same time, I add three covariates into the model. I wonder whether the covariates would be automatically mean-centred in the result table for this regression. for example, the "parameter estimates table" shows:"intercept""nominal variable""covariate 1""covariate 2...
In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
I exected such cells ...
For Tabulate, is there an option to display the table as a Tree Box instead of a flat table? Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Tabulate(
Add Table(
Column Table( Analysis Columns( :height ), Statistics( Median ) ),
Row Table( Grouping Columns( :sex, :age, :name ) )
)
)
Hi, I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up Has anyone experienced the same problem? Emmanuel
Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.
HI, I want set Scale Values in Graph Builder use Col Quantile function, but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder(
Size( 839, 726 ),
Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Pr
...
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...