Description Usage Arguments Value Examples
Measure the distance between two orthonormal projections
1 | subspace.dist(s1, s2)
|
s1 |
subspace 1 |
s2 |
subspace 2 |
a number
1 2 3 | fit1 = SIR(prog ~ . -sex, diabetes)
fit2 = OPG(prog ~ . -sex, diabetes)
subspace.dist(fit1$basis, fit2$basis)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.