modSummary3Table: Make flextable summarizing moderation effect

View source: R/modSummary3.R

modSummary3TableR Documentation

Make flextable summarizing moderation effect

Description

Make flextable summarizing moderation effect

Usage

modSummary3Table(x, vanilla = TRUE, ...)

Arguments

x

An object

vanilla

logical

...

Further argument to be passed to modSummary3

Examples

fit=lm(govact~negemot*sex+negemot*age+posemot+ideology,data=glbwarm)
modSummary3Table(fit,mod2.values=c(30,50,70))

cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.