View source: R/tidyMS_R6_Modelling.R
contrasts_linfct | R Documentation |
used in p2621, p2109
contrasts_linfct(
models,
linfct,
subject_Id = "protein_Id",
contrastfun = prolfqua::my_contest
)
modelSummary_A <- sim_build_models_lm()
m <- get_complete_model_fit(modelSummary_A$modelDF)
factor_contrasts <- linfct_factors_contrasts( m$linear_model[[1]])
factor_levelContrasts <- contrasts_linfct( m,
factor_contrasts,
subject_Id = "protein_Id",
contrastfun = prolfqua::my_contrast_V2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.