I think you want
(1) -graph export- not -graph save-
and... [ellipsis for omitted numbers ;]
(22) maybe
. ds, has(type numeric)
. corr `r(varlist)'
but that seems a bit silly...
maybe you want -anova- or a related model.
On 4/20/06, Diego Bellavia <[email protected]> wrote:
> Hi to everyone,
>
> I am sorry to disturb with silly questions, but I am
> at the beginning of my STATA training and it is tough,
> sometimes.
> Here are some questions :
>
> 1) I have written the following .do file, because I
> needed Box plots of many variables :
>
> foreach X of varlist *ts* *to* {
> graph box `X' ,over(groups)
> local newname="`X'.tif"
> graph save `newname', replace
> }
> The script works fine and the graphs are saved but
> when I try to open them with a viewer software (ACDSEE
> for windows) I do not see anything...it opens the
> image but I cannot see it. If I save in gph format and
> then try to open it through STATA everything is fine.
> I cannot explain the reason and how to fix this
> problem
>
> 22) I need to measure the Intra-class correlation of a
> dataset to define feasibility and reproducibility of
> the measurements. May you show the best way to do that
> in STATA ?
>
>
> Thanks a lot in advance
>
> Diego
>
>
>
>
>
>
> ___________________________________
> Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
> http://mail.yahoo.it
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/