Displaying 2 results from an estimated 2 matches for "extrafactor".
Did you mean:
extractor
2005 May 23
2
Documentation of S3 and S4 classes, inheritance
...ws in an additional
term (B includes measurement error).
So B's likelihood needs to call A's, and then (sometimes) multiply by an
additional term.
It sounds as if, in the S3 scheme, NextMethod is supposed to do this:
like.A <- function(stuff) compute value
like.B <- function(stuff) extraFactor*NextMethod()
?
but, after some study of both the Language Manual (2.1) and the online
help of NextMethod I can't tell exactly what it does. In particular,
I'm not sure if it returns to the calling function, or how it decides
which flavor to call. The language manual says the method choic...
2005 May 23
1
SV: Documentation of S3 and S4 classes, inheritance
...ws in an additional
term (B includes measurement error).
So B's likelihood needs to call A's, and then (sometimes) multiply by an
additional term.
It sounds as if, in the S3 scheme, NextMethod is supposed to do this:
like.A <- function(stuff) compute value
like.B <- function(stuff) extraFactor*NextMethod()
?
but, after some study of both the Language Manual (2.1) and the online
help of NextMethod I can't tell exactly what it does. In particular,
I'm not sure if it returns to the calling function, or how it decides
which flavor to call. The language manual says the method choic...