modSummary2Table: Make flextable summarizing moderation effect

View source: R/modSummary2.R

modSummary2TableR Documentation

Make flextable summarizing moderation effect

Description

Make flextable summarizing moderation effect

Usage

modSummary2Table(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)
modSummary2Table(fit)

processR documentation built on Jan. 23, 2023, 5:44 p.m.