| print.slideimp_results | R Documentation |
slideimp_results ObjectPrint the output of knn_imp(), pca_imp(), group_imp(), slide_imp().
## S3 method for class 'slideimp_results'
print(x, n = 6L, p = 6L, ...)
x |
A |
n |
Number of rows to print. |
p |
Number of cols to print. |
... |
Not used. |
Invisible x.
set.seed(1234)
mat <- sim_mat(n = 10, p = 10)
result <- knn_imp(mat$input, k = 5)
class(result)
print(result, n = 6, p = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.