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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
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. }