but i cant seem to figure out how to proceed
Attempting to undergo posthoc testing for a manova and a little stuck.
I understand I have to do manovatest, showorder
but I dont understand how to take the response from that and turn it into the matrix
In the example on the stata manual - I simply just have no idea how they got the values for the matrix c1 = (3,-1,-1,-1,0)
(also got a little stuck trying to use dataex to help this response)
Software : Stata15
My code :
manova alpha bravo charlie = delta
mvreg
mvreg, notable noheader corr
manovatest, showorder
Attempting to undergo posthoc testing for a manova and a little stuck.
I understand I have to do manovatest, showorder
but I dont understand how to take the response from that and turn it into the matrix
In the example on the stata manual - I simply just have no idea how they got the values for the matrix c1 = (3,-1,-1,-1,0)
(also got a little stuck trying to use dataex to help this response)
Software : Stata15
My code :
manova alpha bravo charlie = delta
mvreg
mvreg, notable noheader corr
manovatest, showorder
Comment