On May 28, 2015, at 10:05 PM, Ivan Popivanov wrote:
> Now I am getting confused. I see two postings from me in the archives:
>
> https://stat.ethz.ch/pipermail/r-devel/2015-May/071205.html
> https://stat.ethz.ch/pipermail/r-devel/2015-April/070982.html
>
> Were these actually published to the l
Now I am getting confused. I see two postings from me in the archives:
https://stat.ethz.ch/pipermail/r-devel/2015-May/071205.html
https://stat.ethz.ch/pipermail/r-devel/2015-April/070982.html
Were these actually published to the list? If so - big apology.
Regards,
Ivan
On Fri, May 29, 2015 at
On May 28, 2015, at 9:11 PM, Ivan Popivanov wrote:
> Hello,
>
> Over the last two months I have sent two messages (same topic) to the list.
> None of them showed on the list. For the first, I got a message that it is
> in some queue and waiting for an administrator to look at it. Is the queue
>
Hello,
Over the last two months I have sent two messages (same topic) to the list.
None of them showed on the list. For the first, I got a message that it is
in some queue and waiting for an administrator to look at it. Is the queue
THAT long?!
[[alternative HTML version deleted]]
__
On Thu, May 28, 2015 at 2:49 AM, Julien Idé wrote:
> Hey everyone,
>
> I would like to develop a package using S4 classes.
> I have to define several S4 classes that inherits from each others as
> follow:
>
> # A <- B <- C <- D
>
> I also would like to define .DollarNames methods for these class s
The problem seems to be with coercion, actually, not validity methods per
se:
> myd
Object of class "D"
attr(,"class")
[1] "AOldclass"
Slot "D":
character(0)
Slot "C":
character(0)
Slot "B":
character(0)
Slot "A":
character(0)
> as(myd, "B")
Object of class "AOldclass"
attr(,"class")
[1] "AO
On 05/28/2015 02:49 AM, Julien Idé wrote:
Hey everyone,
I would like to develop a package using S4 classes.
I have to define several S4 classes that inherits from each others as
follow:
# A <- B <- C <- D
I also would like to define .DollarNames methods for these class so, if I
have understood
Hey everyone,
I would like to develop a package using S4 classes.
I have to define several S4 classes that inherits from each others as
follow:
# A <- B <- C <- D
I also would like to define .DollarNames methods for these classes so, if I
have understood well, I also have to define an old class
On 28 May 2015 at 09:38, Jari Oksanen wrote:
| On 28/05/2015, at 11:57 AM, Martin Maechler wrote:
| >> Ben Bolker
| >> False alarm. Completely wiping out my build directory followed by
| >
| >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh
| >> - --with-tk-config=/usr/lib/tkC
Hey everyone,
I would like to develop a package using S4 classes.
I have to define several S4 classes that inherits from each others as
follow:
# A <- B <- C <- D
I also would like to define .DollarNames methods for these class so, if I
have understood well, I also have to define an old class as
On 28/05/2015, at 11:57 AM, Martin Maechler wrote:
>> Ben Bolker
>>on Tue, 26 May 2015 11:13:41 -0400 writes:
>
>
>> False alarm. Completely wiping out my build directory followed by
>
>> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh
>> - --with-tk-config=/usr/lib/
> Ben Bolker
> on Tue, 26 May 2015 11:13:41 -0400 writes:
> False alarm. Completely wiping out my build directory followed by
> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh
> - --with-tk-config=/usr/lib/tkConfig.sh; make
> seems to work. (My fault
On 28 May 2015, at 10:17 , Martin Maechler wrote:
>
> On the other hand, to me, it did look a bit strange or "ugly" to always
> perform to different lm()s and the coefficients of one and the
> residuals of the other.
Yes, but the whole point was that if you do OLS on an integrated series, the
> Patrick Perry
> on Wed, 27 May 2015 23:19:09 -0400 writes:
{@PP, you forgot this part:}
> peter dalgaard
> on Thu, 21 May 2015 14:36:03 +0200 writes:
>> I suspect that what we really need is
>>
>> fitI <- lm(x ~ xreg - 1, na.action = na.omit)
>> f
14 matches
Mail list logo