metastats: Format GLM Statistics

Description Usage Arguments Value See Also

View source: R/utils.R

Description

Formats GLM statistics. Uses a gaussian family by default, or binomial family if all y are 0 or 1, to fit a general linear model. Formats number of observations, p-value, and Pearson correlation coefficient into a string for printing.

Usage

1
2
metastats(x, y, family = if (all(y %in% 0:1, na.rm = TRUE)) "binomial" else
  "gaussian", ...)

Arguments

x

x values

y

y values

family

regression family

...

other arguments

Value

character

See Also

scatter_panel

Other regression functions: model, region


metaplot documentation built on May 1, 2019, 10:17 p.m.

Related to metastats in metaplot...