View source: R/statisticalDiagram.R
fit2table | R Documentation |
Make estimatesTable with a list of lm object
fit2table(fit, labels = labels, digits = 3)
fit |
A list of lm object |
labels |
A list |
digits |
integer indicating the number of decimal places |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.