SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
Expand all | Collapse all

¿How to fix "Insufficient memory to execute this command" issue?

  • 1.  ¿How to fix "Insufficient memory to execute this command" issue?

    Posted Sun December 20, 2020 01:12 AM

    This occurs only when I'm trying to carry out an ANCOVA. Please help me!

    Thanks in advance.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Sun December 20, 2020 02:22 AM

    My first thought is to wonder whether you are using a continuous variable as a factor with many values and have a large dataset. In that case, you should treat the variable as a covariate. Otherwise, you may be able to resolve this by temporarily increasing the workspace size. See SET WORKSPACE in the Command Syntax Reference for details.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 3.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Sun December 20, 2020 10:45 PM

    Hi, Jon. First of all, thank you for taking the time to answer my request. Let me tell you the details:

    My dependent variable is Math scores. I am using 3 continuous variables as factors (Language scores, Classroom climate, Attitude towards Math) and only one variable (socioeconomic status) as covariate.

    On the other hand, could you show me the steps for setting workspace, please. I just reviewed Command Syntax but I don't know how to do it. Thanks in advance.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 4.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Mon December 21, 2020 12:28 AM

    You can enlarge the workspace by running the

    SET WORKSPACE command (run SHOW WORKSPACE first to see how to set it back), but this is the wrong thing to do.


    Don't use continuous variable as factors. If you have, say, 100 distinct values per variable, that's a million points to evaluate. The results, if you get them, would be worthless.


    Use the continuous variables as covariates. Socioeconomic status, if it is a few discrete values, could be a factor. So I think you have these backwards.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 5.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Mon December 21, 2020 01:18 AM

    Hi again, Jon. Thanks for your comments. Let me explain you:

    I was given the assignment in my job to carry out a linear regression in SPSS, taking socioeconomic status as a control variable. You already know the independent variables (mentioned above). ¿Is it right to use all the independente variables as covariates? Please note that I just want to control socioeconomic status.


    Kind regards,


    Victor Eduardo






    #SPSSStatistics
    #Support
    #SupportMigration


  • 6.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Mon December 21, 2020 02:11 AM

    What is the nature of the SES variable? Is it categorical? If so you would use it as a factor. The other variables would be covariates.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 7.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Mon December 21, 2020 03:06 AM

    No, SES is not a categorical variable. It's a continuous one. ¿What do you suggest me to do?






    #SPSSStatistics
    #Support
    #SupportMigration


  • 8.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Mon December 21, 2020 03:44 AM

    If all the variables are continuous - scale measurement level - then do ordinary regression - all the independent variables are covariates. You can do that with the REGRESSION procedure or UNIANOVA that you are using now, I presume.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 9.  RE: ¿How to fix "Insufficient memory to execute this command" issue?
    Best Answer

    Posted Mon December 21, 2020 08:38 PM

    It is entirely clear to me now. Thank you very much, Jon. I wish you and yours a Happy Holidays! We'll be in touch...






    #SPSSStatistics
    #Support
    #SupportMigration