The R Project SVN R

Rev

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

Rev 36819 Rev 42338
Line -... Line 1...
-
 
1
#  File src/library/stats/tests/nafns.R
-
 
2
#  Part of the R package, http://www.R-project.org
-
 
3
#
-
 
4
#  This program is free software; you can redistribute it and/or modify
-
 
5
#  it under the terms of the GNU General Public License as published by
-
 
6
#  the Free Software Foundation; either version 2 of the License, or
-
 
7
#  (at your option) any later version.
-
 
8
#
-
 
9
#  This program is distributed in the hope that it will be useful,
-
 
10
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-
 
11
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-
 
12
#  GNU General Public License for more details.
-
 
13
#
-
 
14
#  A copy of the GNU General Public License is available at
-
 
15
#  http://www.r-project.org/Licenses/
-
 
16
 
1
## Tests of functions handling NAs in fits
17
## Tests of functions handling NAs in fits
2
## These functions were introduced in 1.3.0.
18
## These functions were introduced in 1.3.0.
3
## They are used by lm and glm in base R, and by
19
## They are used by lm and glm in base R, and by
4
## packages MASS, rpart and survival.
20
## packages MASS, rpart and survival.
5
 
21