Creating webpage for html output
How do I create webpage where I can post jsl html output so that people without jmp can view html?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHow do I create webpage where I can post jsl html output so that people without jmp can view html?
Hello JMP Experts, I am tying to recode 103 columns of data in a data table. There are quite a few recodes that need to happen in each column. I was trying to follow this post:https://community.jmp.com/t5/Discussions/Recode-multiple-columns-with-JSL-script/m-p/7865#M7859but use recode instead of "if". I think my problem is with the "cols" I used. I'm unsure how to reference the column I am targeti...
Hi guys, I needs some idea for the graph builder.
I got problem after making a scatter plot which has several data on the Y axis. After that I recognized I have to build in a broken line graph which has the avg data.
I'm trying this by 2 methods but none works.
1. Adding a column that has the avg of the data to my data sheet and use the graph builder again -> Doesnt work because I dont know how to co...
Hi experts. I have a linked summary table, in which i select rows, based on a criteria.In my main table, I now need to set a specific value in a column, for the selected rows. I have made a basic table with the following:Sample errors1 0
s1 0
s1 0
s2 0
s2 0
s2 0 I have some very simplified code as an example: dt = current data table();...
Hi all,I'm using both JMP v11 and v12 and my JMP default launcher is v12. Recently I have an add-in which is only available for JMP v11. However, when I installed the add-in, it automatically launched JMP v12 instead of JMPv11. Would you please share how to switch the default launcher from JMPv12 to v11 and backwards?
How do I create webpage where I can post jsl html output so that people without jmp can view html?
Hi guys, I needs some idea for the graph builder.
I got problem after making a scatter plot which has several data on the Y axis. After that I recognized I have to build in a broken line graph which has the avg data.
I'm trying this by 2 methods but none works.
1. Adding a column that has the avg of the data to my data sheet and use the graph builder again -> Doesnt work because I dont know how to co...
Hello~ all~Is there a way to get rid of Moving Range chartin the 'Control chart builder' platformby using JMP script? : )Here is the script for the 'control chart builder' sample.dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );dt << Control Chart Builder(
Show Control Panel( 0 ),
Variables( Subgroup( :Pin ), Y( :Weight ) ),
Chart( Position( 1 ), Limits( Spec Limits( 1 ) ), Warnings( Test 1...
Hi,By default if there are points and smoothing line in Graph Builder, there are legends for both. Sometimes, having two legends is redundant and I would like to get rid of one. What is the syntax for this? I made a graph builder function (see below). But I can't seem to remove the Legend even if I put Legend (0) in Points. //Variable //Definition
//listin ==> list object which contains the follo...
I am just getting started in JMP. I have a very basic current need. I need a quicker way to do a calculation and visualization of motor data files I'm recording. I am tired of doing it manually in excel everytime. A friend suggested JMP as a way to do it consisitently and quickly without having to get into Excel Macros. I downloaded the trial and am spending a couple days to see if it can do the j...
I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors. I need to get JMP Pro before trying out JMP's implementation. I'm doing all the analysis in R at present. Does JMP Pro also include group lasso? I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso. F...
// For a contingency table report, swap the x and y
// currently can swap the mosaic plot only
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
myr = Contingency( Y( :Age ), X( :sex ) );
// Have to have a Contingency Analysis report open
// Can add test to make sure it is open in the future
myr = Current Report();
// taking apart CrossTabBox was easier using XML than JSL
...
I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can be grouped by A1 & a, also can be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1): I use the follow script to change the type of lines:Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
8,...
Hello!
How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...
Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...
Date: Thursday, March 5Time: 1:00–2:00 p.m. ETRegistration: FREE Whether you've just...
JMP goes beyond analyses to ensure you get correct information into the right hands at the right tim...
JMP Student Edition has extensive regression and ANOVA capabilities implemented in an interacti...
JMP offers a variety of ways to interactively examine and model the relationship between an output v...