| summary.lucid_serial | R Documentation |
Summarize results of the serial LUCID model
## S3 method for class 'lucid_serial'
summary(object, ...)
object |
A LUCID model fitted by |
... |
Additional arguments. |
A list of class sumlucid_serial with components:
Assembled over the whole serial model, and repeated
inside model_fit.
The outcome family, n_observations,
n_stages, stage_type (whether each stage is an "early" or
a "parallel" sub-model) and stage_K, the clusters per stage.
The penalties in force, or NULL if none.
n_stages and a per-stage breakdown.
The heart of the object: one summary per stage, each with the same shape as the corresponding early or parallel summary. Outcome parameters appear on the final stage, the only one the outcome enters.
How consecutive stages connect: labels names the
previous stage's clusters as they enter the next stage's design, and
prev_stage_type records that stage's type. The first element is
empty, the first stage having no predecessor.
The boot.se argument as supplied, or NULL.
A legacy alias of stage_summary, retained for
downstream code written before the rename. Prefer
stage_summary.
Returned invisibly when printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.