0% found this document useful (0 votes)
5 views

Excel File Tables for Statistical Analysis (1)

Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Excel File Tables for Statistical Analysis (1)

Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Uni-variate Analysis Bi-variate Analysis

Dependent Variable
1 variable Metric Non-Metric

Mean, Median, Sigma, Correlation Linear Discriminant Analysis


summarytools::descr cor(x,y) or cor.test(x,y) lda(y~x)
Metric Metric

Independent
Claim: 1-sample t-test Simple Regression Binary Regression

Variable
t.test(x, mu=80) summary(lm(y~x)) glm(y~x, family="binomial")

Count, Percent
Hypothesis Tests Cross-tabulation / Chi sq test
Non-Metric table(x) Non-Metric
t.test(y~x), aov(y~x) summarytools:ctable
summarytools:freq
nalysis
dent Variable
Non-Metric

Linear Discriminant Analysis


lda(y~x)
Binary Regression
glm(y~x, family="binomial")

Cross-tabulation / Chi sq test


summarytools:ctable
Uni-variate Plots Bi-variate Plots
Dependent Variable
1 variable Metric Non-Metric

HIstogram Scatter Plot


Metric hist(x) Metric plot(x,y)
boxplot(x)

Independent
Variable
Stacked Barchart
Barchart, Piechart
Box Plot barplot(table(x,y, beside=T))
Non-Metric barplot(table(x)) Non-Metric
boxplot(y~x) Mosaic Plot
pie(table(x))
mosaicplot(table(x,y))
Plots
dent Variable
Non-Metric

Stacked Barchart
barplot(table(x,y, beside=T))
Mosaic Plot
mosaicplot(table(x,y))
Uni-variate Analysis Bi-variate Analysis
Dependent Variable
1 variable Metric Non-Metric

Mean, Median, Sigma, 1- Correlation Linear Discriminant Analysis


sample t-test Correlation->Bivariate Classify->DIscriminant
Metric Metric

Independent
Descriptive Statistics-> Simple Regression Binary Regression

Variable
Descriptive Regression->Linear Regression->Binary Logistics

Count, Percent Cross-tab / Chi sq test


Hypo testing
Non-Metric Descriptive Statistics-> Non-Metric Descriptive Statistics->
Compare Means
Frequency Crosstab

Dependent Variable
Ratio Scale
Ratio Simple Regression SEM=CFA+Path Analysis

Scale SEM=CFA+Path Analysis SEM=CFA+Path Analysis

SEM= Measurement Model (CFA) + Structural Model (Path Analysis or Regres

CFA Path Analysis


Reliability Beta
Validity r2 / Adj r2
Model fitness p-value
Mediation
Moderation

Algorithm
MLE AMOS
PLS SmartPLS

OLS SPSS/Excel
alysis
ent Variable
Non-Metric

Linear Discriminant Analysis


Classify->DIscriminant
Binary Regression
Regression->Binary Logistics

Cross-tab / Chi sq test


Descriptive Statistics->
Crosstab

ent Variable
Scale
SEM=CFA+Path Analysis

SEM=CFA+Path Analysis

ural Model (Path Analysis or Regression)


Uni-variate Plots Bi-variate Plots
Dependent Variable
1 variable Metric Non-Metric

Metric Histogram Metric Scatter Plot

Independent
Variable
Non-Metric
Barchart, Non-Metric Box Plot Stacked Barchart
Piechart
Plots
dent Variable
Non-Metric

Stacked Barchart

You might also like