View source: R/simulate_print.R
| print.simulated_mtl | R Documentation |
Displays a summary of a simulated dataset from
simulate_mtl.
## S3 method for class 'simulated_mtl'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently ignored). |
Invisibly returns x.
sim <- simulate_mtl(n = 100, p = 20, n_signals = 4)
print(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.