search for: loglmobject

Displaying 2 results from an estimated 2 matches for "loglmobject".

2006 Jan 18
2
Loading of namespace on load of .Rdata (was strange behaviour of load)
...d methods for objects of class "loglm". Of course the user should quickly realise this, but there may be cases where the default method gives a convincing but incorrect or unhelpful result. An alternative would be to add an attribute to objects of class "loglm" (say), e.g. attr(loglmObject, ".Environment") <- environment(MASS) so that the namespace would automatically be loaded when it is required. [In fact alternatives such as environment(loglmObject) <- environment(MASS) or loglmObject$anyoldthing <- environment(MASS) would work just as well, but perhaps the firs...
2006 Jan 18
0
Loading of namespace on load of .Rdata (was strange behaviour of load)
...d methods for objects of class "loglm". Of course the user should quickly realise this, but there may be cases where the default method gives a convincing but incorrect or unhelpful result. An alternative would be to add an attribute to objects of class "loglm" (say), e.g. attr(loglmObject, ".Environment") <- environment(MASS) so that the namespace would automatically be loaded when it is required. [In fact alternatives such as environment(loglmObject) <- environment(MASS) or loglmObject$anyoldthing <- environment(MASS) would work just as well, but perhaps the firs...