[R] Testing equality of regression model on multiple groups
David Winsemius
dwinsemius at comcast.net
Fri Dec 18 14:30:13 CET 2009
On Dec 17, 2009, at 5:14 PM, Clara Yuan wrote:
> Hello,
>
>
>
> (Also, why are the coefficients renamed to t.L, t.Q, etc instead of
> t.1, t.2?)
You have coded your t variable as an ordered factor.
?ordered
if you do not want the linear, quadratic, cubic coefficients for the
polynomial contrasts, then remove the ordering with:
t <- factor(t, is.ordered=FALSE)
... and rerun the analysis.
--
David
>
> What am I missing?
>
> Thanks for the help,
> Clara
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
More information about the R-help
mailing list