Description Usage Arguments Examples
Summarize a MAGIC object
1 2 |
object |
A fitted MAGIC object |
... |
Arguments for summary() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | if (pymagic_is_available()) {
data(magic_testdata)
data_magic <- magic(magic_testdata)
summary(data_magic)
## ZEB1
## Min. :0.01071
## 1st Qu.:0.01119
## Median :0.01130
## Mean :0.01129
## 3rd Qu.:0.01140
## Max. :0.01201
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.