How to calculate StdErr for intercepts and slopes in a multivariate ANCOVA (function ANOVAN() with continuous independent variable)?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alex Sabrekov
el 4 de En. de 2022
Comentada: Alex Sabrekov
el 7 de En. de 2022
I am trying to do multivariate analysis of covariance (mANCOVA) with Matlab. There is a special GUI for it called aoctool(), but it works only for one categorial independent variable (CIV) and one covariate. So if I have two CIVs and/or two covariates, I need something else.
Fortunately, anovan() tool, initially made for n-way ANOVA, could deal with continuos independent variables. So it is possible to perform mANCOVA using this tool and it really works! One can make and tests hypothesis on variance of slopes and treatments, but to provide a comperehensive analysis one needs to compare individual models (slopes or intercepts) to find differenes between them. But stats structure in anovan() outputs contains only values of model coefficients (stats.coeffs) but not their StdErr, SSE etc. So one can not test hypothesis on equality of two slopes (using t-test). Strictly speaking, there are no multcompare() for slopes in mANCOVA.
Can somebody give me an advice (or just any help), how I can borrow data on slopes StdErr or SSE from anovan() with continuous independent variable?
Thanks, Alex.
0 comentarios
Respuesta aceptada
Jeff Miller
el 5 de En. de 2022
If you set up dummy variables to code your categorical independent variables, you can then do analysis of covariance with fitlm. The advance of that is that you can then use regression techniques to get standard errors and confidence intervals for the model coefficients. Maybe there is an easier way, though.
5 comentarios
Jeff Miller
el 7 de En. de 2022
Hi Alex, No, I don't recommend that you change coding methods if you have one that gives you what you need. I just thought the other coding method might be helpful if rank deficiency was blocking you.
Más respuestas (0)
Ver también
Categorías
Más información sobre Analysis of Variance and Covariance en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!