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

  • Combine full factorial design with surface respone design

    Hi, I'm working with clinical mass spectrometry and trying to learn JMP and DOE for optimization of the instruments and methods. Currently I'm working on optimizing the ion source and its parameters, and want to do a response surface design. One of the factors I want to include is the MRM transition in the design (I have 4 candidates). But since the MS instrument is capable of measuring all 4 cand...

    h-berland h-berland
    Discussions |
    Aug 3, 2021 3:47 PM
    1293 views | 2 replies
  • Merge Rows of Text Data

    Hi,  I have an Excel file with Text Data in it. The format of the data in the Excel file looks something like this: I want to merge the text in the Document Body Col in a single cell based on the Document Title. For example, instead of having two rows for File Name 1, I want one row for File Name 1 with the Document body concatenated together. This is not possible in Excel due to the character lim...

    NVarz NVarz
    Discussions |
    Aug 3, 2021 2:58 PM
    2393 views | 2 replies
  • Ordering Files in Folder

    Folks, I have a list of files that I want to concatenate (see first figure).  The preference would be to concatenate as shown, that is "surf_12275-87-1..., "surf_12275-87-2...", etc. However, when I form a list from the files in the folder (after stripping off unnecessary characters) , the sequence is "12275-87-1, 12275-87-10, 12275-87-11". The preference however, would be "12275-87-1, 12275-87-2,...

    NRW NRW
    Discussions |
    Aug 3, 2021 12:33 PM
    2404 views | 5 replies
  • How to perform "find & replace" in specific a column using JSL script?

    Hi,How can I re-create the "Find & replace" operation on a specific column by JSL script? For example - I want to replace "K" with "1e3" & "M" with "1e6" in "Count" column(to convert it to numeric type later).I didn't find a simple way to do it without using a loop (there so it would be fast when many rows needs to be checked)Thanks

    Adi-B Adi-B
    Discussions |
    Aug 3, 2021 12:08 PM
    7035 views | 4 replies
  • Prediction Profiler in JMP 15.1

    Does prediction profiler exist in JMP 15.1?I'm not able to find it when used fit y by x and under the effects test section. 

    nehagupta nehagupta
    Discussions |
    Aug 3, 2021 9:55 AM
    829 views | 1 replies

Latest Discussions

  • Combine full factorial design with surface respone design

    Hi, I'm working with clinical mass spectrometry and trying to learn JMP and DOE for optimization of the instruments and methods. Currently I'm working on optimizing the ion source and its parameters, and want to do a response surface design. One of the factors I want to include is the MRM transition in the design (I have 4 candidates). But since the MS instrument is capable of measuring all 4 cand...

    h-berland h-berland
    Discussions |
    Aug 3, 2021 3:47 PM
    1293 views | 2 replies
  • Prediction Profiler in JMP 15.1

    Does prediction profiler exist in JMP 15.1?I'm not able to find it when used fit y by x and under the effects test section. 

    nehagupta nehagupta
    Discussions |
    Aug 3, 2021 9:55 AM
    829 views | 1 replies
  • Combine stacked tables

    hi all,I have stacked a table 12 times. Now I want to combine all the tables into one file. Is it possible? I tried concatenate but other columns where not being included. Is there any other ways to do this? Thanks!

    UserID16644 UserID16644
    Discussions |
    Aug 2, 2021 8:55 PM
    1808 views | 5 replies
  • How to set graph size when export to PPT by JSL (graph builder)

    Hello, I am a beginer of jsl . I have one question about setting picture size when saving to PPT.  Below script does work when I was trying to save a bivariate graph.  Names Default To Here( 1 ); Open( "$SAMPLE_DATA/Big Class.jmp" ); biv = bivariate( y( :weight ), x( :height ), Group By(:sex), Fit Line({report(0)}) ); rbiv = biv << report; rbiv[Framebox(1)] << row legend(:sex, color(1), marker(1))...

    LIANGYAHAN LIANGYAHAN
    Discussions |
    Aug 2, 2021 7:13 PM
    2195 views | 2 replies
  • Interpretation of leverage plots

    Compare the model leverage plots below. In the first, the x-values are being offset from their actual values, which is not happening in the second.The only difference between the two is that I've changed one number - table attached. The 214 in Factor 2 become 185 so that the two leftmost and two rightmost x-values in each plot are equal.From reading the help guides I'm guessing the offset is somet...

    HarriBradbeer HarriBradbeer
    Discussions |
    Aug 2, 2021 2:40 PM
    6768 views | 3 replies

Latest Discussions

  • 请问JMP有哪些模型可以用于预测股票价格的未来走势?

    这是个异想天开的问题: 大家都说股票价格的未来走势预测是艺术、不是科学。
    但我还是想看看JMP具体哪里模型能用于这方面。  我尝试过使用决策树、随机森林、xgboost。
    还使用了DOE制作了均匀试验表来进行分类统计。
    虽然这不是一个很好的问题、但还是非常期待专家们的回答。非常感谢!

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    720 views | 0 replies
  • Categorizing term lists for Word Cloud display and/or filtering

    Hi all, I have a word cloud based on unstructured text from journal articles. Many of these terms fall into common categories, e.g.: 1) tree species, 2) bird species, or 3) geographic locations. Many of these grouped terms are relevant to my user group, but difficult to locate amongst the large number of terms in my corpus (particularly when uncommon terms don't show up in the Word cloud). I was w...

    caseylott caseylott
    Discussions |
    Jul 29, 2021 12:32 PM
    913 views | 0 replies
  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1281 views | 0 replies
  • Graphlet disappearing after filtering through a null set

    Have a tool I built that has a series of graphlets in them.  Noticed some odd behavior.  The top-level graph has a local data filter.  Some combinations of that data filter will result in no data.  When I filter to a no-data set, then expand back to a set with data, the graphlet no longer exists.  Any ideas on how to retain the graphlets after filtering?

    Evan_Morris Evan_Morris
    Discussions |
    Jul 12, 2021 10:28 AM
    881 views | 0 replies
  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1491 views | 0 replies
view all discussions