Re: [R] options("contrasts")

2008-08-26 Thread Ted Harding
On 26-Aug-08 10:30:30, David Epstein wrote: > Code: >> options("contrasts") > $contrasts >factor ordered > "contr.treatment" "contr.poly" > > I want to change the first entry ONLY, without retyping "contr.poly". > How do I do it? I have tried various possibilities and c

Re: [R] options("contrasts")

2008-08-26 Thread Duncan Murdoch
On 26/08/2008 6:30 AM, David Epstein wrote: Code: options("contrasts") $contrasts factor ordered "contr.treatment" "contr.poly" I want to change the first entry ONLY, without retyping "contr.poly". How do I do it? I have tried various possibilities and cannot get an

[R] options("contrasts")

2008-08-26 Thread David Epstein
Code: > options("contrasts") $contrasts factor ordered "contr.treatment" "contr.poly" I want to change the first entry ONLY, without retyping "contr.poly". How do I do it? I have tried various possibilities and cannot get anything to work. I found out that the response