| .build_design | R Documentation |
Build design matrices and outcome vectors
.build_design(formula, data_l, data_u, intercept = TRUE, na_action = "na.fail")
formula |
two-sided formula |
data_l |
labeled data.frame |
data_u |
unlabeled data.frame |
intercept |
include intercept? |
na_action |
"na.fail" or "na.omit" |
list(X_l, Y_l, f_l, X_u, f_u)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.