object
, if any is present.# S3 method for varFunc
getGroups(object, form, level, data, sep)
varFunc
,
representing a variance function structure.|
operator). Defaults to formula(object)
. Not used.form
. Optional for most methods. Not used.'/'
. Not used.object
has a groups
attribute, its value is
returned; else NULL
is returned.vf1 <- varPower(form = ~ age | Sex)
vf1 <- Initialize(vf1, Orthodont)
getGroups(vf1)
Run the code above in your browser using DataLab