The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 21... Line 21...
21
 
21
 
22
\value{
22
\value{
23
  \code{TRUE} if the model is empty
23
  \code{TRUE} if the model is empty
24
}
24
}
25
 
25
 
26
\seealso{ \code{\link{lm}},\code{\link{glm}}}
26
\seealso{\code{\link{lm}}, \code{\link{glm}}}
27
 
27
 
28
\examples{
28
\examples{
29
y <- rnorm(20)
29
y <- rnorm(20)
30
is.empty.model(y ~ 0)
30
is.empty.model(y ~ 0)
31
is.empty.model(y ~ -1)
31
is.empty.model(y ~ -1)