Displaying 1 result from an estimated 1 matches for "qrnoxi".
Did you mean:
qrnox
2008 Sep 27
1
Problem to male an Index in looping
...t R considers it as a function and not
as text. To be more specific I would like for example to estimate some
regressions named qrnox1, qrnox2, qrnox3,..... and so on. But when I am
using qrnox(i) ot qrnox[i] it tries to find the ith element of vector qrnox.
The thing is that I want to estimate the qrnoxi regression and not the
qrnox(i) function or whatever. Even if I create a vector text as elements
like qrnox<-c("qrnox1", "qrnox2", "qrnox3", .....). It doesn't work either.
Is there any way to do it ? I have post the part of the code
Thanks
Dimitris
########...