Displaying 1 result from an estimated 1 matches for "14dagen".
2008 Aug 12
1
dynamically extract data from a list
...quot;temp.26_time.5dagen_biorep.1" "time.
5dagen_temp.26_biorep.2" "temp.18_time.5dagen_biorep.1" "temp.18_time.
5dagen_biorep.2" ...
$ temp : Factor w/ 2 levels "18","26": 2 2 1 1 2 2 1 1 1 1 ...
$ time : Factor w/ 3 levels "14dagen","28dagen",..: 3 3 3 3 1 1
1 1 2 2 ...
$ biorep : Factor w/ 2 levels "1","2": 1 2 1 2 1 2 1 2 1 2 ...
Now, based on user input as well, I want to dynamically extract data
from list$varieties. Therefore, I wrote a function which generates a
string contai...