It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

args.json.template 367B

pirms 3 gadiem
12345678910
  1. {
  2. "datafile": "{{ datafile }}",
  3. "corr_vars": {{ corr_vars }},
  4. "method": "{{ method | default: "square" }}",
  5. "corr_type": "{{ corr_type | default: "full" }}",
  6. "hc_method": "{{ hc_method | default: "complete" }}",
  7. "hc_order": {{ hc_order }},
  8. "sig_level": {{ sig_level | default: 0.05 }},
  9. "title": "{{ title | default: "This is a correlation plot" }}"
  10. }