lssvd | R Documentation |
not well optimized yet
lssvd(x, y, zero = 1e-07, ...)
lssvd_old(x, y, zero = 10^(-16), has_intercept = all(cbind(x)[, 1] == 1))
x |
a matrix of predictors. Should include an intercept term if needed |
y |
a vector or matrix of responses |
zero |
a value used to identify latent roots eseentially 0 |
has_intercept |
not yet used |
A list with three elements: Beta, the matrix of coefficients; residuals and sse
lssvd_old()
: previous version not using MASS::ginv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.