Message-ID: <43E3B87B.8040209@iq.harvard.edu>
Date: 2006-02-03T20:09:31Z
From: Ferdinand Alimadhi
Subject: Function "assign"
In-Reply-To: <002c01c628fa$8331c590$0701a8c0@acerc5ropxp63k>
example<-matrix(nrow=5,ncol=5)
example[c(1,3),]<-matrix(1:10,nrow=2,ncol=5)
Marco Venanzi wrote:
>I'm trying to apply the function "assign( )" to a subset of a matrix, but it doesn't work...
>
>i.e.
>
>example<-matrix(nrow=5,ncol=5)
>assign("example[c(1,3),]",matrix(1:10,nrow=2,ncol=5))
>
>but matrix "example" doesn't change ( get("example[c(1,3),]") is not useful to me)...how can I do this assignment?
>Thanks in advance,
>
> Marco
> [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
>
--
Ferdinand Alimadhi
Programmer / Analyst
Harvard University
The Institute for Quantitative Social Science
(617) 496-0187
falimadhi at iq.harvard.edu
www.iq.harvard.edu