summary.kSearch | R Documentation |
Summarizes a kSearch
object.
## S3 method for class 'kSearch'
summary(object, ...)
object |
An object of class |
... |
Further arguments. |
Katariina Perkonoja
print.kSearch
, kSearch
n <- 500
S <- cbind(rnorm(n, sd = 2), rnorm(n, sd = 1.5), rnorm(n), rnorm(n))
A <- rorth(4)
X <- S %*% t(A)
result <- kSearch(X, method = PCAasymp)
summary(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.