Summary method for msd_result
summary.msd_result.RdProduces a detailed summary of the MSD estimation results, including the coefficient table with z-statistics and p-values, sample size information, and interpretation guidance.
Usage
# S3 method for class 'msd_result'
summary(object, ...)Examples
if (FALSE) { # \dontrun{
result <- msd_dt_dip(msd)
summary(result)
} # }