| interface-metaMethods | R Documentation | 
Virtual class for internal use. Do not use.
## S4 method for signature 'lcMetaMethod'
compose(method, envir = NULL)
## S4 method for signature 'lcMetaMethod'
getLcMethod(object, ...)
## S4 method for signature 'lcMetaMethod'
getName(object, ...)
## S4 method for signature 'lcMetaMethod'
getShortName(object, ...)
## S4 method for signature 'lcMetaMethod'
idVariable(object, ...)
## S4 method for signature 'lcMetaMethod'
preFit(method, data, envir, verbose)
## S4 method for signature 'lcMetaMethod'
prepareData(method, data, verbose)
## S4 method for signature 'lcMetaMethod'
fit(method, data, envir, verbose)
## S4 method for signature 'lcMetaMethod'
postFit(method, data, model, envir, verbose)
## S4 method for signature 'lcMetaMethod'
responseVariable(object, ...)
## S4 method for signature 'lcMetaMethod'
timeVariable(object, ...)
## S4 method for signature 'lcMetaMethod'
validate(method, data, envir = NULL, ...)
## S3 method for class 'lcMetaMethod'
update(object, ...)
## S4 method for signature 'lcFitConverged'
fit(method, data, envir, verbose)
## S4 method for signature 'lcFitConverged'
validate(method, data, envir = NULL, ...)
## S4 method for signature 'lcFitRep'
fit(method, data, envir, verbose)
## S4 method for signature 'lcFitRep'
validate(method, data, envir = NULL, ...)
method | 
 The   | 
envir | 
 The   | 
object | 
 The model.  | 
... | 
 Not used.  | 
data | 
 A   | 
verbose | 
 A R.utils::Verbose object indicating the level of verbosity.  | 
model | 
 The   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.