| InteractionConfig | R Documentation |
S3 class to encapsulate interaction processing settings. Replaces the scattered boolean flags (demean.ints, old.ints, detrend).
InteractionConfig(
style = c("double-demean", "demean", "raw"),
model_type = "w-b",
detrend = FALSE
)
style |
Character: "double-demean", "demean", or "raw" |
model_type |
Character: model type (e.g., "w-b", "within", "between") |
detrend |
Logical: whether detrending is being used |
An InteractionConfig S3 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.