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.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

args.json.template 367B

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. }