Re: [Rd] Lemon drops

2005-03-15 Thread Gabor Grothendieck
Peter Dalgaard biostat.ku.dk> writes: : : I bumped into the following situation: : : Browse[1]> coef : deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP : (Intercept)462510528492660762 : Browse[1]> coef[,1] : [1] 462 : Browse[1]> coef[,1,drop=F] : deg0NA

Re: [Rd] Lemon drops

2005-03-15 Thread Marc Schwartz
On Tue, 2005-03-15 at 20:05 +0100, Achim Zeileis wrote: > On 15 Mar 2005 18:26:46 +0100 Peter Dalgaard wrote: > > > Marc Schwartz <[EMAIL PROTECTED]> writes: > > > > > On Tue, 2005-03-15 at 18:05 +0100, Peter Dalgaard wrote: > > > > I bumped into the following situation: > > > > > > > > Browse[1

Re: [Rd] Lemon drops

2005-03-15 Thread Achim Zeileis
On 15 Mar 2005 18:26:46 +0100 Peter Dalgaard wrote: > Marc Schwartz <[EMAIL PROTECTED]> writes: > > > On Tue, 2005-03-15 at 18:05 +0100, Peter Dalgaard wrote: > > > I bumped into the following situation: > > > > > > Browse[1]> coef > > > deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP > >

Re: [Rd] Lemon drops

2005-03-15 Thread Marc Schwartz
On Tue, 2005-03-15 at 18:26 +0100, Peter Dalgaard wrote: > Marc Schwartz <[EMAIL PROTECTED]> writes: > > > On Tue, 2005-03-15 at 18:05 +0100, Peter Dalgaard wrote: > > > I bumped into the following situation: > > > > > > Browse[1]> coef > > > deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP

Re: [Rd] Lemon drops

2005-03-15 Thread Peter Dalgaard
Marc Schwartz <[EMAIL PROTECTED]> writes: > On Tue, 2005-03-15 at 18:05 +0100, Peter Dalgaard wrote: > > I bumped into the following situation: > > > > Browse[1]> coef > > deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP > > (Intercept)462510528492660762 > > Browse[1]

Re: [Rd] Lemon drops

2005-03-15 Thread Marc Schwartz
On Tue, 2005-03-15 at 18:05 +0100, Peter Dalgaard wrote: > I bumped into the following situation: > > Browse[1]> coef > deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP > (Intercept)462510528492660762 > Browse[1]> coef[,1] > [1] 462 > Browse[1]> coef[,1,drop=F] >

[Rd] Lemon drops

2005-03-15 Thread Peter Dalgaard
I bumped into the following situation: Browse[1]> coef deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP (Intercept)462510528492660762 Browse[1]> coef[,1] [1] 462 Browse[1]> coef[,1,drop=F] deg0NA (Intercept)462 where I really wanted neither, but (Inte