df_1d | R Documentation |
Calculates the estimate, adjusted standard error, degrees of freedom,
t statistic and p-value for one-dimensional contrast.
df_1d(object, contrast)
object |
( |
contrast |
( |
List with est
, se
, df
, t_stat
and p_val
.
object <- mmrm(
formula = FEV1 ~ RACE + SEX + ARMCD * AVISIT + us(AVISIT | USUBJID),
data = fev_data
)
contrast <- numeric(length(object$beta_est))
contrast[3] <- 1
df_1d(object, contrast)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.