separate_define_relation {deepregression} | R Documentation |
Function to define orthogonalization connections in the formula
Description
Function to define orthogonalization connections in the formula
Usage
separate_define_relation(
form,
specials,
specials_to_oz,
automatic_oz_check = TRUE,
identify_intercept = FALSE,
simplify = FALSE
)
Arguments
form |
a formula for one distribution parameter |
specials |
specials in formula to handle separately |
specials_to_oz |
parts of the formula to orthogonalize |
automatic_oz_check |
logical; automatically check if terms must be orthogonalized |
identify_intercept |
logical; whether to make the intercept identifiable |
simplify |
logical; if FALSE, formulas are parsed more carefully. |
Value
Returns a list of formula components with ids and assignments for orthogonalization
[Package deepregression version 1.0.0 Index]