Closed mattfidler closed 2 months ago
Need to have mu referencing based on derived variables for example:
if (cat == "a" || cat == "b") { v <- "high" } else { v <- "low" } a = tA + eta.a + (v == "high") * v.high
Need to have mu referencing based on derived variables for example: