| print.slideimp_sim | R Documentation |
slideimp_sim ObjectPrint the output of sim_mat().
## S3 method for class 'slideimp_sim'
print(x, n = 6L, p = 6L, ...)
x |
A |
n |
Number of rows of each component to show. |
p |
Number of columns of |
... |
Not used. |
Invisible x.
set.seed(123)
sim_data <- sim_mat(n = 50, p = 10, rho = 0.5)
class(sim_data)
print(sim_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.