cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • We’re improving the Learn JMP page, and want your feedback! Take the survey
  • JMP monthly Newswire gives user tips and learning events. Subscribe

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

  • Reporting of skewed versus normally distributed data?

    I am involved in a study which evaluates continuous numerical data across multiple groups. While the numbers of replicates are recognised as being low (n=10 per group), it is not possible to rectify that in this study. Likely due to this, some related (similar in nature) variables, which may otherwise have been normally distributed, are skewed (based on Shapiro-Wilk testing). I do apply non-parame...

    34South 34South
    Discussions |
    Jun 22, 2025 10:02 AM
    168 views | 7 replies
  • Python Access Issue while installing Packages

    Hello JMP Community,   Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below. Any support in resolving the below error is much appreciated. Refer below image along with code used and error.   Thank you        

    BHKReddy BHKReddy
    Discussions |
    Jun 21, 2025 3:33 PM
    97 views | 2 replies
  • How to copy the list of column contributions of a random forest using a script?

    Thanks Experts! dt = Open( "$SAMPLE_DATA/Diabetes.jmp" ); p= dt << Bootstrap Forest( Y( :Y ), X( :Age, :Gender, :BMI, :BP, :Total Cholesterol, :LDL, :HDL, :TCH, :LTG, :Glucose ), Validation( :Validation ), Minimum Splits Per Tree( 5 ), Portion Bootstrap( 1 ), Number Terms( 3 ), Number Trees( 25 ), Go ); p_report = p << Report; tb = p_report << XPath("//OutlineBox[text()='列贡献']//TableB...

    lala lala
    Discussions |
    Jun 21, 2025 4:31 AM
    121 views | 5 replies
  • Extract String Representation of an Image

    Is there a better way to get the string from New Image() than converting the expression to a string and extracting?  It just feels sloppy.  Arg() doesn't work with "Picture" objects.   Names Default to Here ( 1 ); g = New Image( Char To Blob( "blahblahblob", "base64compressed" ) ); f = Substr( Char( g ), Contains( Char( g ), "\!"") + 1, Contains( Char( g ), "\!", \!"base64" ) - ( Contains( Char( g...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Jun 20, 2025 9:55 PM
    86 views | 2 replies
  • Seeking input on how to define limits for comparability testing. Challenge: Small number of pre-change lots.

    Hi,   I've dug through the forum and some other sites and am having some difficulty finding clear guidance.  Anything that the JMP community can offer here would be appreciated.   I need to do a comparability assessment on pre vs post change product lots (release data).  I'll be testing for Equivalence but am unsure of the best approach for defining equivalence margins for a few attributes.  There...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Jun 20, 2025 10:36 AM
    43 views | 0 replies

Latest Discussions

  • Reporting of skewed versus normally distributed data?

    I am involved in a study which evaluates continuous numerical data across multiple groups. While the numbers of replicates are recognised as being low (n=10 per group), it is not possible to rectify that in this study. Likely due to this, some related (similar in nature) variables, which may otherwise have been normally distributed, are skewed (based on Shapiro-Wilk testing). I do apply non-parame...

    34South 34South
    Discussions |
    Jun 22, 2025 10:02 AM
    168 views | 7 replies
  • Python Access Issue while installing Packages

    Hello JMP Community,   Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below. Any support in resolving the below error is much appreciated. Refer below image along with code used and error.   Thank you        

    BHKReddy BHKReddy
    Discussions |
    Jun 21, 2025 3:33 PM
    97 views | 2 replies
  • How to copy the list of column contributions of a random forest using a script?

    Thanks Experts! dt = Open( "$SAMPLE_DATA/Diabetes.jmp" ); p= dt << Bootstrap Forest( Y( :Y ), X( :Age, :Gender, :BMI, :BP, :Total Cholesterol, :LDL, :HDL, :TCH, :LTG, :Glucose ), Validation( :Validation ), Minimum Splits Per Tree( 5 ), Portion Bootstrap( 1 ), Number Terms( 3 ), Number Trees( 25 ), Go ); p_report = p << Report; tb = p_report << XPath("//OutlineBox[text()='列贡献']//TableB...

    lala lala
    Discussions |
    Jun 21, 2025 4:31 AM
    121 views | 5 replies
  • Extract String Representation of an Image

    Is there a better way to get the string from New Image() than converting the expression to a string and extracting?  It just feels sloppy.  Arg() doesn't work with "Picture" objects.   Names Default to Here ( 1 ); g = New Image( Char To Blob( "blahblahblob", "base64compressed" ) ); f = Substr( Char( g ), Contains( Char( g ), "\!"") + 1, Contains( Char( g ), "\!", \!"base64" ) - ( Contains( Char( g...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Jun 20, 2025 9:55 PM
    86 views | 2 replies
  • Seeking input on how to define limits for comparability testing. Challenge: Small number of pre-change lots.

    Hi,   I've dug through the forum and some other sites and am having some difficulty finding clear guidance.  Anything that the JMP community can offer here would be appreciated.   I need to do a comparability assessment on pre vs post change product lots (release data).  I'll be testing for Equivalence but am unsure of the best approach for defining equivalence margins for a few attributes.  There...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Jun 20, 2025 10:36 AM
    43 views | 0 replies

Latest Discussions

  • Seeking input on how to define limits for comparability testing. Challenge: Small number of pre-change lots.

    Hi,   I've dug through the forum and some other sites and am having some difficulty finding clear guidance.  Anything that the JMP community can offer here would be appreciated.   I need to do a comparability assessment on pre vs post change product lots (release data).  I'll be testing for Equivalence but am unsure of the best approach for defining equivalence margins for a few attributes.  There...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Jun 20, 2025 10:36 AM
    43 views | 0 replies
  • Remove Crosshair in Profiler

    Hello everyone, I am looking for a solution to remove the crosshair in the Prediction Profiler. Any kind of hack would be helpful, like e.g. changing the transparancy. 

    AnjaW AnjaW
    Discussions |
    Jun 18, 2025 5:15 AM
    87 views | 0 replies
  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    115 views | 0 replies
  • Testing slices in JMP Pro Mixed Model?

    Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...

    JHS JHS
    Discussions |
    May 7, 2025 7:38 AM
    371 views | 0 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    375 views | 0 replies
view all discussions