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

  • Open Database() with csv/txt example?

    Does anyone have an Open Database() example for ODBC'ing to a .csv or .txt file?  I can get ODBC to work fine with Excel 2007 .xlsx but haven't deduced the text file connection string correctly for opening a .csv file.  I'm even referencing the correct "User DSN" name string via Windows ODBC Data Source Administrator.  So I'm wondering if I have the wrong "DriverId" shown below?  thx... djThis wor...

    djhanson djhanson
    Discussions |
    Oct 10, 2012 6:58 AM
    12561 views | 4 replies
  • JSL scripting question: How to put charts together into one same output

    Hi all,I am new to JSL scripting.I have few column data to be chosen by user for analysis. The code I written will generate several graphs equal to columns chosen.May I know how to combine all the graphs into one output? Can anybody help to provide me the code/syntax?Code (I discarded those variable passing routines):For(i=1,i<=tot_entry,i++,MyDist=Distribution(  Continuous Distribution(  Column (...

    ahchin5 ahchin5
    Discussions |
    Oct 5, 2012 1:53 PM
    12900 views | 4 replies
  • any way to set window title?

    The following script lets me retrieve a window's title, but is there any way to change an existing window's title?w = Open(  "$ENGLISH_SAMPLE_DATA/Big Class.jmp");t = w << Get Window Title;Show( t );

    jeff3928 jeff3928
    Discussions |
    Oct 4, 2012 9:35 PM
    10075 views | 1 replies
  • How to overlay line plot on top of side-by-side bar chart?

    I'd like to be able to create a chart like this   but I don't know how to overlay the line with the side-by-side bars -----     I have the data formatted to plot the line and I have a graph builder script to plot the line....

    twaintwist twaintwist
    Discussions |
    Oct 4, 2012 8:18 AM
    11903 views | 4 replies
  • How to send Graph Builder report (Heatmap) to Journal for each FOR Iteration?

    Hi JMP users,   I am quite a novice in Scripting and would really appreciate a quick pointer. My script follows.   Question is where do I insert a command to send the heatmap report for each iteration to the same journal sequentially and what command should I use? Script:   directory = Pick Directory( "Select a directory" ); Pick File( "Select JMP File", directory, {"JMP Files|jmp;jsl;jrn", "All F...

    novicescriptor novicescriptor
    Discussions |
    Oct 2, 2012 6:20 PM
    11313 views | 4 replies

Latest Discussions

  • Smoother graph with confidence levels

    I have attached a couple of images of graphs I have created.The raw data is a series of temperature probe measurements showing cooling curves by pallet. The image 'data trends' shows each trend, the image 'smoother' shows a summary curve. I want to be able to represent the distribution on this summary curve. A suggestion has been to have a shaded area around the line that indicates 95% confidence,...

    phillby phillby
    Discussions |
    Sep 20, 2012 1:12 PM
    11471 views | 3 replies
  • Creating new column

    I am trying to create a column titled >2 Exac from the following example data set.PatientExac/yr>2 Exac2341123421234512341123510235102351023631236112361123611If any row for a particular patient is greater than or equal to 2 then I want to place a 1 in the new column (>2 Exac) for that patient (for each entry in the database).If no row for a particular patient is greater than or equal to 2, then I ...

    jstewart jstewart
    Discussions |
    Sep 19, 2012 11:23 PM
    2729 views | 1 replies
  • Text Edit Box - wrap text method?

    Any known ways or tricks to do so using a Text Edit Box?  Pretty sure that <<set wrap() only works with a Text Box and not a Text Edit Box...  thx... dj

    djhanson djhanson
    Discussions |
    Sep 12, 2012 11:49 AM
    3643 views | 1 replies
  • Number of points outside specification limits

    Hi EveryoneIf I have a data set of, for example 200, and want to know how many values are outside of the specification limits, is there a way for JMP to calculate how many points are outside those limits for each of those 200 lots if I for example have anywhere from 6 to 12 values for each lot.ex: spec limits: 2-5%Lot A values: 2, 3, 6, 7, 4, 3 (2 outside limits)Lot B etc...ThanksStats1

    stats1 stats1
    Discussions |
    Sep 12, 2012 2:15 AM
    3563 views | 1 replies
  • Graph Builder: Sort Pareto Highest to Lowest

    What is the best method to sort a Pareto chart/Graph from Highest to Lowest.......?My data currently plots like thisDoes it require creating a new column that totals the counts for each category and then sort on the count?

    twaintwist twaintwist
    Discussions |
    Sep 10, 2012 1:31 PM
    5404 views | 2 replies

Latest Discussions

  • Interaction profile

    Hi,I am doing a regression analysis for which I got the following equation-Permeation flux= 11.395-0.058 (size)+ 4.136 (elasticity) -0.055 (size *elasticity)I got a interaction profile between size and elasticity but I dont know how to interpret this. I am attaching the profile (untitled)...Can anybody help me understand what this figure suggest.Regards,Shaan

    shaan shaan
    Discussions |
    Sep 3, 2012 2:40 PM
    4714 views | 0 replies
  • Controlling for a variable using Regression


    Would someone be able to explain to me if it is possible to control for one of my IV's when performing linear regression? I would like to control for tenure when predicting compensation from performance. I do not want to use a stepwise method. Any help would be greatly appreciated.Thank you!

    sarah_cag sarah_cag
    Discussions |
    Aug 1, 2012 2:46 PM
    2999 views | 0 replies
  • Bland-Altman plot

    I tried to create an Bland-Altman plot using the matched pairs option in JMP. Unfortunately, the plot doesn't include the common +-1,96 sd-line and I haven't figured out how to insert this line into the plot. It's no problem to calculate the sd, but I don't know how to integrate it into the plot.Does anyone have an idea on this?Thanks a lot!

    johannes johannes
    Discussions |
    Jul 25, 2012 12:21 PM
    4477 views | 0 replies
  • Sample Size

    Hello I have a sample of 159 individuals and I want to run an exploratory factor analysis and confirmatory factor analysis using SAS .How much individuals should I consider in ordrer to run both of them ? Is there a rule to choice?What are the SAS command associated?Can we do them by JMP,Thank you

    radhi radhi
    Discussions |
    Mar 5, 2012 6:36 AM
    2350 views | 0 replies
  • Selecting List of variables

    I would like select in a data table some variables from a list that I have copied from a previous analysis or from another data table containing those names in cells. Would some body know a straightforward way to do that?ThanksYves

    yves yves
    Discussions |
    Jan 4, 2012 8:30 AM
    2318 views | 0 replies
view all discussions