Displaying 3 results from an estimated 3 matches for "raotbl3".
2006 Nov 03
1
Formal methods are not loaded from NAMESPACE in reloadedworkspace image
...t;[1] "sumurca"
>attr(,"package")
>[1] "urca"
>>
>
>everything works fine. Now, save the workspace image and quit R. After
>starting R again with the previously restored workspace image one has:
>
>> ls()
>[1] "lc.df" "Raotbl3"
>> class(lc.df)
>[1] "ur.df"
>attr(,"package")
>[1] "urca"
>
>lc.df
>## now the 'show'-method for objects of class 'ur.df' is not utilised,
>rather the generic
>## displaying all slots
>
>> library(urca)
>...
2006 Nov 03
2
WG: Formal methods are not loaded from NAMESPACE inreloadedworkspace image
...tr(,"package")
>>[1] "urca"
>>>
>>
>>everything works fine. Now, save the workspace image and quit R. After
>>starting R again with the previously restored workspace image one has:
>>
>>> ls()
>>[1] "lc.df" "Raotbl3"
>>> class(lc.df)
>>[1] "ur.df"
>>attr(,"package")
>>[1] "urca"
>>
>>lc.df
>>## now the 'show'-method for objects of class 'ur.df' is not utilised,
>>rather the generic
>>## displaying all s...
2006 Nov 02
0
Formal methods are not loaded from NAMESPACE in reloaded workspace image
...urca"
> class(summary(lc.df))
[1] "sumurca"
attr(,"package")
[1] "urca"
>
everything works fine. Now, save the workspace image and quit R. After
starting R again with the previously restored workspace image one has:
> ls()
[1] "lc.df" "Raotbl3"
> class(lc.df)
[1] "ur.df"
attr(,"package")
[1] "urca"
lc.df
## now the 'show'-method for objects of class 'ur.df' is not utilised,
rather the generic
## displaying all slots
> library(urca)
> lc.df
## still the same as compared to th...