Main Content

반복 측정과 다변량분산분석(MANOVA)

여러 응답 변수를 갖는 데이터에 대한 분산분석, 반복 측정 모델링, 다중 비교

Statistics and Machine Learning Toolbox™는 일원/이원/다원 다변량분산분석(MANOVA), 분산분석(ANOVA), 반복 측정 모델, 공분산 분석(ANCOVA)을 제공합니다. 반복 측정 모델은 관측값이 여러 응답 변수를 갖는 회귀 모델입니다. 각 관측값에 대한 응답 변수는 일반적으로 여러 번 측정한 값에 대응합니다. MANOVA는 여러 응답 변수의 변동이 동일한 모집단 그룹 내에서 발생하는지 아니면 다른 모집단 그룹 간에 발생하는지 여부를 확인하는 절차입니다.

함수

모두 확장

RepeatedMeasures 객체 만들기

fitrmFit repeated measures model

RepeatedMeasures 객체 작업

ranovaRepeated measures analysis of variance
anovaAnalysis of variance for between-subject effects in a repeated measures model
mauchlyMauchly’s test for sphericity
epsilonEpsilon adjustment for repeated measures anova
multcompareMultiple comparison of estimated marginal means
manovaMultivariate analysis of variance
coeftestLinear hypothesis test on coefficients of repeated measures model
grpstatsCompute descriptive statistics of repeated measures data by group
margmean Estimate marginal means
plotPlot data with optional grouping
plotprofile Plot expected marginal means with optional grouping
predictCompute predicted values given predictor values
random Generate new random response values given predictor values

manova 객체 만들기

manovaMultivariate analysis of variance (MANOVA) results (R2023b 이후)

manova 객체 작업

barttestBartlett's test for multivariate analysis of variance (MANOVA) (R2023b 이후)
boxchartBox chart (box plot) for multivariate analysis of variance (MANOVA) (R2023b 이후)
canonvarsCanonical variables (R2023b 이후)
coeftestLinear hypothesis test on MANOVA model coefficients (R2023b 이후)
groupmeansMean response estimates for multivariate analysis of variance (MANOVA) (R2023b 이후)
multcompareMultiple comparison of marginal means for multiple analysis of variance (MANOVA) (R2023b 이후)
plotprofilePlot MANOVA response variable means with grouping (R2023b 이후)
statsMultivariate analysis of variance (MANOVA) table (R2023b 이후)
manova1One-way multivariate analysis of variance
manovaclusterDendrogram of group mean clusters following MANOVA

객체

모두 확장

RepeatedMeasuresModelRepeated measures model object
manovaMultivariate analysis of variance (MANOVA) results (R2023b 이후)

도움말 항목

반복 측정

다변량분산분석(MANOVA)