cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.

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

  • 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
    1428 views | 0 replies
  • Using JSON in a "GET" HTTP Request

    I'm working to interface with our data retrieval engine.  I can submit a job perfectly fine using a POST request like this: request = New HTTP Request(
    url( "http://fc8tdbitmapconvs07:11111/daas/" ),
    Method( "POST" ),
    Json( Load Text File( ctfn ) )
    );
    data = request << Send; 'data' contains the response from the server and all is well.-------------------------------------------However, when I try and c...

    vt_sailor vt_sailor
    Discussions |
    Nov 26, 2019 11:12 AM
    10342 views | 7 replies
  • Date Format help please

    Please help me with changing my date time column into a useful JMP columnmy formay is yyyymmdd hhmmss(There is a space in the middle)example is 20191125 132435 for a Nov 25, 2019 at 1:24 pm 35 seconsI'm not sure how to convert this into a useful JMP format.I've looked through the multiple date/time related posts, but still don't understand what to do.  Thank you in advance!!!

    ted_ellefson ted_ellefson
    Discussions |
    Nov 26, 2019 7:18 AM
    4070 views | 4 replies
  • Get local fits after Kernel Smoothing

    Hi all, I smoothed my data with the Kernel Smoother / Local Smoother (Local Fit: Linear, Weight funtion: tricube). My aim is now to extract the equations of all the local fits, which was done by the Kernel Smoother. Is there somebody who could give me some advise on how to best set this up?I am really struggeling with this problem.  I would be really grateful if someone could help me here.Thank yo...

    Teresa_ Teresa_
    Discussions |
    Nov 26, 2019 6:45 AM
    2317 views | 3 replies
  • Regex issue with escaped characters

    I'm having a problem with regex and bracket characters.This JSL snippet:Show(Regex("abcdef[ghi]", "([^\[]*)\[([^\]]*)\]", "\1{\2}"))doesn't work in JMP (14.1). It gives the following error:Unexpected "([^]*)\[([^\]]*)\]", "\1{\2}"))". Perhaps there is a missing "," or ")". Trying to parse arguments of function "Regex".However, this is valid regex in my Perl regex tester. ( I use Patterns on OS X.)...

    john_madden john_madden
    Discussions |
    Nov 26, 2019 3:56 AM
    16748 views | 12 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
    1428 views | 0 replies
  • Get local fits after Kernel Smoothing

    Hi all, I smoothed my data with the Kernel Smoother / Local Smoother (Local Fit: Linear, Weight funtion: tricube). My aim is now to extract the equations of all the local fits, which was done by the Kernel Smoother. Is there somebody who could give me some advise on how to best set this up?I am really struggeling with this problem.  I would be really grateful if someone could help me here.Thank yo...

    Teresa_ Teresa_
    Discussions |
    Nov 26, 2019 6:45 AM
    2317 views | 3 replies
  • 95% confidence intervals

    Hi All, l am trying to get a summary from a data table, l would like the mean of a variable l10t, the standard error, and 95% confidence interval. It all seemed fairly straight forward, but am having trouble with the 95% confidence intervals, have tried different ways to no avail, currently have dt2<< Summary( Group( :Sample ), Mean( :dilution factor, :l10t ), Freq( "None" ), Weight( "None" ),...

    Mickyboy Mickyboy
    Discussions |
    Nov 25, 2019 9:29 PM
    3520 views | 4 replies
  • HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable to ch

    I have an error creating a post request, the error returned is:   New HTTP Request() POST [url] schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.     The solutions here didn't work for me, I got the same error message as HTTP Request with Headers? .   My code is approximately: request = HTTPRequ...

    bayesfactor bayesfactor
    Discussions |
    Nov 25, 2019 2:37 PM
    5586 views | 2 replies
  • How to filter / cleanse data JMP using a list [tipp, JSL, scripting]

    After receiving so much great support, I thought it was about time I returned this favour. Below you'll find a little program that might make it easier to filter data tables. Hard encoding by "entry" is one way to filter entries; this is tedious and prone to typos. An alternative is to filter entries by their "position" in a filter list. This approach just assumes that the sequence of fields in th...

    Newbie2Jumpie Newbie2Jumpie
    Discussions |
    Nov 25, 2019 7:42 AM
    1859 views | 2 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
    1428 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
    1701 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
    1160 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
    1206 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
    1976 views | 0 replies
view all discussions