-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Instead of sampling X from the population, fix it according to a design, i.e. a data frame specifying the combinations of predictors to set. Something like this:
design <- some_design_function(...)
pop <- population(
y = response(x1 + 2 * x2, error_scale = 1)
)
pop |>
design_x(design) |>
sample_y()Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels