Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fit2table

Make estimateTable with a list of lm object


Description

Make estimateTable with a list of lm object

Usage

fit2table(fit, labels = labels, digits = 3)

Arguments

fit

A list of lm object

labels

A list

digits

integer indicating the number of decimal places

Examples

labels=list(X="frame",M="justify",Y="donate",W="skeptic")
moderator=list(name="skeptic",site=list(c("a","c")))
eq=tripleEquation(labels=labels,moderator=moderator,data=disaster,mode=1)
fit=eq2fit(eq,data=disaster)
fit2table(fit=fit,labels=labels)

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.