Learn R Programming

processR (version 0.2.7)

modSummary2Table: 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

Run this code
fit=lm(govact~negemot*sex+negemot*age+posemot+ideology,data=glbwarm)
modSummary2Table(fit)

Run the code above in your browser using DataLab