Hi 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

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to