Learn R Programming

processR (version 0.2.7)

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

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

Run the code above in your browser using DataLab