what regression model does step() in R use
0
0
Entering edit mode
2.4 years ago
RNAseqer ▴ 260

If you feed step the output of lm() using the all possible covariates, and the output of lm() using all the possible covariates using both directions and AIC criteria it will search for the most informative model correct? If you extract the summary function on the step() output you can then extract pvalues, tvalues etc for your variable of interest from the summary output.

But here is my question, what model by default is step using to get the statistics you find in summary? Is it using lm() because you gave it two lm() outputs? Or does it use something else to calculate those statistics?

lm function R model stepwise • 404 views
ADD COMMENT

Login before adding your answer.

Traffic: 3222 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6