From 9de5e72bb41cd2f0fa4af2f1b5cb5b85ba1c1907 Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Thu, 18 Jun 2026 11:18:58 +1200 Subject: [PATCH] removed old db file and removed placeholder in bivaraite page --- instance/accounts.db | Bin 16384 -> 0 bytes templates/bivariate.html | 6 +----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 instance/accounts.db diff --git a/instance/accounts.db b/instance/accounts.db deleted file mode 100644 index d62d5603fd7764b61e14456249807d7aaecaa93d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16384 zcmeI&O;6h}7zc2tMX**X-KFAcBqmyEnqud@yHHRB9bLC(?KF0&oW_AlErli>V>dQw zA7vkeFR<^zX~)GyomM2+o&Bvmd9fcm@$cp&?>envDrr2Kjzvlh@|0*A*`bsWlFMQx zi$&40le^c8w)>7b^5T1~RQ^Ts>(^xcy8N^JtmHexvKtZezFQQ&mH&#lkS6&34z{_XFB~)1~cRtM!}~ z3#$24j3s^F2=)#dLDki3O9^r;hNC~NjNfTK6G?J0nMVB+k(~UM<}Q!&HfX+X1V{AH zKcdxPR8zO^wVR!uPpgYZSgM@gwpOfd=T|pgRx~m^jpXO#e3UKO`(l<(=GT4Iwa?Xl zWjpuJM5Yq+ndlRxTFOEz?~`mpfdB*`009U<00Izz00bZa0SG|gVSy`KTP2mvubosT zsfwLr^~N9>OfS#Uy1^aWt-E!$6^IW9UuL@V>GI<6)kjBcG0*i(ZiVK+bD445Q8o*^?#4I6PT{r_CMbar|^U|{K^Vx<10SG_<0uX=z1Rwwb2tWV=5P-lV z6Ijbv3hF(@?fUinformation

- Bivariate analysis is one of the simplest forms of quantitative (statistical) analysis. It involves the analysis of two variables (often denoted as X, Y), for the purpose of determining the empirical relationship between them. - - Bivariate analysis can be helpful in testing simple hypotheses of association. Bivariate analysis can help determine to what extent it becomes easier to know and predict a value for one variable (possibly a dependent variable) if we know the value of the other variable (possibly the independent variable) (see also correlation and simple linear regression). - - Bivariate analysis can be contrasted with univariate analysis in which only one variable is analysed. Like univariate analysis, bivariate analysis can be descriptive or inferential. It is the analysis of the relationship between the two variables. Bivariate analysis is a simple (two variable) special case of multivariate analysis (where multiple relations between multiple variables are examined simultaneously). + information on bivariate data can go here