mlinrsummary: Summary Tables for Multiple Linear Regressions

Description Usage Arguments Examples

View source: R/mlinrsummary.r

Description

This function produces summary tables for fixed-effects multiple linear regressions by extracting the relevent information from a glm and an lm object.

Usage

1
mlinrsummary(mlr, glm, ia = T)

Arguments

mlr

A lm object created with the "lm" function.

glm

A glm object of family "gaussian" created with the "glm" function..

ia

If ia = T (default) the table will show all columns of the summary table.

Examples

1
2
3
4
## Not run: 
Example code will come later!

## End(Not run)

MartinSchweinberger/coedlstatzr documentation built on Nov. 27, 2019, 6:16 a.m.