Method: Statsample::Factor::ParallelAnalysis#bootstrap_method
- Defined in:
- lib/statsample/factor/parallelanalysis.rb
permalink #bootstrap_method ⇒ Object
Bootstrap method. :random
used by default
-
:random
: uses number of variables and cases for the dataset -
:data
: sample with replacement from actual data.
43 44 45 |
# File 'lib/statsample/factor/parallelanalysis.rb', line 43 def bootstrap_method @bootstrap_method end |