report_table_lm: Report table method for linear regression models

Description Usage Arguments

View source: R/report_table_lm.R

Description

Function create a table in order to display results of a regression.

Usage

1
2
3
report_table_lm(identifier, terms = NULL, term_nrs = NULL,
  statistics = NULL, include_model = TRUE, term_labels = NULL,
  results = getOption("tidystats_list"))

Arguments

identifier

A character string identifying the model.

terms

A character vector indicating which terms you want to report in the table.

term_nrs

A numeric vector indicating which terms you want to report in the table.

statistics

A character vector of statistics you want to display in the table.

include_model

Include or exclude model statistics (e.g., R squared).

term_labels

A character vector to change the labels for the terms.

results

A tidystats list.


WillemSleegers/tidystats-v0.3 documentation built on Aug. 12, 2019, 5:31 p.m.