Difference between revisions of "An initial path towards statistical analysis"

From Sustainability Methods
Line 3: Line 3:
 
Start here with your data! This is your first question.
 
Start here with your data! This is your first question.
  
Do you have several continuous variables without clear dependencies?<br>
+
Do you have several continuous variables without clear dependencies? (?)<br>
Yes!
+
Yes!<br>
No!
+
No!<br>
 +
 
 +
R commands:  <br>
 +
Relevant figures:  <br>
  
 
=[[#Univariate statistics| Univariate statistics]]<br> =
 
=[[#Univariate statistics| Univariate statistics]]<br> =
No!
 
 
Does you data contain at least one categorical variable?<br>
 
Does you data contain at least one categorical variable?<br>
[[#Categorical and continuous data|Yes, I have at least one categorical variable! (?)]]<br>
+
[[#Categorical and continuous data|Yes, I have at least one categorical variable! (?)]] (?)<br>
[[#Continuous variables|No, I have only continuous variables! (?)]]
+
R commands:  <br>
 +
Relevant figures:  <br>
 +
 
 +
 
 +
==Categorical and continuous data==
 +
Does your data consist of categorical and continuous variables?
 +
R commands:  <br>
 +
Relevant figures:  <br>
 +
 
 +
Does your data consist only of categorical variables?
 +
R commands:  <br>
 +
Relevant figures:  <br>
 +
 
 +
===Categorical variables===
 +
Chi-Square test
 +
R commands:  <br>
 +
Relevant figures:  <br>
 +
 
 +
 
 +
[[#Continuous variables|No, I have only continuous variables! (?)]] (?)<br>
 +
R commands:  <br>
 +
Relevant figures:  <br>
 +
 
  
 
=[[#Multivariate statistics| Multivariate statistics]]<br>=
 
=[[#Multivariate statistics| Multivariate statistics]]<br>=
Line 19: Line 43:
  
  
==Categorical and continuous data==
+
 
Does your data consist of categorical and continuous data?
 
Does your data consist only of categorical data?
 
  
  

Revision as of 20:28, 18 January 2021


Start here with your data! This is your first question.

Do you have several continuous variables without clear dependencies? (?)
Yes!
No!

R commands:
Relevant figures:

Univariate statistics

Does you data contain at least one categorical variable?
Yes, I have at least one categorical variable! (?) (?)
R commands:
Relevant figures:


Categorical and continuous data

Does your data consist of categorical and continuous variables? R commands:
Relevant figures:

Does your data consist only of categorical variables? R commands:
Relevant figures:

Categorical variables

Chi-Square test R commands:
Relevant figures:


No, I have only continuous variables! (?) (?)
R commands:
Relevant figures:


Multivariate statistics

Yes!





More than 2 categorical variables


Is your dependent variable normally distributed?
Is your dependent variable not normally distributed?

My data consists only of categorical variables

Does your independent variable contain only 1 or 2 groups?
Does your independent variable contain more than 2 groups?

Does your independent variable contain more than 2 groups?

Analysis of Variance

Is your dependent variable normally distributed?
Is your dependent variable not normally distributed?

The dependent variable is normally distributed

Dependent variable normally distributed

Type II Anova

Dependent variable is count data
Dependent variable is 0/1 or proportions

Random factors

Dependent variable not normally distributed

Type III Anova

Dependent variable is count data
Dependent variable is 0/1 or proportions

Random factors

Does your independent variable contain more only 1 or 2 groups?

t-test

My data consists only of categorical variables

Chi-Square test

Continuous variables

Non dependent relations? Correlations

Clear dependent relations Regression models
Dependent variable normally distributed
Linear Regression

Dependent variable not normally distributed

Generalised linear model

Dependent variable is count data

Dependent variable is 0/1 or proportions



Multivariate statistics



Resterampe

[[At least one continuous and one categorical variable| More than 2 groups Analysis of Variance
Dependent variable normally distributed
INSERT TYPE II
INSERT RANDOM FACTOR
INSERT LMM

Dependent variable not normally distributed

Type III Anova

Dependent variable is count data

Dependent variable is 0/1 or proportions

Random factors