Method: Statsample::Factor::ParallelAnalysis#bootstrap_method

Defined in:
lib/statsample/factor/parallelanalysis.rb

#bootstrap_methodObject

Bootstrap method. :random used by default

  • :random: uses number of variables and cases for the dataset

  • :data : sample with replacement from actual data.

[View source] [View on GitHub]

43
44
45
# File 'lib/statsample/factor/parallelanalysis.rb', line 43

def bootstrap_method
  @bootstrap_method
end