Displaying 1 result from an estimated 1 matches for "qrnox3".
Did you mean:
qrnox
2008 Sep 27
1
Problem to male an Index in looping
Hi,
I am trying to use (i) as an index but 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", "qrn...