Mercurial > hg > cc > cirrus_work
view bin/spearman.sh @ 218:d19cd5fe0e06
add percentage of non-latin by crawl table
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 20 Feb 2024 15:23:47 +0000 |
parents | 7ffb686ca060 |
children |
line wrap: on
line source
#!/usr/bin/bash matlab -batch '%' <<EOF disp("running") m=load("$1"); [r,p]=corr(m,'Type','Spearman') disp(r) disp(p) EOF