build_beta_extraction | R Documentation |
helper function to prompt user to choose combinations of l1, l2, and l3 models for beta extraction.
build_beta_extraction(
gpa,
extract_l1 = "prompt",
extract_l2 = "prompt",
extract_l3 = "prompt",
lg = NULL
)
gpa |
a |
lg |
a logger object for messages |
a list of data frames (l1, l2, l3) consisting of the chosen combinations of l1, l2, and l3 models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.