From 8d6fb7d8b98f3e5fc7281f560947084a1f0cb6fc Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Tue, 16 Jun 2026 12:21:03 +1200 Subject: [PATCH] experimentation with bivariate data page / added the base --- bivariate.html | 34 ++++++++++++++++++++++++++++++++++ index.html | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 bivariate.html diff --git a/bivariate.html b/bivariate.html new file mode 100644 index 0000000..eab8dcf --- /dev/null +++ b/bivariate.html @@ -0,0 +1,34 @@ + + + + + + Bivariate Data Analysis + + +

Information on bivariate data Analysis

+ +
+

information

+ +

+ 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). +

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

+ +
+ + \ No newline at end of file diff --git a/index.html b/index.html index 4fd9ba2..a1d25f4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@