cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Map shapes with non-geographic maps, multiple maps

    I'm using map shapes with wafer layouts rather than geographic data and have an issue and a question.... issue:  in platforms other than graph builder if I  use "Background Map...." to show my photolithography boundaries the data immediately disappears, apparently associated with the x axis switching to geodesic (it switches both x and y but x is what ruins the plot).  I can fix it by putting it b...

    hardner hardner
    Discussions |
    Dec 27, 2019 5:24 AM
    2791 views | 2 replies
  • Graph builder- summary statistic : Median

    HI All,i have a question. In graph builder, when both X and Y are numeric, continuous, what the summary statistic median means here?I have guess that y-axis represents the median by values on X-axis. But will be good to have some more expert confirmation.Thanks

    ram_asra_gmail_ ram_asra_gmail_
    Discussions |
    Dec 26, 2019 10:54 AM
    1997 views | 1 replies
  • Preprocessing Features

    Hello, I will like to start preprocessing my features in a database before starting analysis. I am looking for help concerning the steps to follow.What comes first after data cleaning? Outlier removal, Scaling (normailzation of data) or Missing data imputation? Which order would you suggest? Regards Lu

    Lu Lu
    Discussions |
    Dec 25, 2019 1:25 PM
    4023 views | 3 replies
  • construct a loss function for nonlinear fit

    I see a similar question with no answer, so not much hope but let's try.Let's say I want to do a non-linear fit (for example logistic function) and then use either log-ratio test or AIC to demonstrate that it fits better than linear. I understand that I need to construct an appropriate Loss function and then the Solution report will show the log-likelihood. What do I put into the loss function?Is ...

    l_yampolsky l_yampolsky
    Discussions |
    Dec 24, 2019 2:40 PM
    2899 views | 3 replies
  • Creating a Loop in Graph Builder

    I have a script that generates boxplots in Graph Builder, but as it was first captured from a graph. Here is the code:inboundDataTable << New Script("Boxplots and Means for Sites w/Low Read Rates", Names Default to Here(1); Delete Symbols(); inboundData = Current Data Table(); inboundData << Graph Builder( Size(650, 481), Grid Color({79, 98, 40}), Variables(X(:IDENT Code), Y(:Read Rate...

    mdawson69 mdawson69
    Discussions |
    Dec 22, 2019 11:51 AM
    3064 views | 2 replies

Latest Discussions

  • Map shapes with non-geographic maps, multiple maps

    I'm using map shapes with wafer layouts rather than geographic data and have an issue and a question.... issue:  in platforms other than graph builder if I  use "Background Map...." to show my photolithography boundaries the data immediately disappears, apparently associated with the x axis switching to geodesic (it switches both x and y but x is what ruins the plot).  I can fix it by putting it b...

    hardner hardner
    Discussions |
    Dec 27, 2019 5:24 AM
    2791 views | 2 replies
  • Graph builder- summary statistic : Median

    HI All,i have a question. In graph builder, when both X and Y are numeric, continuous, what the summary statistic median means here?I have guess that y-axis represents the median by values on X-axis. But will be good to have some more expert confirmation.Thanks

    ram_asra_gmail_ ram_asra_gmail_
    Discussions |
    Dec 26, 2019 10:54 AM
    1997 views | 1 replies
  • construct a loss function for nonlinear fit

    I see a similar question with no answer, so not much hope but let's try.Let's say I want to do a non-linear fit (for example logistic function) and then use either log-ratio test or AIC to demonstrate that it fits better than linear. I understand that I need to construct an appropriate Loss function and then the Solution report will show the log-likelihood. What do I put into the loss function?Is ...

    l_yampolsky l_yampolsky
    Discussions |
    Dec 24, 2019 2:40 PM
    2899 views | 3 replies
  • Creating a Loop in Graph Builder

    I have a script that generates boxplots in Graph Builder, but as it was first captured from a graph. Here is the code:inboundDataTable << New Script("Boxplots and Means for Sites w/Low Read Rates", Names Default to Here(1); Delete Symbols(); inboundData = Current Data Table(); inboundData << Graph Builder( Size(650, 481), Grid Color({79, 98, 40}), Variables(X(:IDENT Code), Y(:Read Rate...

    mdawson69 mdawson69
    Discussions |
    Dec 22, 2019 11:51 AM
    3064 views | 2 replies
  • Window/text box size

    Hi,   A very simple question that is still causing me some trouble. How do I change the size of the window so that it displays the full text (Input dosing date and time) when running the below script?     defdosingday = Today(); New Window( "Input dosing date and time", <<Modal, <<return result, V List Box( Text Box( "Date & time" ), str1 = Number Edit Box( defdosingday, 10, <<SetFunction(...

    JulieSAppel JulieSAppel
    Discussions |
    Dec 19, 2019 7:11 AM
    2634 views | 4 replies

Latest Discussions

  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1560 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1929 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1298 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1335 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    2136 views | 0 replies
view all discussions