search for: foreeer

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

2006 Jul 07
3
attach and detach question
...at I mean by constant is that, if I run the program over later, I really should just use the old matrix and dataframe ( if they exist ) that were created in a previous run so that the program doesn't have to spend time creating them. Unfortunately, I don't know how to do this so things take foreeer because every time i do a new run, i recreate these objects and the boss is getting a little annoyed. I know/think that I should use attach and detach commands but 1) i can't find an example somewhere of just saving two objects rather than the whole session. i've looked and looked and i...