search for: mylongvariablenameforb

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

Did you mean: mylongvariablenamefora
2012 Feb 13
2
Puzzling... puzzling... puzzling...
...all, I made sure that it's "env$sRes1$nPositionsOptimizedM" that's correct... not the "env$sRes1$nPositionsOptimized"... But it seems both point to the same memory area... This is very dangerous because I have used naming conventions such as: MyLongVariableNameForA MyLongVariableNameForB MyLongVariableNameForC ... ... Then if internally they are actually the same thing then all my programs messed up... Any thoughts? >env=new.env() >load("MyResults.rData", env) >identical(env$sRes1$nPositionsOptimized, env$sRes1$nPositionsOptimizedM) [1] TRUE [[alternativ...