| build_fixed_rhs | R Documentation |
Internal helper to construct the right-hand side of a fixed-effects formula from factors, interaction flag, and continuous covariates.
build_fixed_rhs(
factors = NULL,
factor_interaction = FALSE,
continuous_covariates = NULL,
data = NULL
)
factors |
Character vector of factor names (can be NULL). |
factor_interaction |
Logical. If TRUE and two factors provided, include their interaction. |
continuous_covariates |
Character vector of continuous covariate names. |
A character string representing the RHS (e.g., "~ 1 + dose + drug").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.