summary.group_seq function

Summarizing BJSM fits

Summarizing BJSM fits

summary method for class "group_seq"

## S3 method for class 'group_seq' summary(object, ...)

Arguments

  • object: an object of class "group_seq", usually, a result of a call to group_seq
  • ...: further arguments. Not currently used.

Returns

  • Treatment Effects Estimate: a 3 x 5 matrix with columns for the estimated treatment effects, its standard error, coverage probability of its credible interval, lower bound for its credible interval and higher bound for its credible interval
  • Differences between Treatments: a 3 x 5 matrix with columns for the estimated differences in treatment effects between two treatments, its standard error, coverage probability of its credible interval, lower bound and higher bound of the credible interval
  • Linkage Parameter Estimate: a 2 x 5 matrix, if the two beta model is fitted, or a 6 x 5 matrix, if the six beta model is fitted, with columns for the estimated linkage parameters
  • Expected Response Rate of Dynamic Treatment Regimens (DTR): only when DTR = TRUE
  • Maintainer: Michael Kleinsasser
  • License: GPL (>= 2)
  • Last published: 2024-10-16