gen.inits | R Documentation |
Function for generating random starting points
gen.inits(p, d, runs, orth.method = c("svd", "givens"))
p |
The number of rows. |
d |
The number of columns. |
runs |
The number of random starts. |
orth.method |
The method used for generating initial values of U matrix. The default is "svd". |
A list of random initialization of matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.