This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/statistics/figs/fig0.dot
2014-10-02 08:01:29 +02:00

16 lines
357 B
Plaintext

digraph G {
rankdir=TB;
node [fontsize=12, shape=rectangle, style=filled];
edge [penwidth=2, fontsize=10 ];
data[label="type of data?"];
IR[label="data normal distributed\nor n large?"];
ordinal[label="?"];
nominal[label="?"];
data->IR[label="interval/ratio"]
data->nominal[label="nominal/discrete"]
data->ordinal[label="ordinal"]
}