Skip to content
Prev 146775 / 398500 Next

model simplification using Crawley as a guide

And to follow FH and HW

What level of significance are you using? .05 is excessively liberal.
Are you adjusting your p-values for the number of possible models? Do
you realize the p-values for dropping a term, being selected as the
maximum of a set of p-values, do not follow their usual distributions?
How are you compensating for sample size, as a p-value's being
significant is a function of sample size?  How are you compensating for
the fact that the current model choice is dependent on the previous
model choices? How do you know your tree of model choices is the optimal
one?  Have you considered cross-validation?  Are you looking for a model
that true describes a phenomenon or a predictive model that can be used
for practical purposes?

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of hadley wickham
Sent: Wednesday, June 11, 2008 9:34 AM
To: Frank E Harrell Jr
Cc: r-help at r-project.org; ChCh
Subject: Re: [R] model simplification using Crawley as a guide

On Wed, Jun 11, 2008 at 6:42 AM, Frank E Harrell Jr
<f.harrell at vanderbilt.edu> wrote:
what to do next.
with:
summary to accept.
And in a similar vein, where are your exploratory graphics?  How do you
know that there is a linear relationship between your response and your
predictors?  Are the distributional assumptions you are making
appropriate?

Hadley

--
http://had.co.nz/

______________________________________________
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.