The R Project SVN R-packages

Rev

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

Rev 6562 Rev 6563
Line 1... Line 1...
1
% File nlme/man/needUpdate.modelStruct.Rd
1
% File nlme/man/needUpdate.modelStruct.Rd
2
% Part of the nlme package for R
2
% Part of the nlme package for R
3
% Distributed under GPL 2 or later: see nlme/LICENCE.note
3
% Distributed under GPL 2 or later: see nlme/LICENCE.note
4
 
4
 
5
% $Id: needUpdate.modelStruct.Rd,v 1.6 2002/03/05 14:59:39 bates Exp $
-
 
6
\name{needUpdate.modelStruct}
5
\name{needUpdate.modelStruct}
7
\title{Check if a modelStruct Object Needs Updating}
6
\title{Check if a modelStruct Object Needs Updating}
8
\usage{
7
\usage{
9
\method{needUpdate}{modelStruct}(object)
8
\method{needUpdate}{modelStruct}(object)
10
}
9
}
11
\alias{needUpdate.modelStruct}
10
\alias{needUpdate.modelStruct}
12
\alias{needUpdate.corStruct}
11
\alias{needUpdate.corStruct}
13
\alias{needUpdate.reStruct}
12
\alias{needUpdate.reStruct}
14
\arguments{
13
\arguments{
15
 \item{object}{an object inheriting from class \code{modelStruct},
14
 \item{object}{an object inheriting from class \code{"modelStruct"},
16
   representing a list of model components, such as \code{corStruct} and
15
   representing a list of model components, such as \code{corStruct} and
17
   \code{varFunc} objects.}
16
   \code{varFunc} objects.}
18
}
17
}
19
\description{
18
\description{
20
  This method function checks if any of the elements of \code{object}
19
  This method function checks if any of the elements of \code{object}