interface-metaMethods {latrend} | R Documentation |
lcMetaMethod abstract class
Description
Virtual class for internal use. Do not use.
Usage
## 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, ...)
Arguments
method |
The |
envir |
The |
object |
The model. |
... |
Not used. |
data |
A |
verbose |
A R.utils::Verbose object indicating the level of verbosity. |
model |
The |
[Package latrend version 1.6.1 Index]