reg_coef: Regression Analysis Summary Table

Description Usage Arguments

View source: R/reg_coef.R

Description

Regression Analysis Summary Table

Usage

1
2
3
4
5
6
reg_coef(m, caption = "Regression Analysis Summary", digits = 2,
  level = 0.95, markdown = TRUE, unstandardized = TRUE, se = TRUE,
  ci = TRUE, t.value = TRUE, p.value = TRUE, standardized = TRUE,
  zero.order.cor = FALSE, product.measure = FALSE,
  structure.coef = FALSE, partial.cor = FALSE,
  semipartial.cor = FALSE, semipartial.cor.squared = TRUE)

Arguments

m

An object of class lm.

caption

A character string denoting the title of the regression table.

digits

Number of digits after the decimal place. Defaults to 2.

level

Set the confidence interval. Defaults to 0.95.

markdown

Return a markdown table. Defaults to TRUE.

unstandardized

Include unstandardized estimates. Defaults to TRUE.

se

Include standard error. Defaults to TRUE.

ci

Include confidence interval. Defaults to TRUE.

t.value

Include t-values. Defaults to TRUE.

p.value

Include p-values. Defaults to TRUE.

standardized

Include standardized estimates. Defaults to TRUE.

zero.order.cor

Include zero-order correlations. Defaults to FALSE.

product.measure

Include the product measure (zero-order correlation * beta)

structure.coef

Include structure coefficients. Defaults to FALSE.

partial.cor

Include partial correlations. Defaults to FALSE.

semipartial.cor

Include semi-partial correlations. Defaults to FALSE.

semipartial.cor.squared

Include semi-partial correlations squared. Defaults to TRUE


wjschne/APA6 documentation built on May 4, 2019, 7:34 a.m.