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

  • Combinations

    Hello, I just want to ask how do i generate  6 random numbers ranging from 1 to 100 from which the user indicates the number of combinations to be generated? 

    pawndreal_ pawndreal_
    Discussions |
    Oct 23, 2019 5:49 AM
    2973 views | 3 replies
  • Choice DOE with alternative-specific factors and factors that affect all alternatives simultaneously

    Hi there, I'm designing a survey where people need to choose one of three transportation alternatives. Here are the alternatives, their specific factors and the number of levels I intend to use for eachMode A:Fixed cost: 3 levels: $10.00, $15.00, $20.00Variable cost: 3 levels: $0.25, $0.50, $0.75No waiting timeMode B:Fixed cost: 3 levels: $5.00, $15.00, $30.00Variable cost: 3 levels: $0.25, $0.50,...

    phildias phildias
    Discussions |
    Oct 22, 2019 10:44 AM
    12879 views | 10 replies
  • Graph Builder

    Hi, im new to the jmp scripting language. The code below works(it shows bar graphs of the column 3 to n) but there is one thing i'd want to do. How do i script such that my output should be a stacked bar chart of all columns?  for(i=3,i<=NItems(colList2),i++,gb= dt4 << Graph Builder(       Size(534,454),       Show Control Panel(0),       Variables(              X(:Label),Y(eval(Column(dt4,colList...

    skyzvoir0001 skyzvoir0001
    Discussions |
    Oct 22, 2019 7:56 AM
    4973 views | 3 replies
  • Variables to use as axis max/min in data table graph builder script

      I have the following lines in my script I am saving to the data table and then running to make a graph builder graph. When I run the graph from the script it uses the variables as the max and min for graph builder but if I run the script saved to the data table (say I give the table to someone else) it uses default max and min instead. Any recommendations?  min_val = col min(:col1); max_val = co...

    bittnere bittnere
    Discussions |
    Oct 22, 2019 6:31 AM
    2271 views | 1 replies
  • Creating a Venn diagram based on protein frequency

    Hello all,     I have run into a quandary, and I feel confident there is a simple solution. I have sequenced several hundred proteins for three samples (actually, it's more, but let's start easy): A4-1, A4-5, and A4-8 I want to create a Venn diagram to depict the proteins that were uniquely expressed by certain samples vs. those that were shared. I have now essentially stacked all of the protein n...

    abmayfield abmayfield
    Discussions |
    Oct 21, 2019 5:02 PM
    5373 views | 4 replies

Latest Discussions

Latest Discussions

  • 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
    1338 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
    2143 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1380 views | 0 replies
  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1324 views | 0 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1442 views | 0 replies
view all discussions