Learn R Programming

processR (version 0.2.7)

fit2table: Make estimatesTable with a list of lm object

Description

Make estimatesTable 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

Run this code
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)

Run the code above in your browser using DataLab