I have a total mental block and can't find my way around this seemingly
simple problem:

I have created a function such that:

my_answer_1=myfuntion(my_input_1)

I am wanting to perform this calculation over a large number of datasets,
but am having real difficulty calling and assigning - i think the problem
les in the fact that I need to paste for call and assign.

this is my best attempt so far..I can't seem to find a way around this...

for(i in 1:50)
eval(parse(text=paste("my_answer_",i,
    "<-myfunction(text=paste("my_input_",i,sep=""))",sep="")))

can someone please point out where i am going wrong?

Thanks in advance..

Laura Quinn
Institute of Atmospheric Science
School of the Environment
University of Leeds
Leeds
LS2 9JT

tel: +44 113 343 1596
fax: +44 113 343 6716
mail: [EMAIL PROTECTED]

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to