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

[Rd] Internal codes of the factor

2006-03-14 Thread Gregor Gorjanc
Hello! I am writing some functions and I repeatedly acces internal factor codes. I figured out that internal codes are 1:n where 1 represents 1st level, 2 2nd level etc. This is not documented and I wonder if this is on purpose and subject to change or would be a good idea to add this to documenta