This function is a constructor for the varFixed
class,
representing a variance function with fixed variances. Letting value
, the variance
function
varFixed(value)
a one-sided formula of the form ~ v
specifying a
variance covariate v
. Grouping factors are ignored.
a varFixed
object representing a fixed variance function
structure, also inheriting from class varFunc
.
Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Models in S and S-PLUS", Springer.
# NOT RUN {
vf1 <- varFixed(~age)
# }
Run the code above in your browser using DataLab