summary.dcee_fit | R Documentation |
Produce inference tables for distal causal excursion effects from a
[dcee()] model. By default uses small-sample t
-tests with
df = object$df
(subjects minus number of betas). If df
is missing or nonpositive, falls back to large-sample normal (z) inference.
## S3 method for class 'dcee_fit'
summary(
object,
lincomb = NULL,
conf_level = 0.95,
show_control_fit = FALSE,
...
)
object |
An object of class |
lincomb |
Optional numeric vector or matrix specifying linear
combinations |
conf_level |
Confidence level for intervals (default |
show_control_fit |
Logical; if |
... |
Currently ignored. |
A list of class "summary.dcee_fit"
with components:
call
— the original call
df
— degrees of freedom used for t-tests (may be NA
)
conf_level
— the confidence level
excursion_effect
— data frame with coefficient table for \beta
lincomb
— optional data frame with linear-combination results
control_fit
— optional list describing Stage-1 fits (only if show_control_fit
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.