df_md | R Documentation |
Calculates the estimate, standard error, degrees of freedom,
t statistic and p-value for one-dimensional contrast, depending on the method
used in
mmrm()
.
df_md(object, contrast)
object |
( |
contrast |
( |
List with num_df
, denom_df
, f_stat
and p_val
(2-sided p-value).
object <- mmrm(
formula = FEV1 ~ RACE + SEX + ARMCD * AVISIT + us(AVISIT | USUBJID),
data = fev_data
)
contrast <- matrix(data = 0, nrow = 2, ncol = length(object$beta_est))
contrast[1, 2] <- contrast[2, 3] <- 1
df_md(object, contrast)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.