How to convert HTML structured data into a table with JSL?
With JSL, Can only downloHTML files. How do I use JSL to convert this file into tabular data?Thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesWith JSL, Can only downloHTML files. How do I use JSL to convert this file into tabular data?Thanks!
Jim (aka "superuser extraordinaire") was kind enough to supply the following script to help transform to usingnames default to here( 1 );
/*****************************************************************************/
// Create a sample data table and original graphs
/*****************************************************************************/
dt = new table(
"Example",
New Column( "Months o...
Is there a way to have the row that is selected in the Process screener be selected in the data table through JSL?For example, what script could be used to select this highlighted row item in the datatable? Thanks for any suggestions!Steve
Hi everyone, Here is the code from the Scripting Index for creating a Slider Box:Names Default To Here( 1 );
sliderValue = .6;
New Window( "Example",
Panel Box( "Slider Box",
tb = Text Box( "Value: " || Char( sliderValue ) ),
sb = Slider Box(
0,
1,
sliderValue,
tb << Set Text( "Value: " || Char( sliderValue ) )
)
)
); If you run this example, you can right-click the slider to s...
Below is a sample data table that shows what I am trying to achieve. I want to compare means of serum levels based on a patient's mutations. The problem is some patients have multiple mutations in the same gene.I would like JMP to recognize that the Mut1, Mut2 need to be assigned with the other mutations with the same name instead of creating its own category for them. I have tried setting the col...
With JSL, Can only downloHTML files. How do I use JSL to convert this file into tabular data?Thanks!
Jim (aka "superuser extraordinaire") was kind enough to supply the following script to help transform to usingnames default to here( 1 );
/*****************************************************************************/
// Create a sample data table and original graphs
/*****************************************************************************/
dt = new table(
"Example",
New Column( "Months o...
Below is a sample data table that shows what I am trying to achieve. I want to compare means of serum levels based on a patient's mutations. The problem is some patients have multiple mutations in the same gene.I would like JMP to recognize that the Mut1, Mut2 need to be assigned with the other mutations with the same name instead of creating its own category for them. I have tried setting the col...
Hi,I have a binary outcome for a set of patients, and a long list of variables measured (i.e. potential predictors/characteristics). I can do a PCA on the whole set, or PCA on each set separately (i.e. positive patients and negative patients separately). But what I really want is the following: what are the two principal components that best separate the positives from the negatives? I've played a...
What is the best way to fix having two values in the same cell?Each row is assigned to a specific patient and the columns are genes with possible mutations. The problem is a couple patients have more than one mutation in the same gene, see the attached image. How do I best tell JMP that these are two separate values? I've tried making two rows with the same patient ID but I'm afraid that will caus...
Dear JMP Community, (W10, 64-bit, JMP Pro 15.2.1) I am running a model to assess the active predictors. I am doing this by using the Autovalidation add-in to generate a Null Factor for my data. I then use the GenReg platform to find estimates for each possible X-factor and then Bootstrap those estimates to get a better assessment of the contributions to the response. I came across a very stran...
Hello, I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...
How do I get a whole model significance test when conducting a generalized regression using the negative binomial distribution? I can get the individual effect significance tests, but I do not see where I can get the whole model significance.
Using JMP 12.x, I noticed that: tablebox() <<sort by column does sort the column fine, but it does not seem to preserve any existing cell coloring post row sort. Is there any way to force it to preserve the existing cell colors post row sorting?
thanks, DJ
I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...