Last chance! 50% off unlimited learning
Sale ends in
object
are returned.varWeights(object)
varFunc
,
representing a variance function structure.object
has a weights
attribute, its value is
returned; else NULL
is returned.logLik.varFunc
,
varWeights
vf1 <- varPower(form=~age)
vf1 <- Initialize(vf1, Orthodont)
coef(vf1) <- 0.3
varWeights(vf1)[1:10]
Run the code above in your browser using DataLab