Re: [Rd] Internal codes of the factor

2006-03-14 Thread Gregor Gorjanc
Berwin A Turlach wrote: > G'day Gregor, > > >>"GG" == Gregor Gorjanc <[EMAIL PROTECTED]> writes: > > > GG> I am writing some functions and I repeatedly acces internal > GG> factor codes. I figured out that internal codes are 1:n where > GG> 1 represents 1st level, 2 2nd level et

Re: [Rd] Internal codes of the factor

2006-03-14 Thread Berwin A Turlach
G'day Gregor, > "GG" == Gregor Gorjanc <[EMAIL PROTECTED]> writes: GG> I am writing some functions and I repeatedly acces internal GG> factor codes. I figured out that internal codes are 1:n where GG> 1 represents 1st level, 2 2nd level etc. This is not GG> documented [...] Th