You are on page 1of 8

AABBYY

, .

Variable name: satisfaction1

1- ,5

Variable name: satisfaction2

1- ,5

Variable name: satisfaction3

1- ,5

:
:

MANOVA ,

, .

.1 ? ?

.2 ?

.3

.4 : ?

.5 ?

: ,
.

( , ) .
" .

.1 R.
:
install.packages(c("pastecs", "car", "ggplot2", "mvoutlier" ,"mvnormtest",
))""multcomp", "foreign
ENTER CLOUD .OK

- :
;)"library("pastecs"); library("car"); library("ggplot2"); library("mvoutlier
)"library("mvnormtest"); library("multcomp"); library("foreign
ENTER

.2 SPSS R -
SPSS .
SPSS file.choose() : R ENTER SPSS.
!!!
dataset <- read.spss("C:\\ .....sav", to.data.frame=TRUE) : SPSS
.

) View(dataset SPSS : R
names(dataset) :

R attach(dataset) :

.
.3 :
.

:satisfaction1
)" plot(faculty , satisfaction1 xlab = "faculty" , ylab = " satisfaction1

.
.4 :
3 :
)depvar <- cbind(satisfaction1, satisfaction2, satisfaction3
CBIND .
- :
)TOTAL_model <- manova(depvar ~ faculty + gender + year , data = dataset

ENTER

)summary(TOTAL_model



.
()F=13.51
( )F=5.30 :
)summary.aov(TOTAL_model
.(F=5.04) satisfaction1
.

- DEEPLEARNING .5
:

model_age <- aov(satisfaction1 ~ year, data = dataset, na.action = na.exclude)


summary(model_age)
posthocs <- glht(model_age, linfct = mcp(year = 'Tukey'))
summary(posthocs)
:

' ' , '
'.

' ':
'
' (.)T=-3.12

: '.

You might also like