Hi,
I was wondering if there is any way to output weighted standard deviations for ANOVAs in stata?
For example:
I can output the weighted means for yield by method using
But I dont know how to output the weighted means?
Additionally if I was not controlling for temperature I could use:
to get the weighted standard deviations
Is there another command that could do this for ANOVAs that control for another variable (in this case c.temperature)?
Thank you very much for any help!
I was wondering if there is any way to output weighted standard deviations for ANOVAs in stata?
For example:
Code:
webuse manuf anova yield method c.temperature
Code:
margins method
Additionally if I was not controlling for temperature I could use:
Code:
oneway yield method, tabulate
Is there another command that could do this for ANOVAs that control for another variable (in this case c.temperature)?
Thank you very much for any help!

Comment