get_boots {plspm} | R Documentation |
Performs bootstrap validation in plspm
Description
Internal function not to be called by the user
Usage
get_boots(DM, path_matrix, blocks, specs, br)
Arguments
DM |
Data Matrix |
path_matrix |
Inner Design Matrix |
blocks |
list of vectors with column indices |
specs |
list with algorithm specifications |
br |
number of bootstrap resamples |
Details
Internal function. get_boots
is called by
plspm
.
Warning
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
[Package plspm version 0.5.1 Index]