The R Project SVN R

Rev

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

Rev 88657 Rev 88690
Line 214... Line 214...
214
 
214
 
215
  \code{biglm} in package \CRANpkg{biglm} for an alternative
215
  \code{biglm} in package \CRANpkg{biglm} for an alternative
216
  way to fit linear models to large datasets (especially those with many
216
  way to fit linear models to large datasets (especially those with many
217
  cases).
217
  cases).
218
}
218
}
219
\references{
-
 
220
  \bibshow{R:Chambers:1992:c4}
-
 
221
  Wilkinson, G. N. and Rogers, C. E. (1973).
-
 
222
  Symbolic descriptions of factorial models for analysis of variance.
-
 
223
  \emph{Applied Statistics}, \bold{22}, 392--399.
-
 
224
  \doi{10.2307/2346786}.
-
 
225
}
-
 
226
\author{
219
\author{
227
  The design was inspired by the S function of the same name described
220
  The design was inspired by the S function of the same name described
-
 
221
  in \bibcitet{R:Chambers:1992:c4}.
228
  in Chambers (1992).  The implementation of model formula by Ross Ihaka
222
  The implementation of model formula by Ross Ihaka was based on
229
  was based on Wilkinson & Rogers (1973).
223
  \bibcitet{R:Wilkinson+Rogers:1973}.
-
 
224
}
-
 
225
\references{
-
 
226
  \bibshow{R:Chambers:1992:c4,
-
 
227
    R:Wilkinson+Rogers:1973}
230
}
228
}
231
\examples{
229
\examples{
232
require(graphics)
230
require(graphics)
233
 
231
 
234
## Annette Dobson (1990) "An Introduction to Generalized Linear Models".
232
## Annette Dobson (1990) "An Introduction to Generalized Linear Models".