cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • How was power calculated from anticipate rmse?

    Hi there,In the evaluate design platform, there is a power analysis section. within that section, one of the option I can set is anticipate rmse. It's default value is 1.I am wondering how the powers are calculated after I enter a new RMSE. what is the equation that calculate power from rmse. I can't find it everywhere.

    worldkeeping worldkeeping
    Discussions |
    Aug 4, 2023 10:51 PM
    1320 views | 1 replies
  • Talking to Display boxes

    The auto-generated script to generate this plot is Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ), SendToReport( Dispatch( {}, "X title", TextEditBox, {Set Text( "xxx" )} ) ) ) - Why "X title"? - What is a robust way to talk later with the X axis title. current Report()[TextEditBox(3)]seems to work ...

    hogi hogi
    Discussions |
    Aug 4, 2023 11:39 AM
    1233 views | 2 replies
  • Issues with JMP17 Variability chart Row Legends

    I am trying to add row legends in the VC plots. However, the sendToReport doesn't add legends to all the plots. It only work for the first plot but not for the other VC charts. It used to work just fine in JMP 16.  Any work around? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp" ); obj = dt << Variability Chart( Y( :Measurement,:Standard ), X( :Operator...

    Jackie_ Jackie_
    Discussions |
    Aug 4, 2023 9:52 AM
    2296 views | 5 replies
  • Is it possible to use output parameters of an analysis (e.g. curve fit) to perform manual downstream calculations in JMP?

    Hi community,

    I performed curve fits of bioassay data using a 4PL model. This results in a bunch of output parameters, such as the parameters A,B,C,D etc.
    Can I use these output parameters to do further calculations within JMP? Maybe even within the same output window where my fit results are displayed?
    I am talking about customized formulas like : A-D or A/D where I’d like to pull the previously obt...

    Nate_B Nate_B
    Discussions |
    Aug 4, 2023 4:35 AM
    2321 views | 3 replies
  • How do I Import data from a large number (>100) of excel files, each containing a number of worksheets/tabs, into one JMP file.

    I need to import (into JMP) specific Excel worksheets from a number of excel files and the data in the JMP file must be stacked with a ID column specifying the file origin.The Excel import wizard makes it relatively easy to import and stack two or more selected worksheets from a single file (see script below). The data is structured similarly in the different worksheets.If possible I need to impor...

    hhi hhi
    Discussions |
    Aug 4, 2023 3:04 AM
    2621 views | 5 replies

Latest Discussions

  • Talking to Display boxes

    The auto-generated script to generate this plot is Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ), SendToReport( Dispatch( {}, "X title", TextEditBox, {Set Text( "xxx" )} ) ) ) - Why "X title"? - What is a robust way to talk later with the X axis title. current Report()[TextEditBox(3)]seems to work ...

    hogi hogi
    Discussions |
    Aug 4, 2023 11:39 AM
    1233 views | 2 replies
  • How do I Import data from a large number (>100) of excel files, each containing a number of worksheets/tabs, into one JMP file.

    I need to import (into JMP) specific Excel worksheets from a number of excel files and the data in the JMP file must be stacked with a ID column specifying the file origin.The Excel import wizard makes it relatively easy to import and stack two or more selected worksheets from a single file (see script below). The data is structured similarly in the different worksheets.If possible I need to impor...

    hhi hhi
    Discussions |
    Aug 4, 2023 3:04 AM
    2621 views | 5 replies
  • Rolling and Expanding window forecast in 17

    Is there a function in J17 to automate multiple rolling window forecasts for time series and include forecast errors MSE,MAE,etc.

    ParametricSteer ParametricSteer
    Discussions |
    Aug 4, 2023 1:05 AM
    712 views | 0 replies
  • Using Graph Builder is it possible to manually move reported Means and St Devs?

    Using Graph builder I'm struggling to make graphs that list the mean and standard deviations of box plots. I discovered I could use the boxplot & Line of Fit to report the means and stardard devs next to each factor, but the reported numbers are oddly positioned. I was hoping there would be a way to simply manually move these values on the graph so that the overall graph looks better. Is there a w...

    ndowidar ndowidar
    Discussions |
    Aug 3, 2023 5:31 PM
    1052 views | 1 replies
  • Connect Local Data Filters between Graph Builder Windows from different data tables

    Suppose I have two Graph Builder windows from different data tables, each with a Local Data Filter filtering on "run number" and "time". Is it possible to connect the two Local Data Filters so they stay in sync? Or perhaps with JSL to pull the current settings from Local Data Filter #1 and apply them to Local Data Filter #2? (I guess step 1 is getting a reference to the Local Data Filters, I haven...

    BHarris BHarris
    Discussions |
    Aug 3, 2023 8:34 AM
    4024 views | 11 replies

Latest Discussions

view all discussions