object
, which is equal to the sum of the
logarithms of the corresponding weights.## S3 method for class 'varFunc':
logLik(object, data, \dots)
varFunc
,
representing a variance function structure.logLik
methods and will be ignored.object
.data(Orthodont)
vf1 <- varPower(form = ~age)
vf1 <- Initialize(vf1, Orthodont)
coef(vf1) <- 0.1
logLik(vf1)
Run the code above in your browser using DataLab