object
, if any is present.## S3 method for class 'varFunc':
getGroups(object, form, level, data, sep)
object
has a groups
attribute, its value is
returned; else NULL
is returned.data(Orthodont)
vf1 <- varPower(form = ~ age | Sex)
vf1 <- Initialize(vf1, Orthodont)
getGroups(vf1)
Run the code above in your browser using DataLab