mat_test_z
Example data for `MetNet`: unit tests
Bundled with MetNet · exported, loads via data()
One vector with a dim attribute. Everything in it shares a type, which is the difference between a matrix and a data.frame that happens to be all numeric. R object catalogue
Computed over every cell in the object, reading it as one vector.
The mean of each row, and of each column, summarised. Reading every cell as one vector gives a matrix and its transpose the same answer; these do not.
| Margin | Min. | 1st Qu. | Median | Mean | 3rd Qu. | Max. | Std. dev |
|---|---|---|---|---|---|---|---|
| Rows | -0.33826 | -0.10476 | -0.026196 | 5.3429e-17 | 0.049751 | 0.32243 | 0.17686 |
| Columns | -3.9968e-16 | -1.5543e-16 | -1.1102e-17 | 1.6653e-17 | 2.609e-16 | 3.1641e-16 | 2.752e-16 |
The row means vary far more than the column means, so what separates the values runs down the rows.
| Margin | Labels | Count |
|---|---|---|
| Columns | x1, x2, x3, x4, x5, x6, x7 | 7 |
This object is 7 columns wide. A matrix carries no per-column schema, so its width is what the catalogue records and there is nothing to list one column at a time. What it holds is described whole instead, summarised over every cell: see Values and Margins above.
7 other datasets carry the same structure fingerprint. That fingerprint is a digest of the column names and their types, and a matrix carries neither, so on one it comes down to the width and the type held: a match is another object of 7 columns holding the same type rather than one with the same columns. The datasets are not listed, because that is not a list of anything this one is related to.
| Version | Released | Rows × Cols | Change | Stored as | Confidence |
|---|---|---|---|---|---|
| 3.23 | 2026-04-28 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.22 | 2025-10-29 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.21 | 2025-10-10 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.20 | 2024-10-29 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.19 | 2024-04-30 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.18 | 2023-10-24 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.17 | 2023-04-25 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.16 | 2022-11-01 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.15 | 2022-04-26 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.14 | 2022-04-09 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.13 | 2021-05-19 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.12 | 2020-10-27 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.11 | 2020-04-27 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.10 | 2020-03-07 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.9 | 2019-05-02 | 20 × 7 | Unchanged | rda · gzip version 2 · 2.3 KB | exact |
| 3.8 | 2019-01-04 | 20 × 7 | – | rda · gzip version 2 · 2.3 KB | exact |