Displaying 1 result from an estimated 1 matches for "nameoftheexperiment".
2010 Jul 30
1
Using data frame col names and variables
...where realized.
My problem now is that I'm trying to separate this experiments based on a
criteria that is not important for the moment. What I want to be able to do
is, given an experiment name, obtain the time series of the results of that
experiment.
I know I can do this by typing
results$nameoftheexperiment
But what if I have a variable "name" which contains the experiment's name?
Doing the following
results$name
doesn't work, as expected, since there is no column with name name.
Any help would be appreciated.
Thank you very much!
[[alternative HTML version deleted]]