| shoot | R Documentation |
Fits a battery of candidate specifications across predictor subsets,
transformations, interactions, principled-sounding sample
restrictions (complete cases, IQR fences, Cook's D, factor-level
restrictions), and outcome-engineering moves (composite indices,
residualisation, ratios, within-group z-scoring). Returns a tx_run
object summarising the search and the highlighted specification.
shoot(
df,
formula = NULL,
seed = NULL,
depth = c("default", "demo"),
terminal = FALSE,
interactive_modifiers = FALSE,
abstract = FALSE,
manuscript = FALSE,
presentation = FALSE,
reviewer_response = FALSE,
graphical_abstract = FALSE,
funding = FALSE,
...
)
df |
A data frame. |
formula |
Optional formula. When |
seed |
Integer seed. When |
depth |
|
terminal |
When |
interactive_modifiers |
When |
abstract, manuscript, presentation, reviewer_response, graphical_abstract, funding |
Logical flags. When |
... |
Reserved for future arguments and aliases. Recognised
aliases: |
Every shoot has a wall-clock budget (default 30s). Modifiers are
pre-rolled at run start by default: shoot() picks a random per-
transition loadout (+glmm, +derived_metrics, ...) and applies
each one when the matching mascot state transition fires, extending
the deadline by the modifier's per-token bonus (2-5s) and redirecting
the search priority. Pass interactive_modifiers = TRUE to opt into
the readline tactical-prompt window at each transition instead.
Without +derived_metrics, runs that fail to clear p <= 0.05
simply lose — the highlighted spec stays above threshold and the
output gauntlet does not open.
Output flags (abstract, manuscript, presentation /
powerpoint, reviewer_response / reviewer, graphical_abstract
/ graphical, funding) auto-generate the matching file when the
run is shippable. The chain prefix needed to reach the highest
enabled flag is generated in order: e.g. presentation = TRUE
produces abstract, manuscript, and presentation.
A tx_run object. Returned visibly so the
print() banner fires at the prompt; the demo path
(depth = "demo") returns invisibly because there is no banner
worth showing for a one-fit smoke test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.