The R Project SVN R

Rev

Rev 68948 | Rev 85953 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/loglin.Rd
1
% File src/library/stats/man/loglin.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{loglin}
6
\name{loglin}
7
\alias{loglin}
7
\alias{loglin}
8
\title{Fitting Log-Linear Models}
8
\title{Fitting Log-Linear Models}
Line 85... Line 85...
85
  fitted in a formula-based manner similar to that of other fitting
85
  fitted in a formula-based manner similar to that of other fitting
86
  functions such as \code{lm} or \code{glm}.
86
  functions such as \code{lm} or \code{glm}.
87
}
87
}
88
 
88
 
89
\references{
89
\references{
90
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
90
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988).
91
  \emph{The New S Language}.
91
  \emph{The New S Language}.
92
  Wadsworth & Brooks/Cole.
92
  Wadsworth & Brooks/Cole.
93
 
93
 
94
  Haberman, S. J. (1972)
94
  Haberman, S. J. (1972).
95
  Log-linear fit for contingency tables---Algorithm AS51.
95
  Algorithm AS 51: Log-linear fit for contingency tables.
96
  \emph{Applied Statistics}, \bold{21}, 218--225.
96
  \emph{Applied Statistics}, \bold{21}, 218--225.
-
 
97
  \doi{10.2307/2346506}.
97
 
98
 
98
  Agresti, A. (1990)
99
  Agresti, A. (1990).
99
  \emph{Categorical data analysis}.
100
  \emph{Categorical data analysis}.
100
  New York: Wiley.
101
  New York: Wiley.
101
}
102
}
102
\author{Kurt Hornik}
103
\author{Kurt Hornik}
103
\seealso{
104
\seealso{