View source: R/Basic_functions.r
gen.inits | R Documentation |
Generate initialization from specific space
gen.inits(p, d, runs, orth.method = c("svd", "givens"))
p |
p*p orthodox matrix |
d |
p*d orthodox matrix |
runs |
the number of orthodox matrix |
orth.method |
orthodox method |
a list of initialization of mixing matrices.
gen.inits(2,3,3,'svd')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.