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

  • Is it possible to run multiple univariate Cox survival analysis in one step in JMP ?

    I am trying to test multiple variables in independant univariate Cox survival analysis (with years of survival and years of follow-up censor). Is there a way to run multiple variables at once but to have an independant univariate Cox analysis instead of a multivariate analysis ? I have a lot of variables I'd like to test and would prefer not having to clock them all one by one.Is there a script I ...

    GCardin GCardin
    Discussions |
    Sep 3, 2023 10:45 PM
    1302 views | 1 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1029 views | 0 replies
  • Regression model does not provide correct quadratic equation

    Hello:I created a 2^3 full factorial experiment with 4 center points. X1, X2 and X3  are the factors and Y is the response. X2 and X3 are just any random factor, but X1 is the radius and Y is the area. So mathematically relation is Y=3.14*X1^2Below are the three scenarios where I computed regression equation based on just X1, both X1 and X1^2 and only X1^2. When I only consider X1^2, it is no more...

    VarunK VarunK
    Discussions |
    Sep 3, 2023 8:27 PM
    3122 views | 4 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    914 views | 1 replies
  • Open function with relative file location

    I need to use the open function with a relative file location. The following code finds the location, and stores the path to the file in the variable RelativeLocation relativePath = Get Default Directory(); UPtwo = Left( relativePath, Contains( relativePath, "/Folder/", -2 ) ); RelativeLocation = UPtwo || "Excel_file.xlsx";However, when using the Open function with the RelativeLocation variable, t...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Sep 2, 2023 2:19 PM
    1411 views | 2 replies

Latest Discussions

  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1029 views | 0 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    914 views | 1 replies
  • JMP >> ANALYSIS >> TREND TEST for CONTINUOUS Y by ORDINAL X?

    Hi JMP Community,   JMP Pro 16.1, Windows 10 Pro:   I have an apparently trivial question: How can I test for a Trend in Continuous data (Ys) across Ordinal X? I am familiar with the Cochran Trend Test for Ordinal Ys by Nominal X, but I cannot find an equivalent test for my data.   In the mock data, I simulated two behaviors: Y1 has a clear negative trend across the Ordinal XY2 has a weak trend ac...

    Thierry_S Thierry_S
    Discussions |
    Sep 1, 2023 2:31 AM
    1058 views | 1 replies
  • Estimating the average sample standard deviation from the standard error of the means of a set of samples.

    I have a set of composite samples. Each is a composite of 8 charges of material collected in a single weigh boat. The weights were collected for each composite sample and divided by 8 for a mean sample weight. Is it possible to estimate the variation within the composited 8 from the large set of mean sample weights? Thank you!
    Jason

    ResponseOtter42 ResponseOtter42
    Discussions |
    Sep 1, 2023 2:18 AM
    844 views | 1 replies
  • How to solve the problem that distribution commands need specification limit confirmation when the system is Chinese?

    Why is it that my distribution command asks for no capability analysis, but when I run this code it still asks me to confirm that a capability analysis is performed.There is no confirmation window when the system is in English, but there is when it is in Chinese. How to solve it, thanks!  Names Default To Here( 1 ); dt2 = New Table( "x", New Column( "y", set values( 1 :: 32 ) ) ); Column( dt2, 1 )...

    lehaofeng lehaofeng
    Discussions |
    Aug 31, 2023 10:09 PM
    1095 views | 2 replies

Latest Discussions

view all discussions