separate_define_relation: Function to define orthogonalization connections in the...

View source: R/orthogonalization.R

separate_define_relationR 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


deepregression documentation built on Jan. 18, 2023, 1:11 a.m.