Learn R Programming

MRTAnalysis (version 0.4.1)

summary.mrt_effect_size: Summary for standardized proximal effect size

Description

Summarizes the time-varying standardized proximal effect size estimates produced by [calculate_mrt_effect_size()] for continuous proximal outcomes.

Usage

# S3 method for mrt_effect_size
summary(object, ...)

Value

A list of class "summary.mrt_effect_size" with components:

  • call — the original call

  • n_id — number of participants (if available)

  • n_time — number of decision points

  • smooth, loess_span, loess_degree — smoothing settings

  • do_bootstrap, boot_replications, confidence_alpha — bootstrap settings

  • effect_summary — data frame of summary statistics for estimate

  • ci_summary — optional data frame of CI-width statistics

Arguments

object

An object of class "mrt_effect_size".

...

Currently ignored.