[R] Print hypothesis warning- Car package

2023-09-16 Thread Robert Baer
When doing Anova using the car package,  I get a print warning that is unexpected.  It seemingly involves have my flow cytometry factor levels named CD271+ and CD171-.  But I am not sure this warning should be intended behavior.  Any explanation about whether I'm doing something wrong? Why can'

Re: [R] Print hypothesis warning- Car package

2023-09-16 Thread Bert Gunter
The factor names are legal but the Warnings tell you pretty clearly that Car doesn't like such things. So why don't you just use something else that is more conventional. -- Bert On Sat, Sep 16, 2023 at 1:40 PM Robert Baer wrote: > When doing Anova using the car package, I get a print warning

Re: [R] Print hypothesis warning- Car package

2023-09-16 Thread Rolf Turner
On Sat, 16 Sep 2023 15:39:49 -0500 Robert Baer wrote: > When doing Anova using the car package,  I get a print warning that > is unexpected.  It seemingly involves have my flow cytometry factor > levels named CD271+ and CD171-.  But I am not sure this warning > should be intended behavior.  Any