search for: vraiablea

Displaying 1 result from an estimated 1 matches for "vraiablea".

Did you mean: variablea
2009 Jul 15
1
loading multiple .Rdata and preserving variable names
...able names are identical), but I don't know how to preserve variables from these files or make them unique. I would imagine pointing them as in a list: # loading 2, max. 4 outputs of previous calculations load(DataSet1) # VariableA is present load(DataSet2) # VariableA is present, too # both VraiableA listed and present DataSet1$VariableA$parameters DataSet2$VariableA$parameters But what is the way to feed all variables into a list? Or more generally, what is an efficient way to work with multiple separate outputs which one would like to compare? (I have read something about environments, but...