slrsummary: Summary Tables for Simple Linear Regressions

Description Usage Arguments Examples

View source: R/slrsummary.r

Description

This function produces summary tables for simple linear regressions by extracting the relevent information from a regression object created with the lm function.

Usage

1

Arguments

x

A simple linear regressions by extracting the relevent information from a regression object created with the lm function.

Examples

1
2
3
4
5
## Not run: 
model.lm <- lm(depvar ~ indepvar, data = data)
slrsummary(model.lm)

## End(Not run)

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