Print a structured summary of a movedesign_optimized object produced
by md_optimize(). This includes study design details, replication
settings, estimation performance per target metric, and an optional
convergence assessment.
Arguments
- x
An object of class
movedesign_optimized.- verbose
Logical. If
TRUE, runmd_check()and print full convergence diagnostics. Also displays a convergence plot ifplot = TRUE. Defaults toFALSE.- m
Numeric (optional). Restricts results to a specific population sample size. Defaults to
NULL, which uses the maximum sample size.- ci
Numeric. Confidence level for intervals (applied to narrow confidence bars and wide prediction bands). Must be between
0and1. Default is0.95.- tol
Numeric. Tolerance threshold for absolute change in cumulative mean to declare convergence. Default is
0.05.- n_converge
Integer. Number of consecutive steps within tolerance required to confirm convergence. Default is
9.- plot
Logical. If
TRUE, generates a convergence plot. Default isTRUE.- pal
Character vector of colors for the convergence plot, e.g.
c("#007d80", "#A12C3B"). Default isc("#007d80", "#A12C3B").- ...
Additional arguments (currently unused).
