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 61433
Line 36... Line 36...
36
  \code{nobs} is also used by the stepwise fitting methods
36
  \code{nobs} is also used by the stepwise fitting methods
37
  \code{\link{step}}, \code{\link{add1}} and \code{\link{drop1}} as a
37
  \code{\link{step}}, \code{\link{add1}} and \code{\link{drop1}} as a
38
  quick check that different fits have been fitted to the same set of
38
  quick check that different fits have been fitted to the same set of
39
  data (and not, say, that further rows have been dropped because of NAs
39
  data (and not, say, that further rows have been dropped because of NAs
40
  in the new predictors).
40
  in the new predictors).
41
  
41
 
42
  For \code{lm}, \code{glm} and \code{nls} fits, observations with zero
42
  For \code{lm}, \code{glm} and \code{nls} fits, observations with zero
43
  weight are not included.
43
  weight are not included.
44
}
44
}
45
\value{
45
\value{
46
  A single number, normally an integer.  Could be \code{NA}.
46
  A single number, normally an integer.  Could be \code{NA}.