powered by
This simple formula interface handles formulae of the form dependent ~ independent | group1 + group2 + ....
dependent ~ independent | group1 + group2 + ...
parse_formula(grouping)
a model formula specifying dependent, independent and grouping variables in the form: dependent ~ independent | group1 + group2 + ....
a list with the elements valuevar, timevar, and groups
valuevar
timevar
groups
This function is used by multisplit and normally not called by the user.
multisplit
multisplit, split
split
# NOT RUN { parse_formula(y ~ x | a+b+c) # }
Run the code above in your browser using DataLab