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 JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.

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

  • JSL: Save data table with Compression

    current data table() << save("\\fssg52\VIEW21_CHECKLIST.sas7bdat", SAS);I use the above code to save the JMP data table to SAS data sets. But without compression the data table is very big. How do I put the SAS equivalent of '(Compress=yes)'  in JSL?

    hellind hellind
    Discussions |
    Mar 8, 2012 7:29 PM
    11028 views | 5 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
    2219 views | 0 replies
  • Scripting with multiple tables

    I'm relatively new to JSL (and scripting in general) and am having trouble figuring out a way of manipulating multiple tables.What I would like to do for each row of one table is turn the data from two columns into two global variables, adjust matching data in a second table, then go on to the next row of the first table, repeat. IE:One table has a total number of runs for each workweek, one row p...

    adiezmann adiezmann
    Discussions |
    Mar 1, 2012 4:22 PM
    11180 views | 7 replies
  • Using Variables in Dispatch

    Hello,I am trying to manipulate the axes of a graph with Dispatch. The following code works well:SendToReport(      Dispatch(            {},            "Precursor",            ScaleBox,{Min( 3395001600 ), Max( 3413404800 ), Interval( "Day" ), Inc( 5 ), Minor Ticks( 0 ), Rotated Labels( 1 )}            ),However, I need to script quite a number of graphs, so I would like to wrap them into a loop, w...

    arnow arnow
    Discussions |
    Feb 28, 2012 5:25 PM
    3727 views | 1 replies
  • jmp save

    HelloI ask why when I try to save a single group analysis in Jmp and open it again I cannot get back the models as already saved?Thank you

    radhi radhi
    Discussions |
    Feb 24, 2012 10:58 AM
    2568 views | 1 replies

Latest Discussions

  • 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
    2219 views | 0 replies
  • Using Variables in Dispatch

    Hello,I am trying to manipulate the axes of a graph with Dispatch. The following code works well:SendToReport(      Dispatch(            {},            "Precursor",            ScaleBox,{Min( 3395001600 ), Max( 3413404800 ), Interval( "Day" ), Inc( 5 ), Minor Ticks( 0 ), Rotated Labels( 1 )}            ),However, I need to script quite a number of graphs, so I would like to wrap them into a loop, w...

    arnow arnow
    Discussions |
    Feb 28, 2012 5:25 PM
    3727 views | 1 replies
  • jmp save

    HelloI ask why when I try to save a single group analysis in Jmp and open it again I cannot get back the models as already saved?Thank you

    radhi radhi
    Discussions |
    Feb 24, 2012 10:58 AM
    2568 views | 1 replies
  • Control Variables

    HelloI ask please if any body know how to introduce control variables in JMP 9  structural equation modelingThank you

    radhi radhi
    Discussions |
    Feb 24, 2012 10:52 AM
    3837 views | 1 replies
  • Running JSL script via a .exe file

    Hi all,I've created a script and just as an enhancement I thought if there is a way I can run this script without opening JMP. I can currently do this via PERL using the following script :#!c:\Perl\bin\perl.exeuse Win32::OLE;print "Script Initializing....","\n";my $jmp = Win32::OLE->new('JMP.Application');$jmp->{'Visible'}= 0;$jmp->RunJSLFile("F:/scripts/crunchalot.jsl");print"Done\n";Can someone ...

    engr engr
    Discussions |
    Jan 30, 2012 8:06 AM
    6824 views | 2 replies

Latest Discussions

  • 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
    2219 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
    2189 views | 0 replies
  • oh my - so many different methods to calculate percentiles

    http://www.amstat.org/publications/jse/v14n3/langford.htmlGosh - I did not realize there were so many different ways to calculate percentiles! I just noticed my results from Excel (formula =percentile (array, percentile) and JMP (quantile plots and data) differed, and that led me to the above website, which identifies about 12 or more different methods! I am at a bit of a loss, for I often use res...

    deer_dog deer_dog
    Discussions |
    Nov 29, 2011 8:55 AM
    3762 views | 0 replies
  • nonparametric equivalent to two-way ANOVA?

    Hi all,I have data that does not transform to fit assumptions of normality and homoscedasticity needed to perform a two-way ANOVA. I have found information on how to run nonparametric tests that are the equivalent of one-way ANOVAs, but can't find a way to do a two-way nonparametric analysis. Suggested tests (from an online search) are Cochran Q and/or Friedman's test. Not sure if there is some ot...

    aquastralis aquastralis
    Discussions |
    Sep 18, 2011 4:57 PM
    3963 views | 0 replies
  • Do you think you're up to the challenge?

    I've just posted a JSL scripting challenge to the JMP Blog.     Take the JMP Add-In challengeIf you think you've got what it takes, please submit an entry.I'm looking forward to seeing what you come up with!-Jeff

    Jeff_Perkinson Jeff_Perkinson
    Discussions |
    Sep 8, 2011 5:43 AM
    2135 views | 0 replies
view all discussions