The R Project SVN R

Rev

Rev 88585 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88585 Rev 90082
Line 126... Line 126...
126
  \code{\link[MASS]{stepAIC}} in \CRANpkg{MASS}, \code{\link{add1}},
126
  \code{\link[MASS]{stepAIC}} in \CRANpkg{MASS}, \code{\link{add1}},
127
  \code{\link{drop1}}
127
  \code{\link{drop1}}
128
}
128
}
129
\author{
129
\author{
130
  B. D. Ripley: \code{step} is a slightly simplified version of
130
  B. D. Ripley: \code{step} is a slightly simplified version of
131
  \code{\link[MASS]{stepAIC}} in package \CRANpkg{MASS} (Venables &
131
  \code{\link[MASS]{stepAIC}} in package \CRANpkg{MASS}
132
  Ripley, 2002 and earlier editions).
132
  \bibcitep{|R:Venables+Ripley:2002|and earlier editions}.
133
 
133
 
134
  The idea of a \code{step} function follows that described in
134
  The idea of a \code{step} function follows that described in
135
  \bibcitet{R:Hastie+Pregibon:1992}; but the implementation in \R is
135
  \bibcitet{R:Hastie+Pregibon:1992}; but the implementation in \R is
136
  more general. 
136
  more general. 
137
}
137
}