xput a series into R: WHICH session?
Posted: Sat Sep 28, 2013 11:05 am
I am wondering xput(series1, rtype=data.frame) would put the series into which R session, a hidden session or the current open session. Say, I open a RGui and then oepn eviews to xput a series, the log said:
> xput(rtype=data.frame, name=bbb) bo
'bbb' (data.frame) created successfully.
But I cannot find the bbb object in the RGui.
On the other hand, I can run the xput sample program without issue, sending series into R, running a model and get the R model results back into Eviews.
Thus, it seems to me xput will use a hidden R session? Is it true? How can I put a Eviews series into the RGui I've opened?
> xput(rtype=data.frame, name=bbb) bo
'bbb' (data.frame) created successfully.
But I cannot find the bbb object in the RGui.
On the other hand, I can run the xput sample program without issue, sending series into R, running a model and get the R model results back into Eviews.
Thus, it seems to me xput will use a hidden R session? Is it true? How can I put a Eviews series into the RGui I've opened?