Function to define orthogonalization connections in the formula
separate_define_relation(
form,
specials,
specials_to_oz,
automatic_oz_check = TRUE,
identify_intercept = FALSE,
simplify = FALSE
)
Returns a list of formula components with ids and assignments for orthogonalization
a formula for one distribution parameter
specials in formula to handle separately
parts of the formula to orthogonalize
logical; automatically check if terms must be orthogonalized
logical; whether to make the intercept identifiable
logical; if FALSE, formulas are parsed more carefully.