0

I was wondering if there was a work around for bootstrapping in SPSS? My license for SPSS doesn't have the boostrap module installed.

I have also tried on R as well. I am not sure about the syntax for R bootstrapping as sources online give varying ways to bootstrap.

MrFlick
  • 195,160
  • 17
  • 277
  • 295
  • In SPSS you can always just draw the bootstrap samples yourself, then use SPLIT FILE and OMS. What procedure do you want to bootstrap? – Andy W Aug 11 '16 at 13:04
  • I want to bootstrap the list of means (which is a variable). I would like to bootstrap frequencies and linear regression. I am not sure how to do the SPSS syntax without bootstrap module installed. –  Aug 11 '16 at 21:54
  • Do you have access to the CNLR command? That can do the bootstrapping for you for linear regression. If you want means you can just estimate an intercept for the linear regression. – Andy W Aug 12 '16 at 13:17
  • I do. How do I draw the bootstrap samples myself? I have 1249 total cases and want 100 bootstrapped samples. I want to start off with the frequencies. Sample –  Aug 12 '16 at 21:54
  • I attempted some syntax to get boostrapped samples. I am not sure if this is correct. LOOP SAMP=1 to 100. LOOP V = 1 to 1269. Compute ID=TRUNC(UNIFORM(1269)) +1 END CASE. LEAVE SAMP. END LOOP. END LOOP. –  Aug 12 '16 at 21:58

0 Answers0