cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How to get peak position values in spectrogram using JSL

    Hi All,   I have some data that I'm performing a time series analysis on where I'd like to get the positions of the peaks from the Periodogram (Time Series > Save Spectral Density). You can for example do this with the Air.jmp sample data table, putting in only a Y column variable. You can put the X, Time ID variable in, but it's not necessary.   Anyway, once you save the Spectral Density, there a...

    SDF1 SDF1
    Discussions |
    Aug 17, 2023 9:54 AM
    1863 views | 3 replies
  • How to select my main data table

    Hello,  So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 7:53 AM
    1520 views | 2 replies
  • Row selection issue

    Hello, So I'm trying to do something fairly simple, but I get a weird behaviour wit hthe row selection.  So I got a table with some mixture design data. I've got 12 columns for 12 different mixture components. There are three columns which for each line tell which three components are present, named comp A, comp B, comp C. The runs have been split into series named with a letter from A to K. I wan...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 4:27 AM
    1052 views | 1 replies
  • Meaning of the parameter estimates

    I am studying what discourages men and women from working in another country. I have my table and I can conclude that women are more discouraged by political factors than men with a significance level of 0,0017. But I am not entirely sure that I understand the "Estimate". What can I say about the -1,2699?    The score is a ranking of how a factor discourage desire to live and work in that country....

    Esben Esben
    Discussions |
    Aug 17, 2023 4:08 AM
    13999 views | 4 replies
  • Match Col A data with Col B data

    I would like to ask what formula I can put in Column 3 to get this kind of data?
    Means if any row of Column 2 data includes data of Column 1, then the row will print out "Y" at column 3. If there's no related value in Column 2, then the row will print out "N"

    Sysy13 Sysy13
    Discussions |
    Aug 17, 2023 12:10 AM
    1555 views | 2 replies

Latest Discussions

  • How to select my main data table

    Hello,  So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 7:53 AM
    1520 views | 2 replies
  • Row selection issue

    Hello, So I'm trying to do something fairly simple, but I get a weird behaviour wit hthe row selection.  So I got a table with some mixture design data. I've got 12 columns for 12 different mixture components. There are three columns which for each line tell which three components are present, named comp A, comp B, comp C. The runs have been split into series named with a letter from A to K. I wan...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 4:27 AM
    1052 views | 1 replies
  • Comparison of Predicted Results vs Actual Observations

    A data review was conducted to evaluate the impact of animal-diet nutrient density (x) and subsequent final body weight (y).  Data represented a true response of the input across the entire population to be studied.  The regression lines developed were then input into an empirical model to predict body weight response if one or more of the nutrients were changed.  A subsequent study was conducted,...

    JakeP13 JakeP13
    Discussions |
    Aug 16, 2023 11:37 PM
    2305 views | 3 replies
  • Importing data but column type is not changing to what I want

    Hello All,

    So basically, my problem originates with the importation of some csv data. I have a mix of numeric and character columns that I am importing. I had first imported the data through the wizard and then used the data table to generate plots. From there I made a dashboard and used the plots and the data table as part of the dashboard script.

    I noticed that a column that I am importing is gett...

    Ekarshalev Ekarshalev
    Discussions |
    Aug 16, 2023 4:32 PM
    1692 views | 2 replies
  • How I Apply the deep learning models RNN and LSTM in JMP pro

    I want to apply deep learning models in JMP pro, but unfortunately I can't fine any option in JMP pro, Please guide me how I can apply it into JMP pro (if it is available), if not, is there any add in? 

    qreza110 qreza110
    Discussions |
    Aug 16, 2023 10:46 AM
    978 views | 0 replies

Latest Discussions

  • How I Apply the deep learning models RNN and LSTM in JMP pro

    I want to apply deep learning models in JMP pro, but unfortunately I can't fine any option in JMP pro, Please guide me how I can apply it into JMP pro (if it is available), if not, is there any add in? 

    qreza110 qreza110
    Discussions |
    Aug 16, 2023 10:46 AM
    978 views | 0 replies
  • Robust Fit Outliers - different row set selected and excluded as outliers

    Dear community,I have a stacked data table, and want to exclude outliers by a Label (e.g. an element for some measurements).In the robust fit outlier platform I can detect outliers and than can select or exclude corresponding rows.For my understanding, rows that are selected than or excluded, should be exactly the same ones.And that is the case for the below sample data table used in the JSL below...

    Georg Georg
    Discussions |
    Aug 16, 2023 2:40 AM
    866 views | 0 replies
  • Two-way repeat measures ANOVA - data are not normally distributed

    I read the previous posts on the two-way repeat measures ANOVA - Multivariate or univariate analysis, and the full factorial mixed model add-in. Now I have two questions: 1) When the data are not normally distributed, would these methods be still valid for the analysis?  Any non-parametric analysis on JMP?  I noticed that R programming may have certain packages to provide solutions, but I am not a...

    HYang HYang
    Discussions |
    Aug 14, 2023 1:52 PM
    811 views | 0 replies
  • Graph Builder - Summary Statistics - select aggregation column?

    Points plot in Graph builder provides an option to calculate summary statistics.By default, points with same x value are aggregated into one value. Is there an option to select another column to specify groups of point which get aggregated?e.g. to display the median height/weight for different ages - with one click.  Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Graph Builde...

    hogi hogi
    Discussions |
    Aug 10, 2023 2:23 AM
    1093 views | 0 replies
  • Get the JMP Default Dark color theme

    Hello, Is there anyway I could extract all the color codes used in these color themes, using JSL or any another way?I do have difficulties in dealing with colors, hence I rely more on HEX codes, or numeric codes.  Thank you.

    Kenobi Kenobi
    Discussions |
    Aug 9, 2023 9:26 AM
    1075 views | 0 replies
view all discussions