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

Access to bootstrapping results

  • 1.  Access to bootstrapping results

    Posted Thu January 14, 2021 03:32 PM

    For my analyses, I need access to the results of a bootstrapping procedure. So, e.g., when I have a linear regression and add bootstrapping to it, I need access to a file/dataset that contains all the results from the bootstrapping. I have not found any information on this so far. Is this possible? If not, what might alternative solutions be for my problem?

    Thanks a lot for your support.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: Access to bootstrapping results

    Posted Thu January 14, 2021 04:45 PM

    The BOOTSTRAP procedure does not provide access to the individual results. There is, however, a Python module that creates a dataset of all the results. You can download it from here

    https://1drv.ms/u/s!AoWcE61g_FAdisIJo7Zgt-E0j695wQ?e=IuhWoI

    It is set up for the REGRESSION procedure in particular, but it could be adapted for others. You need a little Python knowledge to use it and more if you want to adapt it.






    #SPSSStatistics
    #Support
    #SupportMigration