Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: RE: Label instead of var names in a matrix


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: RE: Label instead of var names in a matrix
Date   Fri, 17 Dec 2004 12:17:13 -0000

Rather 

matrix c3 = c1, c2 

Nick 
[email protected] 

> -----Original Message-----
> From: Nick Cox 
> Sent: 17 December 2004 11:03
> To: '[email protected]'
> Subject: RE: st: RE: Label instead of var names in a matrix
> 
> 
> You can also do most of what you want without 
> programming: 
> 
> ssc inst makematrix 
> makematrix c2 , from(r(chi2) r(P_chi2))  : sktest size1 lev2 
> sales_int3
> makematrix c1 , from(r(N) r(mean) r(sd)) label : su size1 
> lev2 sales_int3
> matrix c3 = c2 , c1 
> 

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index