Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Defining a matrix of Characters


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: Defining a matrix of Characters
Date   Tue, 14 Mar 2006 18:29:45 -0000

Long route or short, you must use Mata
for this. 

Nick 
[email protected] 

Siyam, Amani
 
> Could you kindly tell me if it is possible to define a matrix 
> A[1x6] of
> characters as follows:
> 
> matrix A=[a b c d e f]
> 
> I tried going the long route as follows:
> 
> 	foreach i in a b c d e f  {
> 		gen `i'= "`i'"
> 	}
> 	mkmat a b c d e f , matrix(A)
> 	
> 	varlist:  a:  string variable not allowed
> 	r(109);
> 
> I got an error message as you can see...

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