Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: putexcel for reliability (alpha) ?


From   Scott Merryman <[email protected]>
To   [email protected]
Subject   Re: st: putexcel for reliability (alpha) ?
Date   Tue, 3 Dec 2013 08:00:03 -0600

-alpha- stores the results in r().

For example:

sysuse auto,clear
alpha mpg price gear, item
return list
putexcel set "results.xlsx", sheet("alpha item")
putexcel  A1=rscalarnames B1=rscalars using results, sheet("alpha item")
putexcel A4 = rmatrixnames B4=rmatrices using results, sheet("alpha
item") modify

Scott

On Mon, Dec 2, 2013 at 9:29 AM, Nick Bornschein
<[email protected]> wrote:
> Hi,
>
> I'm trying to export the results of my
>
> alpha x1 x2 x3, item
>
> command to excel via putexcel, but using ereturn, there are no
> item-correlation and item alphas from the output table saved.
>
> How do I get the table as it is or even in the interesting parts (obs,
> item-test correlation and alpha for every single item) to Excel via
> putexcel?
>
> Best
> -Nick
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index